Re: [win32-gui] [perl-win32-gui-users] Request for control or workaround.

2006-05-02 Thread Brian Fredette
Hi Rob, If you want it to move up my priority list, then raise a feature request through the sourceforge site. Done ... tracker number 1480738. Now how can I help :-) Brian

Re: [win32-gui] [perl-win32-gui-users] Request for control or workaround.

2006-05-02 Thread Brian Fredette
Hi Robert, Thanks for the reply. I'll head down the avenue of simple in this case :-). How far along (if at all) is the IP Address control? I wouldn't mind playing around with whatever you have. Brian On 5/2/06, Robert May <[EMAIL PROTECTED]> wrote: Brian Fredette wrote: > An application

Re: [win32-gui] [perl-win32-gui-users] Horizontal scrollbars for listboxes and textfields

2006-05-02 Thread Robert May
-hscroll => 1 Regards, Rob. [EMAIL PROTECTED] wrote: Dear win32-gui users, I have just begun with win32::gui (v1.03). Can someone please show me how to add horizontal scrollbars to listboxes and textfields? Many thanks! Paul Jesze ---

Re: [win32-gui] [perl-win32-gui-users] Request for control or workaround.

2006-05-02 Thread Robert May
Brian Fredette wrote: > An application I'm creating has a need to obtain IP address > information from a user. I'd like to be able to setup to > screen to look similar to the windows tcp/ip properties panel. > The ip address text boxes on that screen are different in that > they seem to have embe

Re: [win32-gui] Re: [perl-win32-gui-users] Making a treeview"active"? Oh, and Scrollbar sizes...

2006-05-02 Thread Robert May
Steve Loughran wrote: ... Another function that states it works on a window, but can also work on objects... you would think by now I would have learned a lesson about this, what with my Sort()<-->Treeview issue over the weekend, but apparently not :) Right, edited code to SetFocus and it

Re: [perl-win32-gui-users] Making a treeview"active"? Oh, and Scrollbar sizes...

2006-05-02 Thread Steve Loughran
... Another function that states it works on a window, but can also work on objects... you would think by now I would have learned a lesson about this, what with my Sort()<-->Treeview issue over the weekend, but apparently not :) Right, edited code to SetFocus and it works a treat... thank

RE: [perl-win32-gui-users] Making a treeview"active"? Oh, and Scrollbar sizes...

2006-05-02 Thread Plum, Jason
Steve, Hmm, good point with the "fatter" scrollbars :) As for keeping the treeview "active", have you considered just setting the focus to the treeview as the last line of the button operations code? Other than that I don't readily know of any "easy" way to make it more effectively displayed. J

[perl-win32-gui-users] Making a treeview"active"? Oh, and Scrollbar sizes...

2006-05-02 Thread Steve Loughran
Hi all Is there any way or making a specific button/textbox/treeview "active" or have the focus? I am trying to keep my TreeView "active" so the highlighted entry shows up better after another button in the window has been pressed. Also, and an afterthought actually, is there any way of maki

[perl-win32-gui-users] Request for control or workaround.

2006-05-02 Thread Brian Fredette
Hi all, An application I'm creating has a need to obtain IP address information from a user. I'd like to be able to setup to screen to look similar to the windows tcp/ip properties panel. The ip address text boxes on that screen are different in that they seem to have embedded .'s. Is there al