Hello Daniel,
My questions is when I create a new Frame/Windows in wxGlade, will it
be wxFrame or wxMDI Frame......which one should I choose and why ?
Well, it depends which kind of frame you really want. The MDI frame is
just a multi document interface, as in the old versions of Microsoft
Office (Word, Excel...). MS sais this kind of interface has to be
"deprecated". See here for a more comprehensive explanation:
In the vast majority of cases, you don't want a MDIFrame, because you
always need a main frame with some buttons/radiobuttons/checkbuttons
and whatever inside it. There is rarely a need of having multiple
child frames inside a main frame (that is basically an MDI frame).
I am not completely aware of all the small tools that wxGlade gives and
how to place them.
Well, wxGlade offers you a (relatively small) subsample of all the
available controls present in wxPython. In order to understand what
they are and how to use them, I *strongly* suggest you to take a look
at the wxPython demo. If you haven't downloaded it, please see here:
http://prdownloads.sourceforge.net/wxpython/wxPython2.6-win32-docs-demos-2.6.3.2.exe
I really suggest you to navigate a little bit inside the demo and play
with the widgets, to see how they look like. For more information
about the basic use of wxPython, you may want to take a look at the
wxPython Wiki:
And maybe start with the first section "how to learn wxPython".
HTH.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."