[perl-win32-gui-users] Need to dynamically change the -tip

2010-02-24 Thread azlan
Hi, I have developed a software using Win32::GUI and I need to have my user to choose their desired language during the time when they login to the system. This will change not only the interface language but also the tooltip. I don't have any problem doing so for others but for the -tip I

Re: [perl-win32-gui-users] Executing a subroutine when selecting a radio button

2010-02-24 Thread Kevin Marshall
Bradley, It should be -onclick instead of -click. Also, instead of using the Change() method, use ReadOnly(1) to enable readonly and ReadOnly(0) to disable. Hope this helps, Kevin. Date: Wed, 24 Feb 2010 13:28:09 -0500 From: bradley.l...@bioreliance.com To: perl-win32-gui-users@li

[perl-win32-gui-users] Executing a subroutine when selecting a radio button

2010-02-24 Thread Love, Bradley
Hi, I am trying to set up an action using radio buttons that when it is selected it changes the readonly state of the text field (see below code). This code runs but the subroutine does not work when the radio button is selected. I expect that the -click option is not doing what I want it to