I am very new to scripting in the Win32 environment. I wanted to ask if it was possible to compile a GUI executable using par if the GUI code was developed...
DW
dw@...
May 4, 2004 10:04 pm
517
... Is this an error message from the compilation, or from running the compiled program? ... Could you try and see if it's a The GUI Loft problem, or possibly...
... compiled ... After compiling without '-g', I was able to get this output when I run the exe from the command line: Can't load ...
DW
dw@...
May 5, 2004 11:58 pm
519
I think I may be doing something wrong here, as I have looked throught the previous messages and can't see any other mention of it... I installed TGL and after...
... Let me try to get a beter picture of your experience. In what way does it not work? Is the textbox gone? Is it disabled? Is it read-only? When you click...
... I think, I know where the problem is, but I don't know the solution (probably in design properties box, but I also haven't fiddled around with code - use...
Grzegorz Uszynski
grzesu69@...
May 24, 2004 5:06 pm
522
hi there, i really don't know anythink about browser-implementation, because normally i'm CGIing. here's the problem: i would like to make a GUI which will...
... If what you want is an embedded web browser, check out Laurent Rocher's AxWindow, it can contain arbitrary ActiveX controls (like the IE browser engine): ...
... Excellent, manty thanks! I've fixed it with a slight redesign of the Properties dialog box and will release it shortly. In the meantime, just widen your...
... It's weird, but it seems like your local Perl installation iterferes with the PAR source. That's probably some kind of bug on PAR's part I would think....
... A common problem on Windows is that the filesystem is case insensitive, so you can "use" a module with the wrong case (load the file), but then the symbols...
Release theme: Late, not never The recently discussed things should work in this release. Have fun! I also tried to make the installation a bit easier by...
I am a complete noob and while this question is super simple it is one that I can not find an answer to. Is this using perl tk as the code once the GUI has...
... It does not. It uses Win32::GUI only at this time. /J ... Johan Lindström Sourcerer @ Boss Casinos johanl AT DarSerMan.com Latest bookmark: "Tripwire...
Hi al, I have made a listview lvwBackups1a using the GUIloft> I want to show all the files that are in the current directory in that listview. This is the code...
Grzegorz and Johann, Thanks - That does indeed sort the problem and all of a sudden I think it's a brilliant program again :) Thanks for that, because I...
The purpose of the hash is to allow you to control various parameters in the listview. If you're just trying to set a text field, the you want this: ...
Greetings all, I'm having difficulty using PAR (pp) to create a stand-alone binary executable of a perl program along with its .gld design file from Loft....
Crenshaw, Benjamin Ed...
b.e.crenshaw@...
Jun 29, 2004 8:32 pm
534
... I don't know if PAR allows for external files to be included in the .exe file. Does it? That's really a PAR issue, not a TGL issue, but please let me know...
Problem solved. I was using an old version of PAR (0.75), the one available from ActiveState's ppm. Downloaded the current v0.83 from CPAN and it works fine: ...
Crenshaw, Benjamin Ed...
b.e.crenshaw@...
Jun 29, 2004 10:28 pm
536
I was attempting to create a Perl application with two horizontal splitters (splitting a left column of widgets, a large center listview, and a right column of...
Crenshaw, Benjamin Ed...
b.e.crenshaw@...
Jul 2, 2004 4:21 pm
537
I'm having install difficulties. Am trying to get going on XP and Perl 5.8.2. The included install routines wouldn't work, so I deleted the Win32 dependency...
IF you can install activestate perl 5.6.x versions. It works fine ... From: "Steve" <az4452fash@...> To: <theguiloft@yahoogroups.com> Sent: Wednesday,...
Yoann Wyffels
yoann.wyffels@...
Jul 7, 2004 8:05 pm
539
how to use the .gld file. Is there any tools can translate it to perl?...
??
michael@...
Jul 8, 2004 9:21 am
540
Hi, Gld files are use by the gui loft module, not directly by Perl. See example above to use a gld file into your perl program: ============================= ...
Yoann Wyffels
yoann.wyffels@...
Jul 8, 2004 10:35 am
541
I try to install the PPM of Loft and AdHoc, and the error message prompt me. ... C:\Temp\TheGUILoft\PPM\Loft>dir 2004/07/05 PM 12:40 <DIR> . ...
??
michael@...
Jul 8, 2004 11:09 am
542
What is your Perl version ? (5.6.x or 5.8.x?) ... From: " ??" <michael@...> To: <theguiloft@yahoogroups.com> Sent: Thursday, July 08, 2004 1:09 PM ...
Yoann Wyffels
yoann.wyffels@...
Jul 8, 2004 11:25 am
543
I guest is 5.8, are they any different? ... From: "Yoann Wyffels" <yoann.wyffels@...> To: <theguiloft@yahoogroups.com> Sent: Thursday, July 08, 2004...
??
michael@...
Jul 8, 2004 12:17 pm
544
Yes take activestate perl 5.6 from http://www.activestate.com and it will be great ! ... From: " ??" <michael@...> To: <theguiloft@yahoogroups.com> ...
Yoann Wyffels
yoann.wyffels@...
Jul 8, 2004 12:42 pm
545
Is there any way that you can use Loft's automatic formatting in Resizer, and yet still be able to get a windowname_Resize() event called in your program? I...