[wxPython-users] wx.Image
Werner F. Bruhin
werner.bruhin at free.fr
Thu Mar 22 13:07:51 PDT 2007
Hi Belinda,
Belinda Randolph wrote:
> Andrea,
> Thank you.
> 1. I replaced my two lines of code with your two lines. Your code is
> simpler. I am really struggling on my end. The code still works the same.
> Image is fully visible only after I cover my frame with another frame and
> then uncover it. There is probably a different error, perhaps with my panel
> or frame object?
> 2. I love http://wxpython.wxcommunity.com/docs/api/ and will probably spend
> the next few days cleaning up my code and experimenting. Thank you.
> 3. I have no idea how to "use the wxWidgets help that comes bundled with
> wxPython." (I'm on Windows XP.)
>
I use Boa and it comes with help books for wxPython, Python and other
stuff. So, in the editor (or just about anywhere in Boa) I type Ctrl-h
and the text I am looking for. E.g. "image" and press enter (on
wxPython one has to press 3 times enter - but i am sure that will get
corrected one of these days :-) ) and you get a list of documenation
entries related to image.
Now I just used the script which is in Boa 0.5 (under Boa/scripts) to
create a help book for the new API doc, so I get all that in there too -
this will be in the next release of Boa, but the script is still handy
to keep ones doc really up to date. At the beginning it takes a bit to
get used to to find the entry one really needs (e.g. for image I get
about 2 pages).
Just another option for you to play with.
Werner
More information about the wxpython-users
mailing list