Re: wxPython : getting started
One possible source of help is the book "Python Programming on Win 32".
It has a 20 page introducrtion on using wxPython.
Howard
David Sulc wrote:
> Hi !
>
> I've looked all over (internet, books, etc.) and I haven't found a very
> good ressource to get started with wxPython (yes, I've been through
> their tutorial).
>
> What I would basically like to do for starters is to be able to define
> the main panel being displayed. For example :
> 1. wxFrame contains a wxPanel (call it mainPanel).
> 2. mainPanel contains another panel (childPanelA)
> 3. another panel has been defined (childPanelB) but is not displayed
> (the user can only see childPanelA inside mainPanel)
> 4. by clicking on a menu entry (for example), the displayed panel is now
> childPanelA (which is inside mainPanel)
>
> So how do I do this ? I realize it's a very basic question, but it's
> been driving me mad...
>
> Also, is there any good open source wxPython program that I could study ?
>
> Thanks for any help...
.
Relevant Pages
- wxPython : getting started
... I've looked all over and I haven't found a very good ressource to get started with wxPython. ... What I would basically like to do for starters is to be able to define the main panel being displayed. ... wxFrame contains a wxPanel (call it mainPanel). ... another panel has been defined but is not displayed (the user can only see childPanelA inside mainPanel) ... (comp.lang.python) - Re: wxPython : getting started
... > the main panel being displayed. ... wxFrame contains a wxPanel (call it mainPanel). ... > (the user can only see childPanelA inside mainPanel) ... I don't know or use wxWidgets, and I've just learned GTK, but I think ... (comp.lang.python) - Re: wxPython : getting started
... What I would basically like to do for starters is to be able to define the main panel being displayed. ... wxFrame contains a wxPanel (call it mainPanel). ... another panel has been defined but is not displayed (the user can only see childPanelA inside mainPanel) ... the PyCon organisers to publicise one of the tutorials I'll be giving the day before PyCon proper starts. ... (comp.lang.python) - Re: wxPython : getting started
... I've looked all over (internet, books, etc.) and I haven't found a very good ressource to get started with wxPython. ... What I would basically like to do for starters is to be able to define the main panel being displayed. ... wxFrame contains a wxPanel (call it mainPanel). ... another panel has been defined but is not displayed (the user can only see childPanelA inside mainPanel) ... (comp.lang.python) - Re: wxPython : getting started
... Personally I "bounced" when I attempted to learn wxPython - I found it much ... > the main panel being displayed. ... wxFrame contains a wxPanel (call it mainPanel). ... > (the user can only see childPanelA inside mainPanel) ... (comp.lang.python) |
|