Re: real widgets and IDE and a problem I have
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Oct 25, 2000
- 437 views
Bernie wrote: > I think you will find that David used emulated > controls in win32lib because there was no easy > way to use windows resouces or link the resources > into a Euphoria program. No, that's wasn't a consideration. Win32Lib doesn't use resource files to create objects, but that hardly an issue. It's not difficult to create and destroy widgets on the fly. The issue was that it was difficult to trap events (such as right clicks) from some of the controls - especially static controls like labels, which don't really respond to events. The also did inconvenient things when you typed, or tabbed around the form. -- David Cuny