Win32Lib bugs in 3 controls
- Posted by Philip D. <philip1987 at hotmail.com> Nov 11, 2003
- 494 views
My system is Windows XP Pro. win32lib version 0.59.1 Problem 1) Flat toolbars - I have a program that works fine if I use "ToolBar" in the create. However, if I keep everything the same just make that "FlatToolBar", the toolbar goes completely bad. I can't get flat toolbars to work at all. Problem 2) Status bars - I called setSubFields(mystatusbar, {50,50,50,-1}). It acted as if I had written {50,-1}. In other words, it only made 2 fields for me, instead of 4. Problem 3) MenuItems - I can't seem to rename them using setText() Can you help me find solutions to these problems? Or if it is a win32lib problem, a new, corrected version would be appreciated. Thanks, Phil