Re: [perl-win32-gui]: working with a ListBox (QA with code, also a r easonable hello world level example)

2000-06-15 Thread Cam
inate { ACexit(0); AC } AC /code I hope this helps. Let me know if you get the TheListBox_Click routine working, or if you are still stuck let me know as well and I will take a better stab at it later. Cheers. -- Best regards, Cammai

Re[2]: [perl-win32-gui] passing user input from a textfield to a scalar

2000-05-18 Thread Cam
;, -text = "", -left = 10, -top = 20, ); ## To get the value in the text field use the line below $x = $Dialog-First_Textfield-Text(); ## PERL CODE ENDS I hope this helps. -- Best regards, Cam

Re[2]: [perl-win32-gui] Installation Problem (ActivePerl 613 + ppmfix, win32-gui 434)

2000-05-10 Thread Cam
: AC ppm set repository dada http://dada.perl.it/PPM -- Best regards, Cammailto:[EMAIL PROTECTED] __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Re[4]: [perl-win32-gui] Capturing ListView Clicks

2000-04-24 Thread Cam
e know if this helps. I don't have a lot of time these days, but if you are still stuck send me the code and we'll see if can hack something togther. Cheers Monday, April 24, 2000, 11:24:58, you wrote: JS Cam, JS Thanks for the help. I am trying to get the sort part to work. Seems pretty si

[perl-win32-gui] Listbox - Fonts, Item's Sub Items

2000-04-13 Thread Cam
-subitem = 2, -text= $CurCond, -font= $FontA, ## Doesn't work ); -- Best regards, Cam mailto:[EMAIL PROTECTED]

[perl-win32-gui] ActivePerl 5.6(RC1) and Win32-GUI

2000-03-20 Thread Cam
curious if anyone has had this happen to them and if there is some sort of work around. Thanks for you time. Cheers! Cam Watson __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com

Re: [perl-win32-gui] system tray icon

2000-03-20 Thread Cam
. I can change HM the window's icon but not the system tray icon. Is it possible to dynamically HM change the system tray icon? HM Hoff Miller -- Best regards, Cammailto:[EMAIL PROTECTED] __ Do You Yah

Re: [perl-win32-gui] Scrollbars

2000-01-07 Thread Cam Watson
;Text", -text= "", -left= $left, -top = $top, -width = $Win-ScaleWidth, -height = $Win-ScaleHeight, -style = WS_VISIBLE | WS_VSCROLL | ES_MULTILINE,

[perl-win32-gui] Update or Change the Tip in NotifyIcon

2000-01-05 Thread Cam Watson
-id = 1, -icon = $Icon, -tip = "$tip", ); ## All the below attemps fail and give similar errors $TIcon-Tip("$tip"); $TIcon-Text("$tip"); $Window-TrayIcon-Tip("$tip"); ##-- End of Perl Cod

RE::[perl-win32-gui] Window-Show() Observation

1999-12-31 Thread Cam Watson
Hi, I was wondering if anyone came up with a solution to this problem (described below in Eric's message). I'm encountering the same problem and when I searched the old messages I never found an answer or any further discussion in the thread. Thanks for you time. Cam Watson Eric Hanson