hi, i can't seem to get the demos to run. i've scanned the messages, and tried various things but still no go. when i try to install MODULENAME i get an error...
phil dickinson
phildk@...
Dec 10, 2002 7:10 pm
346
I've got a loft application with two windows. The first is a "main" window, and the second one sets some parameters for main and calls a procedure that...
Did you double-click the batch files that come with the TGL distribution to install the modules? If not, try that. If so, I don't know what the problem could...
... It sounds vaguely like you do something wrong with Win32::GUI::Dialog() or Win32::GUI::DoEvents. Could you post some code? /J ... Johan Lindström...
Johan Lindstrom
johanl@...
Dec 25, 2002 6:01 pm
349
Hi, The demo program 'password.pl' runs on my machine. However it generates a lot of Prototype mismatch errors (see below) Which I attribute to the low version...
... There a lot of code of course, so here are the relevant parts. # main entry $mainwin->Show(); Win32::GUI::Dialog(); # button on mainwin hides mainwin and...
... This would be a good spot to call Win32::GUI::DoEvents(). ... /J ... Johan Lindström Sourcerer @ Boss Casinos johanl@... Latest bookmark:...
Johan Lindstrom
johanl@...
Dec 31, 2002 12:50 am
352
When I try to install theGUILoft I got the following errors: First, it didn't like: -location=. When I remove that, it didn't like: Win32::GUI::AdHoc So I...
Adept
adept@...
Jan 2, 2003 3:04 pm
353
I have downloaded and ran the tgl.exe to generate a *.gld file. Now I want to create the PERL code to finish my application. When trying to install the AdHoc...
When I try to install theGUILoft I got the following errors: First, it didn't like: -location=. When I remove that, it didn't like: Win32::GUI::AdHoc So I...
by compiling a simple window incl. this code: use strict; use Win32::GUI; require WIN32; use Win32::GUI::Loft::Design; my $fileWindow = "fetch.gld";...
Properties window still there... Try the following... make a backup of the window.xml file in the resource directory (in case this doesn't work). Now copy...
So I'm struggling terribly with trying to change the background color of the window on my application. I found some documentation to do this, but it doesn't...
Joseph H. Schwendt II
jhs2@...
Jan 10, 2003 10:31 pm
359
Hello... I'm new to GUILoft, and have problems with the demo(s). Error: Can't locate Storable.pm I have read the old things here, but they don't help me. ...
Hello, Is Active State distribution of the Perl 5.8.xxx compatible with the GUI Loft? Thank you, Igor Anufriyenko...
Anufriyenko,Igor,SOLO...
igor.anufriyenko@...
Jan 31, 2003 11:32 pm
361
Hi, when I compile a loft appplication with perlapp --clean --gui and run under my Win98 (without perl) it run well. When i compile a Win32::OLE::Const...
I gave an loft application to a friend who has XP (I/m using 2k). The caption bars at the tops of the windows are thicker than on normal win2k or lower...
I've got a loft window that is resizable and that contains a richedit field. On the richedit field, I have both vert. and horiz. scrollbars enabled. However,...
I'm running Indigo and so far I like it. I don't really want to switch to Active. I don't like the trial period and I really can't afford to buy the bloody...
I'm trying to install Loft (latest version <unknown> since the "Help ABout" is disabled??). That went ok. I tried the "install.bat" for the ppm and it failed...
Hi all! Does the tip property work for anyone? I tried the test.pm in the ./resources/perl folder, which is included in loft, but it didn't work. What do I...
I've been looking for other examples of things to do in TGL, but have not had much success. Is there any other area? If not, could we start a contrib area...
Some of the GLD files that are in the TGL dir are in text form, the ones I create (and some of the demos i believe) are binary. Is this correct or is there...
I uninstalled all references to ActiveState PERL 580 (and all of the other products) and installed 560. I then installed TGL. It worked. But here was my next...
I've been looking for this stuff and found it, but... Almost everything is [TBD] or just empty. I know TGL does not maintain those areas, but it seems no one...
... Previously TGL could read and write Data::Dumper format files. I switched to Storable because of weird behaviour of Data::Dumper with large data ...
Johan Lindstrom
johanl@...
Mar 13, 2003 8:17 pm
373
... It's possible to add files to the Yahoo forum here: http://groups.yahoo.com/group/theguiloft/files/ Feel free to add any example .gld files you want to the...
Johan Lindstrom
johanl@...
Mar 13, 2003 8:18 pm
374
... The docs for Win32::GUI levaes a lot to be desired. The best resource in that regard is the win32-gui-users mailing list. ...