Re: [perl-win32-gui-users] Intro to Tk

2001-11-13 Thread Mark Wilkinson
> I need some introductory book or online documentation with the description > of methods and properties associated with the different objects (Buttons, > Check boxes etc) with good examples, defined in the Tk package. O'Reily has two books - Perl/Tk and Perl/Tk pocket reference. Once you have th

RE: [perl-win32-gui-users] Text boxes -- Interactive

2001-11-13 Thread Peter Eisengrein
rethink the while( ($fin == 0 )) statement that you have. In Win32::GUI you are going to use the Win32::GUI::Dialog(); statement to keep the window active until you terminate it. I commented out the while loop, replaced it with the Dialog() and the repeated text went away. Of course, I probably

[perl-win32-gui-users] Intro to Tk

2001-11-13 Thread Faraz Faheem
Hi guys, I have recently installed Active Perl and installed the Tk option using the Package Manager. I need to do some basic Dialog based GUI development, where I don't want the GUI window to stay throughout the execution of my perl script but only when a dialog is needed, some parameters h

RE: [perl-win32-gui-users] Text boxes -- Interactive

2001-11-13 Thread Steven Swenson
Sure ... the sample textield.pl doesnt behave the same way. This is weird.I put the txtfield in from the example you provided. my script is attached. At 07:40 AM 11/13/01, you wrote: They do? Can you share your script with the list? Or have you tried looking at the sample that I refer

[perl-win32-gui-users] Rich Text and Unicode characters

2001-11-13 Thread Kevin . ADM-Gibbs
Has anyone found out how to display unicode characters in a text or rich edit control? It doesn't seem to work for me. 'ç' comes out as '├º' when I try to use it (apologies if various email systems have destroyed the original character but it was a unicode 00E7 character). Cheers, Kev.