Add TextCtrl dinamically

Hi all.
In a frame of my app i nedd to insert more TextCtrl, the number is estabilished from user by a spinCtrl.
How can i do it?
Have you understand from my english?
Thanks all!
Bye

···


Sbaush

Do you have to both add and extract TextCtrl based on that SpinCtrl?
Is there a limit you can count on? For example... max 10 textctrls...
if there is a limit you can create all of them from the get go and
only play with their visibilty.

···

On 2/10/06, Sbaush <sbaush@gmail.com> wrote:

Hi all.
In a frame of my app i nedd to insert more TextCtrl, the number is
estabilished from user by a spinCtrl.
How can i do it?
Have you understand from my english?
Thanks all!
Bye
--
Sbaush

probably this number will be never over 20, but i’m not sure, i a time is 21???

···

2006/2/10, Peter Damoc pdamoc@gmail.com:

Do you have to both add and extract TextCtrl based on that SpinCtrl?
Is there a limit you can count on? For example… max 10 textctrls…
if there is a limit you can create all of them from the get go and
only play with their visibilty.

On 2/10/06, Sbaush sbaush@gmail.com wrote:

Hi all.
In a frame of my app i nedd to insert more TextCtrl, the number is
estabilished from user by a spinCtrl.

How can i do it?
Have you understand from my english?
Thanks all!
Bye

Sbaush


To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org


Sbaush