From: Christian B. <c.b...@qx...> - 2008-05-07 19:12:34
|
There seems to be a workaround: changing the template that is opened by default when the layoutEditor is opened: If you modify tools/resourceEditor/templates/templates.rsrc as follows ... { 'type':'Background', 'name':'bgTemplate', 'title':'Standard Template with File->Exit menu', 'size':( 800, 600 ), 'style':['resizeable'], 'statusBar':0, ... the panel that can be worked with is 800 x 600 pixels big. Not very elegant, but this makes the editor at least usable on the Mac. Better would be a solution that adapts the panel to the size of the window automatically. 2008/5/4 Christian Boulanger <c.b...@qx...>: > Hello, > > has anybody found out more about this problem? I have the exact same > issue, which renders the layoutEditor useless on the Mac: > > > http://www.qxtransformer.org/screenshots/pythoncard-mac-leopard-problem.png > > Thanks for any information! > > Christian > > Terry Maloney <terrymaloney <at> globetrotter.net> writes: > > > > > Neil Hughes wrote: > > > > > With the following versions the layout looks the same as XP, i.e. all > > > components are visible and the text area fills the frame: > > > > > > OSX 10.4.11 (PowerPC) > > > Python 2.3.5 (as shipped with Tiger) > > > wxPython 2.5.3.1 > > > PythonCard 0.8.2 > > > > > > So it looks more like something specific to newer versions of the > > > OS/wxPython than a platform difference. > > > > I'm also using OSX 10.4.11 (PowerPC), so it's probably not the OS, > > but definitely is related to wxPython ... versions up to 2.7.2.0 work > > perfectly, 2.8.0.1 introduces the problem. Unfortunately that's > > probably not going to help Aaron, as 2.7.2.0 doesn't appear to > > support OSX 10.5. > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > > > |