From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2007-03-28 14:16:41
|
On 27/03/2007 21:26, Kwasir wrote: > > I'm playing around with py.card for a couple of days now. One of the > problems/questions I have is: > is it possible to change the tabbing/cycling order for the widgets on my > window? E.g. when I place 3 textfields on my window, they seem to have > the "tab-order" like they where created - 1,2,3. But when I want nr. 3 > in the upper corner, how can I set it as nr. 1 in the tab-order, when I > jump from widget to widget by using the "TAB"-key? I used to edit the order in the rsrc.py file manually (yuk!), but then somebody pointed out a while ago that the resource editor has a move forwards/backwards menu option that I think changes the tabbing order. Select the component you want to start with and move that to the front, then arrange the others so that they are "below" it in the tabbing order. Somebody please jump in and correct me if I've got this a bit muddled up - I don't have PythonCard on this machine so I can't check this for a few days, and I've never had to re-arrange tabbing order since learning about this mechanism. -- Neil |