Re: wxPython Notebook crash when pressing alt key

2005-09-22 Thread Steve Holden
Kreedz wrote: Did it freeze for you too with the alt+f while focus on the tab? No, the program appears to work perfectly normally. regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC www.holdenweb.com PyCon TX 2006

Re: wxPython Notebook crash when pressing alt key

2005-09-22 Thread Graham Fawcett
Kreedz wrote: Could Windows version have anything to do with this?? Else I've got some really weird issue... I'm on Windows 2000 Professional Yes, that definitely counts as a wierd issue. wink I couldn't reproduce the bug either. C:\temppython ActivePython 2.4.1 Build 247 (ActiveState

wxPython Notebook crash when pressing alt key

2005-09-21 Thread Kreedz
Hi I've got some really weird issue with a sizer, a text field and a notebook. Here's an example: import wx class A(wx.Panel): def __init__(self, parent, id): wx.Panel.__init__(self, parent) self.noteBook = wx.Notebook(self, -1) self.panel = wx.Panel(self.noteBook,

Re: wxPython Notebook crash when pressing alt key

2005-09-21 Thread Steve Holden
Kreedz wrote: Hi I've got some really weird issue with a sizer, a text field and a notebook. Here's an example: import wx class A(wx.Panel): def __init__(self, parent, id): wx.Panel.__init__(self, parent) self.noteBook = wx.Notebook(self, -1) self.panel =

Re: wxPython Notebook crash when pressing alt key

2005-09-21 Thread Kreedz
I have written the import wx in my message. You press F key while holding down Alt while focusing on the tab? Python 2.4.1, wxPython 2.6.1.0 -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython Notebook crash when pressing alt key

2005-09-21 Thread Steve Holden
Kreedz wrote: I have written the import wx in my message. You press F key while holding down Alt while focusing on the tab? Python 2.4.1, wxPython 2.6.1.0 Nope. Just slightly incompetent at copy-and-paste when multitasking. Looks like you might need to report a bug to the wxPython folks.

Re: wxPython Notebook crash when pressing alt key

2005-09-21 Thread Kreedz
Did it freeze for you too with the alt+f while focus on the tab? -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython Notebook crash when pressing alt key

2005-09-21 Thread TheSeeker
Hi, Works for me: Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] wxPython 2.6.1.0 Duane -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython Notebook crash when pressing alt key

2005-09-21 Thread Kreedz
Could Windows version have anything to do with this?? Else I've got some really weird issue... I'm on Windows 2000 Professional - Kreedz -- http://mail.python.org/mailman/listinfo/python-list