1. Re: Judith's IDE ! check it out!
Thanks, David
I am resizing down progressively already. What I wasn't sure I would like is
the ToolBar docking at 0,0 and new controls dropped into the ToolBar docking
relative to that position but after some thought I realized if I dock at 0,0
of what ever parent the toolbar lands in, there shouldn't be any problem.
And if room is needed to be left for some xpms in front of the controls
dropped into the ToolBar, well, maybe I should also have a xpm-spacer
control in addition to the 4 pixel spacer control. Although this could lead
to some interesting results if the ToolBar were dropped on, say, a
PushButton in the middle of the Design pad <chuckle>
Judith
On Mon, 11 Sep 2000 15:00:26 -0700, Cuny, David at DSS <David.Cuny at
DSS.CA.GOV>
wrote:
>Judith Evans wrote:
>
>> 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.)
>
>The best thing is probably to cascade resizes down to children. So when a
>parent resizes/moves, it triggers a resize/redraw for each child, which in
>turn sends a redraw/resize to each child...
>