[perl-win32-gui-users] AxWindow: Creating HTML on the fly without loading a file!

2003-07-31 Thread YANDEX
Hello I use AxWindow and have: my $HtmlWindow = new Win32::GUI::AxWindow ( $html = 'http://www.perl.com";>perl.com'; $HtmlWindow->AttachControl("MSHTML:$html"); This works fine, but when I click link, open new Opera window (I have default browser Opera), but when I writ

[perl-win32-gui-users] how can I write german's umlauts?

2003-10-06 Thread YANDEX
Hello perl-win32-gui-users, how can I encode german letters ь,д,ц und Я in my GUI programm html-encoding don't help me: I already tried ü , ü . How can I use unicode? -- Best regards, Pawel Prostin

Re[2]: [perl-win32-gui-users] how can I write german's umlauts?

2003-10-06 Thread YANDEX
Hello Johan, Monday, October 6, 2003, 7:58:59 PM, you wrote: JL> At 16:14 2003-10-06, YANDEX wrote: >>how can I encode german letters Ø,Ä,Ã und ñ in my GUI programm >>html-encoding don't help me: I already tried ü , ü . JL> For åäö (I'm Swedish) I just enter the

[perl-win32-gui-users] not a CODE reference

2003-11-30 Thread YANDEX
Hello perl-win32-gui-users, I have a small window with many checkboxes. I need to ask every checkbox, so I: for(0..((keys %PLZ) - 1)){ if($Window->(sort keys %PLZ)[$_]->Checked == 1){ print $PLZ{(sort keys %PLZ)[$_]}." is checked\n"; } this dont works, the error: "Not a CODE

Re[2]: [perl-win32-gui-users] not a CODE reference

2003-12-01 Thread YANDEX
Hello perl-win32-gui-users, 1. thanks a lot, it is solved (not a CODE reference - error) 2. How can I put hyperlink in Win32::GUI::Grid-Cell? example: http://home.arcor.de/paulwup/gui/1.gif (montage) 3. How can I get rid of grey area around Grid? 4. How can I kill a thread, that is startet with