From: Ceres <ce...@ce...> - 2002-06-19 17:22:15
|
Hello Folks, look in the file Win32-GUI-0.0.665.tar.gz for the text file BUGS and you= see the anser for almost all problems : > - various :-) Here are several known Event problems i have: When making a menu in an empty window object the menu events are working= perfectly.. but when putting a TreeView object in the same Window object the sub= routine names of the menu events are lost (error msg is like ">> &main:: << not= found as subroutine") When putting a TreeView object as a single object inside a Window object the events of the TreeView object are working perfectly.. But when putting the TreeView object inside a TabStrip object the events of the TreeView object are never fired.. When adding 2 TabStrip objects and a TextEdit in the last TabStrip= object, (a TextEdit in a TabStrip in a TabStrip in a Window) then there is the same error with the menu event. (error msg is like ">> &main:: << not found as subroutine") When putting a RichEdit object inside a TabStrip object the events of the RichEdit object are never fired.. Gladly the TextEdit object inside a TabStrip object does fire its= events..:) so this new Win32-GUI-0.0.665 version still contains various bugs..;-) Greetings Ceres ps .. Dada, you did a great job, but this new version does have his= problems ;-P it's verry hard to make working application without events working at= alltimes.. I keep looking for the best way for every object i want to use, thats a hard way to make application and take mutch time i realy can= use for better things.. So i hope these kind of bugs are history soon.. |