On Wed, Mar 2, 2011 at 15:26, Ed Leafe <[email protected]> wrote: > On Mar 2, 2011, at 3:05 PM, Nate Lowrie wrote: >> During the course of form entry, the user >> can add additional controls to the form. When the controls are added >> to the form, they are added to the end of the tab order. I would like >> to set their tab order to somewhere in the middle. Is this possible >> and if so, how do I do it? > > Add the controls, and then for all controls that should come after > them in the tab order, call control.bringToFront(). That should re-arrange > the z-order of the controls, which is what I believe that wxPython uses for > tab order.
This works ok in my situation. I was hoping there was a way to set the tab order explicitly. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
