From: Ade <sk...@bl...> - 2005-04-03 09:47:39
|
-----Original Message----- >Message: 5 >Date: Fri, 1 Apr 2005 14:21:23 -0800 (PST) >From: Kevin Altis <al...@ya... >To: pyt...@li... >Subject: [Pythoncard-users] clearing up tab order in resourceEditor >Since several people have brought this up recently, I >just wanted to remind everyone that the tab order is >controlled by the order that controls are created on >the Background (panel) when the background is created >at runtime. This order is shown by the position of the >control in the Property Editor in the resourceEditor. >Under the Options menu in the resourceEditor, there >are menu items to move the components up, down, front, >and back. Since this issue comes up periodically, I >guess this needs to be made clearer in the >resourceEditor or some documentation, and I'm open to >suggestions. I apologise. I had not used the options to move the component. I have only recently changed from 0.80 and used a complex method Originally having found it in an old post, you had to bring each component to the front in reverse order. Having just tried the send backwards / forwards especially using the CTRL 1-4 shortcuts, it does the job wonderfully. So, sorry again for not updating my way around the interface. |