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