[perl-win32-gui-users] listview

2001-03-02 Thread Danny Zak
Dear perl-win32-gui-users, about listviews * can i modify values in a listview ? or should i somewhere change properties for the cells ? * does the listview contains a CELL value/changed boolean for each cell ? about ocx is there somebody who would like to help me to get a OCX/DLL

Re: [perl-win32-gui-users] event handlers

2001-03-02 Thread Aldo Calpini
Dave Moore wrote: > hey. > > do event handler routines (ie. sub Button1_Click) have to be in > the main namespace or in the namespace in which they were created? no, they can be anywhere: just add the namespace to your control's name and the event will be searched in that namespace. example:

Re: [perl-win32-gui-users] event handlers

2001-03-02 Thread Eric Bennett
On Fri, 2 Mar 2001, Aldo Calpini wrote: > > it seems to me that this module wasnt really meant to be used in > > an OO application? can anyone out there tell me otherwise? > > I maybe be ignorant, but what the heck do you mean by 'an OO > application'? :-) He probably means being able to open mu

[perl-win32-gui-users] Display a jpeg and gif image

2001-03-02 Thread Thomas, Timothy B
Aldo or anyone - I really need to figure out a way to display jpeg and gif images in one of my Win32::GUI apps. There has got to be a way to accomplish it. Any suggestions? I thought of converting the whole thing to TK, but I really don't want to have to go that route. Thanks,

Re: [perl-win32-gui-users] Display a jpeg and gif image

2001-03-02 Thread Danny Zak
Dear Timothy, anyhow. .i'm also interrested in knowing.. maybe we could use some VB dll's :) Best regards, Danny Zakmailto:[EMAIL PROTECTED] co-ceo Euro-Pictures/belGOnet.com Princesse Elisabeth Square 9/11 1030 Brussels Belgium Tel : +32-(0)2-215

Re: [perl-win32-gui-users] event handlers

2001-03-02 Thread Aldo Calpini
Eric Bennett wrote: > He probably means being able to open multiple instances of a > window or being able to subclass window or control behavior. I'm afraid I still don't get the exact point (I'm tired, sorry :-). > Right now the only connection a control has to the rest of the > program is throu

[perl-win32-gui-users] FW: perl-win32-gui-users

2001-03-02 Thread Frazier, Joe Jr
Joe Frazier, Jr Technical Support Engineer Peopleclick.com 800-841-2365 [EMAIL PROTECTED] > -Original Message- > From: Frazier, Joe Jr On Behalf Of Peopleclick Customer Support > Sent: Friday, March 02, 2001 12:33 PM > To: 'perl-win32-gui-users@lists.sourceforge.net' > Subject: perl-win

Re: [perl-win32-gui-users] Display a jpeg and gif image

2001-03-02 Thread David Hiltz
You can display a BMP file, so maybe you could convert the jpg/gif to a bmp then display it. -dave > > anyhow. .i'm also interrested in knowing.. > > maybe we could use some VB dll's :) > > Best regards, > Danny Zakmailto:[EMAIL PROTECTED] >

[perl-win32-gui-users] adding a scroll bars to listbox

2001-03-02 Thread Moore, Larry
I copied some of the code from the gui sample programs to add a vscroll bar to my listbox. Can I read the value of the thumb position and use that for making a selection in the listbox? Can I control the position of the thumb of the scroll bar with a variable in my perl code (e.g. for an initial p

Re: [perl-win32-gui-users] event handlers

2001-03-02 Thread Eric Bennett
On Fri, 2 Mar 2001, Aldo Calpini wrote: > this is more clear. the New Event Model I'm trying to build will > pass a reference to the object that fired the event as its first > parameter, so this issue will be solved. This would be very helpful. The feature which would make this complete for me i

[perl-win32-gui-users] combobox making me crazy

2001-03-02 Thread Peter Eisengrein
Hi all, This is making me nuts. I have a combobox dropdown that shows on my window but it does not show the data when I click on it. I copied this same exact code into the comboxbox.pl sample and it works. Aaaarr! Any help would be greatly appreciated. I'll just bang my head on the wa

RE: [perl-win32-gui-users] combobox making me crazy

2001-03-02 Thread Peter Eisengrein
another thing... the data is actually in the list. When the blank combobox drops down I can click in it and arrow up/down and then I'll see the data -- debug code confirms a selection is being made. It just doesn't want to show it ## Hi all, This is making m

[perl-win32-gui-users] perl-win32-gui-users

2001-03-02 Thread Peopleclick Customer Support
I have a combo box such as below. How do I get a scroll bar along the left or right side. Is this functionality supported? If so, does the same method work for List boxes. Part of the problem, is that I mostly copied these directly from the examples and don't know what the various style setting