Win32Lib Update
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Oct 20, 1998
- 1039 views
The latest version of Win32Lib is now posted at the Euphoria website. Perhaps the most significant code changes have been made to the menus. Menus now use the same function calls as the rest of the controls (create, setCheck, isActive, etc.). Additionally, I have added simple support for bitmaps. Version 0.13 Alpha Main Features -------------------------------- 1. Menu bars and menu items use the create() function. 2. Menus use setCheck/setActive/isChecked/isActive. 3. Alter font, size and style of text in controls. 4. Load and display bitmaps. 5. Create monochrome bitmaps. There are two new demos included to show off the graphic features. Expect the graphic functions to undergo some changes in the future. At a minimum, I need to get rid of the flicker that occurs on a screen refresh (caused by having to redraw the entire screen). Additionally, I'd like to support being able to write directly into bitmaps using the existing graphic functions - something not currently supported. As usual, feedback is appreciated. -- David Cuny