Enter your vote today! A new poll has been created for the theguiloft group: Which control would most like to see supported next? o StatusBar o Splitter o...
theguiloft@yahoogroup...
Jun 20, 2001 6:21 pm
2
Q: After I design my window and save it as a *.gld, how do I use it in my Perl program? A: Basically you create a Win32::GUI::Loft::Design object for each...
Johan Lindstrom
johanl@...
Jun 21, 2001 9:08 am
3
Hi I may be being stupid but I can't find the demo code. I don't seem to have a demo directory ! BTW - What a GREAT app ! Thank you ! More detailed comments /...
paul.barker@...
Jun 21, 2001 1:33 pm
4
... No, it's me that's stupid. I failed to include that dir in the binary distro, but that's fixed now. So you can either re-download the binary, or download...
Johan Lindstrom
johanl@...
Jun 21, 2001 1:48 pm
5
I have tried several times to run the 'password' demo application, but I keep getting the following error: Can't locate Data/Denter.pm in @INC (@INC contains:...
MATA Tech
mata@...
Jun 21, 2001 9:02 pm
6
... Very good question. Again, the fault is mine for not including enough files/information. It's a beta release, but I realize I should have tested things...
Johan Lindstrom
johanl@...
Jun 21, 2001 9:28 pm
7
Johan: Thank you for your rapid response. Unfortunately, it still doesn't work. I downloaded the zip file again and overwrote my files. It appears to me...
MATA Tech
mata@...
Jun 22, 2001 1:34 pm
8
Err, I can't seem to find Data::Dumper in the source distrib. I realise that this is only beta, but I've had to do an awfull lot of maual file extraction and...
paul.barker@...
Jun 22, 2001 2:34 pm
9
... Data::Dumper is included in the Perl distribution. Are you sure you are not talking about the previously mentioned Data::Denter module? If so, the latest...
Johan Lindstrom
johanl@...
Jun 23, 2001 11:47 pm
10
Hi! I just wanted you to know of the latest release of The GUI Loft. http://www.bahnhof.se/~johanl/perl/Loft/ The first public release revealed a few problems...
Johan Lindstrom
johanl@...
Jun 23, 2001 11:49 pm
11
Johan Your are right, I did mean Data::Denter. Thanks for the new version I'll try it today. Please don't think I'm criticizing your work, I think that TGL is...
paul.barker@...
Jun 25, 2001 7:57 am
12
Hi Johan Unfortunately your control libraries still call "use Data::Denter;" (I've only checked button.pm mind !) Paul ...
paul.barker@...
Jun 25, 2001 9:55 am
13
... My apologies, I'm just sloppy again. * spank, spank * It's fixed (this time for real :) in the current release (2001-06-25). You will need to run the...
Johan Lindstrom
johanl@...
Jun 25, 2001 10:20 am
14
Johan et al: Is it possible to build the menu bar by using the GUI Loft, or do I have to do that through the conventional win32::gui module? Brad Smith Social...
MATA Tech
mata@...
Jun 25, 2001 2:57 pm
15
... You have to build the Menu object by hand and supply it to the Win32::GUI::Design object when you build the window in your program. But, there is support...
Johan Lindstrom
johanl@...
Jun 25, 2001 3:15 pm
16
Hi Is it possible to have multiple windows in the same design ? What I want to do is create a main dialog window, a progress window and say a preferences...
paul.barker@...
Jun 27, 2001 12:20 pm
17
... Nope. But it's not a problem. A Design "is" a window (or dialog, or toolwindow). So you just do many Designs (.gld files), one for each window. If you want...
Johan Lindstrom
johanl@...
Jun 27, 2001 12:49 pm
18
[First: Remember to upgrade the PPM modules before you try to run demos or build your own windows. Just run the install.bat files in the PPM dir. The GUI Loft...
Johan Lindstrom
johanl@...
Jun 29, 2001 8:57 am
19
[First: Remember to upgrade the PPM modules before you try to run demos or build your own windows. Just run the install.bat files in the PPM dir. The GUI Loft...
Johan Lindstrom
johanl@...
Aug 10, 2001 5:32 pm
20
WOW...Thanks Johan!!! It's amazing how fast you put that together. So, on another topic, do you know how to change the Program Icon (as viewed in Windows...
Joseph H. Schwendt II
jhs2@...
Aug 13, 2001 2:10 pm
21
... Sorry, no. But it's something I'd like solved too. Searching the ActiveState forums a few months ago didn't produce much. I guess you can simply...
Johan Lindstrom
johanl@...
Aug 13, 2001 2:36 pm
22
Release theme: loose ends wrapped up neatly. * Manipulate controls: SHIFT snaps to horizontal/vertical movement * Demo program: FileDisplay * StatusBar...
Johan Lindstrom
johanl@...
Aug 19, 2001 3:03 pm
23
Release theme: Almost done No need to download the new release unless you need any of the two new controls: * Graphic * Toolbar The only control not...
Johan Lindstrom
johanl@...
Aug 23, 2001 9:21 am
24
Is there a possibility of having a mode which generates straight perl code to a file? One of the hard parts is how to save the "config" and then load it back...
Frazier, Joe Jr
joe.frazier@...
Aug 23, 2001 12:48 pm
25
... That was the original plan, but I finally decided against it. The reasons are described here: ...
Johan Lindstrom
johanl@...
Aug 23, 2001 1:11 pm
26
Ok, for example, the -maximizebox => 0, -minimizebox =>1, -helpbutton => 0, properties passed to the Window object are things I use alot. Mainly, I use these...
Frazier, Joe Jr
joe.frazier@...
Aug 23, 2001 2:35 pm
27
... Ahhh, simple things[1] . They're on the priority todo list now. ... I'm not exactly sure how that works (haven't used it yet), but it sound like it falls...
Johan Lindstrom
johanl@...
Aug 23, 2001 2:56 pm
28
Personally, I use the the MSXML parser that comes with IE 5+. It does a great job and supports all of the XML standards in place at the time IE 5 was...
Frazier, Joe Jr
joe.frazier@...
Aug 23, 2001 3:28 pm
29
Release theme: Failure is not an option--boxes are I added the requested Window options and found a few more in GUI.xs: Maximizebox Minimizebox Helpbox Menubox...
Johan Lindstrom
johanl@...
Aug 23, 2001 5:49 pm
30
Johan, I downloaded and ran the install.bat file in the adhoc and loft directories, however, when I run the exe, I dont get the new properties. One more thing,...