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.
I couldn't reproduce the bug either.
C:\temp>python
ActivePython 2.4.1 Build 247 (ActiveState Corp
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
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
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
Did it freeze for you too with the alt+f while focus on the tab?
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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)
> s
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, -1