Re: [perl-win32-gui-users] Wrapping text

2001-09-24 Thread Jeremy Dack
Try adding -wrap=>1 Jeremy At 08:36 24/09/01 +0200, you wrote: This is probably a simple one, but I can't find out how to wrap text, for example the "text" property for a Radiobutton. I tried with a Perlish carriage return+newline such as "bla \r\n more bla", which did not work. What code do yo

Re: [perl-win32-gui-users] Tabstrip

2001-05-24 Thread Jeremy Dack
Ah, you just change the tab_click to tab_change... At 09:13 21/05/01 +0100, you wrote: Hi, I am having a problem with tabstrips. When selecting the tabs by mouse the fields hide and show as expected but if I use the left and right arrow keys the tabs move but the fields don't change (

[perl-win32-gui-users] Tabstrip

2001-05-21 Thread Jeremy Dack
Hi, I am having a problem with tabstrips. When selecting the tabs by mouse the fields hide and show as expected but if I use the left and right arrow keys the tabs move but the fields don't change (i.e. it still shows page 1). Is this something I am doing wrong? I note that the example suppl