a question on update.

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
wangbo_coldwind
Knows some wx things
Knows some wx things
Posts: 38
Joined: Thu Jun 09, 2005 1:44 am
Location: china

a question on update.

Post by wangbo_coldwind »

Hi,
I write some codes to do things like following:
click a button,then pop up a dialog,
but when I close the button,the label of the button will be hide. when I change the button's parents' size, it will show.

I think change the parents' size will send a update event, but if I call Layout, update,fit,refresh, all of them don't work.

Thanks in advance!
cg
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 201
Joined: Sun Aug 29, 2004 12:33 am
Location: Canada
Contact:

Post by cg »

Can you post some code for clarities sake?

Thanks

Chris

------------------------------------------------------------
Chinook Developer Studio
*Free multiplatform IDE for BSD.Linux.Solaris.Windows*
http://www.degarrah.com/chinookfree.php

Zephyr Automated Test Runner
*Cross platform automated functional and regression testing*
http://www.degarrah.com/zephyr.php
------------------------------------------------------------
Post Reply