On Mar 8, 2007, at 11:24 AM, womble wrote:

> here's my current list/notes of issues/bugs/oddities/misunderstandings
> I've come across so far.
>
> Let me know what are misunderstandings, and the rest I'll add to  
> the bug
> tracker over the weekend.

        OK, thanks for taking the time to write these down. Let me go  
through them one by one.

> * CnxEditor fails to start if connection created in ClassEditor has  
> ' in description

        OK, I see the problem. Fixed in the version I just committed.

> * dshell on mac- ctrl c/v for paste

        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.

> * mac: object properties (and/or other windows?) don't honour  
> display bounds eg after being displayed on a bigger display, then  
> restart on smaller display, object window started at last co- 
> ordinates, which are off-screen on smaller display.
>    Work-around: from menu, maximise (which honours current display  
> bounds), then resize.

        Please add this as an issue.

> * 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.

> * When nothing selected, outline of latest widget redraws like mad  
> with a black box, slowing everything down.
>    Workaround: click on any widget in form mock-up

        Known issue; been like that for a long time. Please enter a tracker  
issue for it.

> * 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...

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to