[perl-win32-gui-users] Win32::GUI bugs

2005-02-15 Thread Robert May
A quick question on process: Should potential bugs be discussed on this list before raising bug reports at sourceforge? Rob.

Re: [win32gui] Re: [perl-win32-gui-users] Wrappers for listviews/comboboxes etc...

2005-02-15 Thread Robert May
Hi all, I've been a lurker on this list for some time now (probably a year or more), but I finally got time in the last few weeks to start playing with Win32::GUI properly. Firstly can I thank the regulars for a great set of features, and to say what an improvement V1.0 is over what I had pl

Re: [perl-win32-gui-users] Wrappers for listviews/comboboxes etc...

2005-02-15 Thread Ariel Serbin
Thanks for the responses... That's good to know about Text() on the comboboxes. I've been doing it the other way, as well. I'm not sure if there's any weirdness related to having the 0-width column because I always do fullrowselect. I've thought about the shadow array idea before and it is pro

[perl-win32-gui-users] Radio Buttons Question - Win32::Gui

2005-02-15 Thread Daniel Mazzini
Hi all I have two questions: 1. I am trying "to check" a radio button as initial state, I mean when I open a window. I used the option -checked=>1, but nothing happens. 2. I want to get the the radio_button selected. I have been programming with perl for the last two years, I used Tk in t

Re: [perl-win32-gui-users] Wrappers for listviews/comboboxes etc...

2005-02-15 Thread Johan Lindstrom
At 23:59 2005-02-14, Ariel Serbin wrote: I decided that it was time to whip up some wrapper modules that do all of this for me. It seems to me like it would be a pretty handy thing to have around, I say: go for it! If you can generalize your problem to a module, other people will probably fin

Re: [perl-win32-gui-users] Wrappers for listviews/comboboxes etc...

2005-02-15 Thread jez
Quoting Ariel Serbin <[EMAIL PROTECTED]>: > I decided that it was time to whip up some > wrapper > modules that do all of this for me. It seems to > me > like it would be a pretty handy thing to have > around, > so here are a few questions for the group: > > Have any of you done this sort of thi