Combox issues in Collapsible Pane

Dear Robin,

you will find the code on:
http://sourceforge.net/projects/qme-dev/

the file in the zip is:
QME-DEV-Alpha09.py

Re: the combobox vs collapsible pane issue
You will find it in the class: graph_dp (look in the function
OnMakeGPane() - and look for #Robin).
if you try to use the statictext control at runtime, for example using the labels(list) then they do change correctly.
(albeit I have some redraw problems in the equapage_dp class with static control and collapsible pane).
But the combobox ( and the textcontrol it seems ), would not want to update at all.

Re:sizer
Then I have a problem again with collapsible pane - may be I mis-understood the concept of spacer or misuse
the sizer. But in class equapage_dp, it seems that even if I add some Spacer or Stretchable spacer nothing happens.
I can’t get the ctrltext inside the staticbox.
most porbbaly I have done somthing wrong… but I did not yet found
what.

Re: wxPython
really nice to use. it is great, thank you for bringing this tool to the community.
The only thing is for me: struggling with sizers ! i kind of grasp the concept of vertical and
horizontal but as soon as i had some collapsible pane…difficult.
Also I have been impressed and put-off by the draw function. impressed by the demo and put off because of the
may be’apparent’ complexity of using it. i found the plot of pylab easier to use. All in all, i did pump
a lot from your demo. The demo is REALLY helpful.

I might not answer you before some time , as i go abroad 2 weeks after tomorrow.

Best Regards,

Robert

···

Découvrez une nouvelle façon d’obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses.

Robert VERGNES wrote:

Dear Robin,

you will find the code on:
QME-Dev Workbench (wxSciPy) download | SourceForge.net

the file in the zip is:
QME-DEV-Alpha09.py

Please reproduce the problem in a *small* standalone app that doesn't require other modules besides wxPython and things from the standard Python lib.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!