1. RE: sugestion for IDE
- Posted by Judith <camping at txcyber.com> May 23, 2001
- 437 views
Hi Daryl, When you are having name conflicts that is only when you change the names IDE creates to something of your own, isn't it? The only problem I've seen with Property and Tool Box window resizing is sometimes when using the resize arrows, the Property window grows larger than it should and Property ends up being only the title box. Is this what you mean or are there other cases? What other windows do not resize correctly? Thanks for your comments. Judith daryl_vdb at HOTMAIL.COM wrote: > Judith (and others), > one problem I have with the IDE is that if I have a program with a lot > of > windows, I get some name conflicts between code on various windows. > > A good way to solve this problem would be to make seperate .ew files for > > each window. You would then be able to use the same names for controls > on > different windows. You would have to make the names of windows global, > though. This should be optional. > > BTW, there are bugs that emerge when any of the windows are resized, > particularly the properties box and control box, although you have > probably > noticed them. > > keep up the good work, > Daryl van den Brink >
2. RE: sugestion for IDE
- Posted by daryl_vdb at HOTMAIL.COM May 25, 2001
- 424 views
>When you are having name conflicts that is only when you change the >names IDE creates to something of your own, isn't it? Yes, it is. I always change the names to something a bit more meaningful than the names provided. I would also like to have routines and variables that are local to one window, rather than global to the whole program. >The only problem I've seen with Property and Tool Box window resizing is >sometimes when using the resize arrows, the Property window grows larger >than it should and Property ends up being only the title box. Is this >what you mean or are there other cases? What other windows do not resize >correctly? Yes, that's it. The properties box and tool box sometimes overlap or leave a gap between them when resized, but these are minor bugs.
3. RE: sugestion for IDE
- Posted by Judith <camping at txcyber.com> May 25, 2001
- 403 views
OK, I'll file your suggestion for a future enhancement. Code Editor is going to be rewritten in a future release and a number of things in the IDE generated EXW file will change. Judith daryl_vdb at HOTMAIL.COM wrote: > > >When you are having name conflicts that is only when you change the > >names IDE creates to something of your own, isn't it? > > Yes, it is. I always change the names to something a bit more > meaningful > than the names provided. I would also like to have routines and > variables > that are local to one window, rather than global to the whole program. > > >The only problem I've seen with Property and Tool Box window resizing is > >sometimes when using the resize arrows, the Property window grows larger > >than it should and Property ends up being only the title box. Is this > >what you mean or are there other cases? What other windows do not resize > >correctly? > > Yes, that's it. The properties box and tool box sometimes overlap or > leave > a gap between them when resized, but these are minor bugs. >