-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FullBuild.xlam disaligned with srcWindow.cls #65
Comments
Ah yes, sorry, that is a WIP feature which I've since actually just added an error in place
Before raising an issue it would likely be good to try downloading the repo again yeah. I'm making fixes and changes all the time. Unfortunately I don't have a means of updating the library classes on demand (yet) :) |
Thanks I'll go through and fix the compile errors. I haven't touched Hope you find the library useful. Typically I don't add all modules into my projects, as they add a lot of clutter. Very few modules rely on eachother being around. So I'd only import the ones you need into your own projects :) |
Thanks for the fixes 👍 |
Whenever I make a change usually I commit straight away, although sometimes features are in planning for a while. Git sorts most of the conflicts out and I will likely have to help you through your first Pull Request, but that's fine and something I'm happy to do so long as it fits in with the strategy of the project :). Might be worth raising an issue with any ideas you want to implement first or taking something from the existing roadmap if any peak your fancy :)
If you do want to make a change or an addition:
If you have any specific |
Closing this as issues fixed |
In FullBuild.xlam I get an error on the line "RectClient = rect" because RectClient is read-only (true, since it has no letter proc.)
However, src\stdWindow.cls has "RectWindow = rect" in its place.
I'm new to your repository. Should I always take the src files as the latest version?
The text was updated successfully, but these errors were encountered: