-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Humberto A Sanchez II edited this page Sep 15, 2020
·
27 revisions
Welcome to the albow-python-3 wiki!
- The online documentation is here
- Converting a standard Pygame App to Albow
Our CI build is here: Travis CI
- Old demo text fields broken https://github.com/hasii2011/albow-python-3/issues/55
- Update TextBox for text insertion https://github.com/hasii2011/albow-python-3/issues/54
There were some print statements in various classes that were messing up debug output in StarTrekPy; To make matters worse the print are just blank lines. Patch fix for this
- Update TextBox with last inserted always visible enhancement
- Fixed TextBox sizing bug
This was a much needed internal stability and refactoring release. External API users won't see much of a functionality increase. The issue #s fixed are:
- Includes new read-only text box widget
- Enhanced the Button L & F to give it 3D look
- Provides mechanism to allow API consumer to receive their own user events
- time_base was not being properly initialized
- Pygame events were not being properly augmented
- Albow is now running on and using 3.7 features
Point release to fix packaging bugs and how ThemeLoader retrieves its resources
- Updated documentation release 20 May 2019
- Introduced a more complete default theme
- Made themes externally loadable
- Fixed Label to resize when text changes
- Fixed ImageButton(now has demo)
- Demonstrated how to _theme~ ListBox
- Improves to documentation