Release theme: In control Jim asked for the Win32::GUI::Hyperlink control to be supported, and well, here it is. A quickie, it's almost like a Label. I also...
Johan Lindstrom
johanl@...
May 10, 2003 5:53 pm
388
Thank You J! ... From: theguiloft@yahoogroups.com Date: Saturday, May 10, 2003 12:53:14 PM To: theguiloft@yahoogroups.com Subject: [The GUI Loft] r2003-05-10...
I was able to install/upgrade this without error, but when I try to launch tgl.exe I get nothing. No error, no window. Help, Jim Any suggestions on where to...
Hmm. Please disreguard this email. I had to remove the existing tgl directory and reinstall tgl anew. All seems to be working well now. Now let's have a...
I just installed ActivePerl 5.8.0 build 806 and tried to reinstall GUI-Loft......However, I keep getting the following error...... Error: Package 'win32' not...
Make sure your PPM config is set to: PPMv2: set case 0 (zero) PPMv3: set case-sensitivity 0 (zero) then be sure to save it. What does perldoc Win32 give you? ...
I am using PPMv3 and I checked the case-sensitivity and it is set to "0". TGL won't let me install it until Win32 is installed. When I look at the perldocs...
I've been trying for a few days to install TGL on a Win98 machine with a fresh install of activestate perl 5.8. I've beeen running into the same problem you...
Release theme: It works... well, now it does * Joel Rickets sent an e-mail about getting Custom Properties to work with fonts, and even I couldn't get it to...
... That's weird, I tried to make it aware of which Perl version was installed and use the correct ppm v2 depending on whether it was pre or post 5.8 . What...
... I would need a) a way to determine that the program is running with "Fat captions" (I guess it's optional under WinXP, so that itself wouldn't be enough to...
d:\>perl -e "print $]" 5.008 The ppm2 command doesn't work. d:\>ppm2 version Unknown command "ppm2" ppm and ppm3 seem to be the same thing. d:\>ppm version PPM...
JazMark: Thanks a lot !I have do successfully according your method!:) ... = = = = = = = = = = = = = = = = = = = = ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ Mudga ...
Mudga
mudga@...
May 20, 2003 6:40 am
400
I have a project that basically works around a UI. I developed it using the Loft GUI. But I have a concern on reading keyboard functions. Is there a...
I just downloaded the latest release (from 5/18). I get no property window when running either the .exe in the binary package or the .pl version in the source...
I have a UI created in GUI Loft which is design to provide inputs to a tester machine. My UI communicates with the tester machine thru its own program (a dos...
This question is better suited for the proper mailing list. Please check in
to perl-win32-users in the Active State ASPN listings. www.activestate.com -Jim ...
... It is also a totally bogus problem that I should have fixed a looong time ago. Apologies for my (false) laziness. /J ... Johan Lindström Sourcerer @...
Jim, Johan: if you start TGL, and create a TabStrip, there is a field called "Select". It takes just plain text. This is the "field" I was asking about, not...
... Stuart, please remember that Win32::GUI *IS* still beta and states this (http://sourceforge.net/projects/perl-win32-gui/). With that in mind, there are...
Frazier, Joe Jr
joe.frazier@...
May 27, 2003 12:04 pm
409
Joe, All: Thanks for the response and I'm quite aware that its not a "final" release as such. Documentation is always an ongoing effort and is quite...
... From: Stuart Arnold [mailto:stuart.arnold@...] Sent: Wed 5/28/2003 18:13 To: Frazier, Joe Jr; theguiloft@yahoogroups.com;...
Frazier, Joe Jr
joe.frazier@...
May 29, 2003 2:11 am
411
Hi Johan! I just moved to Sweden too, by the way. Nice place. So I've just decided to start using the GUILoft for a little program I need to write. Installed,...
... Welcome! You certainly chose the best part of the year to come :) ... From a TGL developer's perspective, all class APIs are nicely documented with POD....
Hi Steve, You can use a Label to display your images. In order to get the images to properly display, they will have to be placed into the Label as a Bitmap...
Steve, I have uploaded imgMain.gld and imgExampleApp.zip to the file section of TGL on Yahoo! Groups. Please take a look at it and it will show you how to go...
Quick question, anyone else experience issues with verifying the window state such as... sub SubName { defined($Win32::GUI::Loft::window{winMain}) or...
... No. What is the Name property of the window you try to access? Is it "winMain"? If not, there's the problem. If it is indeed "winMain", did you manage to...