Re: Judith's IDE ! check it out!
- Posted by Judith Evans <camping at FLASH.NET> Sep 11, 2000
- 405 views
David Cuny <dcuny at LANSET.COM> wrote: >A couple of suggestions: > >1. Make the toolbar and status bar self-positioning (like the menu). They >should automatically resize themselves when the window in resized. DONE. But I'm not sure what will happen if ReBar and ReBarBand controls are added and the ReBar contains a toolbar (as in one of Matt's examples.) I've not disallowed moving the toolbar once it is positioned so I guess everything will work out. I probably should get ReBar and ReBarband into the IDE so as not to have to undo a lot of coding. > >3. Auto-position controls that are dropped onto the toolbar. I think there's >code in the IDE that you can steal for that. You might need another control >(toolbar spacer). I've gotten docking done for the toolbar as controls are dropped on it. Right now they start docking at 0,0 of the toolbar but I don't particularily like that restriction. What exactly do you have in mind about the proposed toolbar spacer? Do you mean the 4 pixel space between togglepictures? Or to use the spacer to reserve room for xpms? something else? > >4. The MLE in the code editor should resize as the window is resized. > >5. The controls (incorrectly) assume the background color of the window is >bright white. FIXED >-- David Cuny Judith