Re: [perl-win32-gui-users] Changing font color on a label

2003-07-18 Thread Dennis Putnam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 10:15 AM 7/18/2003, you wrote: >Hi, > >I mostly use Win32::GUI::Loft to build screens. The power of this app is >really impressive and, while it doesn't match the full power of Win32::GUI >alone, it sure makes building screens a lot easier! > >I

[perl-win32-gui-users] Changing font color on a label

2003-07-18 Thread William Fishburne
Hi, I mostly use Win32::GUI::Loft to build screens. The power of this app is really impressive and, while it doesn't match the full power of Win32::GUI alone, it sure makes building screens a lot easier! I have one occasion where I would like to change the text font color on a label after th

RE: [perl-win32-gui-users] Need tabstop help

2003-07-18 Thread Dennis Putnam
At 09:55 AM 7/18/2003, you wrote: Dennis, Not sure about the Visual C++ thing as I haven't really used it! So far it seems all the undocumented functions are the same as VC++ (with the appropriate perlisms). I may just start using that and see how far I can get. As for the selection of t

Re: [perl-win32-gui-users] Need tabstop help

2003-07-18 Thread Dennis Putnam
At 09:02 AM 7/18/2003, you wrote: Hi, Your check box will send a Click event when it is checked. You, then, need to create a handler for the event: sub ::chbCheckBox1_Click { } Hope this helps, Thanks but I don't think you understand the problem. This is strictly a tab control problem. W

RE: [perl-win32-gui-users] Need tabstop help

2003-07-18 Thread Dennis Putnam
At 04:25 AM 7/18/2003, you wrote: Dennis, Try this just before your $MainWindow->Show();to set the focus on your object - $ObjectName->SetFocus(); Ah, ha! So there is another undocumented function. Thanks. I repeat my earlier question: how do you find this stuff out? I have used Visu

[perl-win32-gui-users] Proxy set on webBrowser

2003-07-18 Thread Hirosi Taguti
Hello, Please let me know the way to set proxy to IE on Win32::GUI::AxWindow. This doesn't work well. $Control->CallMethod("Proxy", 'myserver.mycompany.co.jp:8080'); $Control->CallMethod("Navigate", 'http://www.perl.org/'); Regards, Hirosi Taguti [EMAIL PROTECTED]