On Monday 19 February 2007 10:13, Ken Dibble wrote: > At 09:59 AM 2/19/2007 -0800, you wrote: > >On Monday 19 February 2007 09:56, Ken Dibble wrote: > > > OS: Win 2000 SP 2 > > > > > > STEPS: > > > > > > 1. Follow the instructions on the Wiki for "How to create a form with a > > > grid and populate it with data," using my own localhost MySQL database. > > > > > > 2. Attempt to delete the grid. > > > > > > A. Right-click the grid node in the tree in the Object Info window. > > > > > > OBSERVE: > > > > > > No context menu; runtime window outputs "NO ON CONTEXT > > > createContextMenu() takes exactly 2 arguments (1 given). > > > > > > B. Right-click the node for the sizer that contains the grid, get a > > > context menu and choose "delete". > > > > > > OBSERVE: > > > > > > The grid is deleted, as well as the sizer. > > > > > > 3. Right-click the panel. > > > > > > OBSERVE: > > > > > > Nothing happens in the Class Designer or in the Runtime window. > > > > > > EXPECTED: > > > > > > 1. To be able to delete the grid without deleting the sizer in the > > > Object Info window. > > > > > > 2. To get a context menu for sizers when right-clicking the empty panel > > > after deleting the grid and its sizer. > > > > > > ADDITIONAL INFORMATION: > > > > > > If I start a new form I can (as suggested somewhere in the docs for > > > Windows) add a panel, then get a context menu on the panel to add > > > sizers. > > > >How about providing the Dabo version you are using. You can obtain the > >information from the "About". > > Oops! Sorry about that. > > Platform: Win > Python Version: 2.4.4 on win32 > Dabo Version: Version 0.7.1s; Revision 2576 > UI Version: 2.6.3.3 on wxMSW > Dabo IDE version 0.7s (Revision 721)
I'm running python 2.5 and wxPython 2.8 (on windows) with the latest SVN. Unfortunately I can not confirm this behavior - or I'm doing something wrong. If you can, I suggest you update your Dabo version using the SVN. There is a free windows SVN client at http://tortoisesvn.tigris.org/ As a general practice I always add a dPanel when first creating a new form. I think it has something to do with a wxPython bug and using the tab key to move from control to control on the form. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
