[perl-win32-gui-users] Group Radiobuttons

2002-04-17 Thread Eugeniy Ogloblin
Hello perl-win32-gui-users, How to make two or more independent groups of radiobuttons? Thanks -- Best regards, Eugeniy mailto:[EMAIL PROTECTED]

Re: [perl-win32-gui-users] Group Radiobuttons

2002-04-17 Thread Johan Lindstrom
Eugeniy: > How to make two or more independent groups of radiobuttons? You should set the -group => 1 option on the _first_ RadioButton in each group. This control should also be a tabstop. The other RadioButtons in the group should have these options turned off. This should be added to the

[perl-win32-gui-users] Dinamic windows

2002-04-17 Thread Guillem Cunillera Wefers
Firstly...I put a subject on this e-mail. Well, I'm still having problems with my Tree_NodeClick event when this create some windows inside of it. This always go beneath the window which contains the TreeView.When ? This happens when the event ends (with return 0 / 1). Maybe the use of Tree