On Thursday 28 August 2008 03:24:54 pm Paul McNett wrote: > johnf wrote: > > On Thursday 28 August 2008 02:46:19 pm Paul McNett wrote: > >> dabo Commit > >> Revision 4483 > >> Date: 2008-08-28 14:46:19 -0700 (Thu, 28 Aug 2008) > >> Author: Paul > >> Trac: http://svn.dabodev.com/trac/dabo/changeset/4483 > >> > >> Changed: > >> U trunk/dabo/ui/uiwx/dGrid.py > >> > >> Log: > >> Attempted fix to current problem with grid in ClassDesigner. > >> > >> Return False from IsEmptyCell unconditionally, which takes away > >> the need for a round-trip to the bizobj. > > > > That fixed the traceback I was getting but the ClassDesigner still fails > > with a Seg Fault as reported by Dave Rowe. > > Is there a simple set of steps to repro the segfault, as I'm not seeing > it on Windows or Linux. Can you regression test and find the revision to > blame for the segfault? 4440 would be a good place to start testing. > > Paul
>From Dave's posting Today just is not my day... Going through the ClassDesigner, I created a vertical sizer (2 slots), bottom slot, proportion 0 (for Save, Cancel, etc), top slot, Add Controls from Data Environment. Get the below traceback. After continuing with the design (edit captions and such), I leave 'Add bixobj code' selected, click 'Finish', and get Segmentation Fault in the terminal. Any ideas? Open the ClassDesigner Right click on the form add a vertical sizer (change the number of slot to 2) Right click on the bottom slot and chose the "edit sizer" and change the proportion from 1 to 0 Click into the top slot right click on the top slot and chose the add from the a dataset select a connection chose a table select all and keep click on next until it seg faults -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
