> OK, thanks for taking the time to write these down. Let me go > through them one by one. > No problem- it's self interest. If I can figure this out and get an example app in the next few days, I have a better chance of getting more of our internal app into Python, and (hopefully) less in PHP code that has been 'grown organically'. But then I'll have to ramp up a few other people in how to use Dabo. I'll raise tracker issues latter for the real issues.
> Yeah, that sucks, but the bindings are deep in wx.py.shell, and I > haven't been able to override them simply. I've been putting it off > until the development of the IDE, since I want to be able to have > dynamic key binding assignments. > Ok. Maybe we can create a known issues page? > > * can't delete grid sizer via rmb on form mock-up pane. > > Workaround: delete via object properties window > > First, what is 'mock-up pane'? > > Second, you can't delete sizers from the design surface, since they > aren't objects that can be clicked on. However, by using Cmd-PgUp/Cmd- > PgDn, if the sizer is the currently selected object, Cmd-X will Cut > the sizer, and you can then paste it somewhere else if you like. > Sorry, 'mock-up pane' = class designer form/design surface. Ok, I think I see now what was happening. Sizer's get created by default with a panel. It was the panel I could delete. > > * wxPython 2.8.8.0- code editor crashes on startup > > Do you mean Editor.py? It seems to be working fine on 2.8.1.1; did > you mean wxPython 2.8.0.0 by chance? Also, please include the > traceback so that I know what's crashing. > > Gotta run; will answer the rest later... Yes, sorry, typo struck. I think I had 2.8.1.0(?) - there was another post this morning (Q re how to start IDE) with the same issue. For that version of wxPython, it ends up seg-faulting. No issue for 2.8.1.1. Thanks Julian _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
