From: Liam C. <cy...@gm...> - 2005-04-02 04:38:54
|
> Tab order, having an actual z-Order property number would solve this nicely. Just checking, you know that the order in the Resource file determines the tab order? i.e. {'application':{'type':'Application', 'name':'Template', 'backgrounds': [ {'type':'Background', 'name':'bgTemplate', 'title':'Client details', 'position':(-5, 25), 'size':(1027, 689), 'icon':'lux.ico', 'menubar': {'type':'MenuBar', 'menus': [ {'type':'Menu', 'name':'menuFile', 'label':'&File', 'items': [ {'type':'MenuItem', 'name':'menuFileExit', 'label':'E&xit', 'command':'exit', }, ] }, ] }, 'components': [ {'type':'Button', 'name':'closeButton', 'position':(870, 590), 'size':(100, -1), 'label':'Close', }, {'type':'Button', 'name':'saveButton', 'position':(740, 590), 'size':(100, -1), 'label':'Save', }, {'type':'Button', 'name':'jobsButton', 'position':(530, 310), 'label:'Jobs' 'size':(100, -1), 'label':'Save', }, closeButton tabs to saveButton which tabs to jobsButton. I don't know if this is documented anywhere obvious though. Regards, Liam Clarke -- 'There is only one basic human right, and that is to do as you damn well please. And with it comes the only basic human duty, to take the consequences.' |