Re: wxListBox and others after upgrade to MacOS X 10.4

2005-11-21 Thread isthar
Hi again more data: I upgraded to 2.6.x version of wxPython and tried to run my program ( using wxversion.switch('2.6') of course) - no results. Demo boudled with wxPython works well ( at least wxListBox ) BTW UI code was generated by wxGlade. Help Help Help -- http://mail.

wxListBox and others after upgrade to MacOS X 10.4

2005-11-20 Thread ishtar
Hi I have strange problem... Background: I created some application using Linux which was intended to run on Mac OS X. There were few differences between Linux and Mac behavior of wxWidgets but finally after exchange of several screenshots i was able to finish it without even touching mac. BTW It

Re: WxListBox

2004-12-27 Thread LutherRevisited
This was the aforementioned doublepost guys, thanks for all the help though. At that point I was using WxGlade if you were wondering, that's why my controls have such funny names, glade did it!..lol I've since then got my gui to a point where I can live with it, other than the sizing problem when

Re: WxListBox

2004-12-27 Thread John Machin
ill be good for him ;) > He will get more out of it. > hint: SEARCH GOOGLE / READ DOCS / WRITE CODE > Ahh the joy of learning frameworks.(and GUI editors) > M.E.Farmer No, 4 problems: """wxpython.org's onlinedocs are down right now so bear with me"""

Re: WxListBox

2004-12-27 Thread M.E.Farmer
I think he is using an GUI editor wxGlade or BOA. He has two problems he is trying to figure out wxPython and he is trying to figure out his drag and drop editor. On top of that he seems to be having a design problem. I am gonna let him stew in it, it will be good for him ;) He will get more out o

Re: WxListBox

2004-12-27 Thread Steve Holden
LutherRevisited wrote: I'm wanting to put a listbox in the place of a textctrl I'm using in my application because I'm running out of space in my textctrl. The online documentation is down at wxpython.org so I have no idea how to construct this control or anything. Can someone help me out. Here'

WxListBox

2004-12-25 Thread LutherRevisited
I'm wanting to put a listbox in the place of a textctrl I'm using in my application because I'm running out of space in my textctrl. The online documentation is down at wxpython.org so I have no idea how to construct this control or anything. Can someone help me out. Here's what I'm doing with t

WxListBox

2004-12-25 Thread LutherRevisited
wxpython.org's onlinedocs are down right now so bear with me. Here's my problem, currently I'm using a wxtextctrl to enter output in, I'm running out of rows with the wxtextctrl so I thought to use a listbox like I would in another language. I'm unsure how it is constructed or how to add items to