1. RE: Order of Controls with IDE
- Posted by Judith <camping at txcyber.com> Jun 24, 2001
- 430 views
schottgunt at netway.at wrote: > Hello > > I use IDE > When I place some controls (PushButtons) in my > design-window, the user may activate (put focus on) > one button after the other, by typing the tab-key. > The order will be the same as at the time of my > designing the window. When I create a new additional > control, it will be the last in the order. When I > want a different order, so I have to edit the > *.prj-file to change the order. > > Is there a better possibility by using IDE ? On my ToDo list is a request where the control order may be supplied in Property. The only exception will be that Menus, StatusBar and ToolBar must be first. And controls in Table may not be ordered. I can't promise when this will happen but I hope to get it done in the next couple of releases. Thanks, Judith > > Günther > >
2. RE: Order of Controls with IDE
- Posted by Judith <camping at txcyber.com> Jun 25, 2001
- 419 views
schottgunt at netway.at wrote: > > > Judith schrieb: > > > > On my ToDo list is a request where the control order may be supplied in > > Property. The only exception will be that Menus, StatusBar and ToolBar > > must be first. And controls in Table may not be ordered. > > > > Judith, > > You possibly could implement this in the Project-View. > The user has to mark the control and then click on a > button to move the control one position up or on another > one to move it down. > > Günther One problem is that I don't know how to manipulate the TreeView and that's why it is always rebuilding. I've tried inserting and deleting nodes (indexes) without success. Also the Project View is just a snapshot, if you will, of the controls. Property and Design really 'run the show' and I don't currently plan to change that. When I learn how to control the content order of the Project Tree withuot rebuilding it every time, I could use your idea as an alternate mechanism to manually updating Property. In other words, I could assign the attribute in Property based on what you did in Project View. Thanks for the idea, Judith > >