I'm really not sure how to explain this... but I've been using GUI Loft to design a GUI for a program with a lot of parts... and it's come to the point where I...
Ultimate Red Dragon
sccouchman@...
Sep 3, 2001 6:12 pm
41
... Sounds weird. Sounds like Data::Dumper (used to save .gld files) isn't very happy with something. Please let me have a look at the .gld file you have that...
Johan Lindstrom
johanl@...
Sep 3, 2001 6:54 pm
42
Hmm, I really can't email it as Yahoo insists on hiding your email address. §Flame§ / Ultimate Red Dragon ... isn't very ... crashes...
Ultimate Red Dragon
sccouchman@...
Sep 4, 2001 2:39 am
43
... Seems like Data::Dumper isn't happy at _all_ with the data structure for some reason. Might be circular references. Anyway, when I load your 167K file and...
Johan Lindstrom
johanl@...
Sep 4, 2001 5:16 pm
44
Hmm, well I hope we see it soon. I wanna finish my program. :) I'd try to edit it outside of GUI Loft but it can't export into perl. I read the reasons as to...
Ultimate Red Dragon
sccouchman@...
Sep 4, 2001 7:10 pm
45
I was trying to sucessfully get Perl to import what I DO have sucessfully saved... when something strange happened... One of the few times I sucessfully got it...
Ultimate Red Dragon
sccouchman@...
Sep 5, 2001 3:54 am
46
... Bug accepted and added to todo list. ... -snip- ... In your Design, you have a number of clusters, one for each Tab in the TabStrip control. So far, so...
Johan Lindstrom
johanl@...
Sep 5, 2001 7:09 am
47
... the ... connect the ... Cluster ... Unfortunately you're right... I had actually done that already, but I had forgotten that it had failed to save that...
Ultimate Red Dragon
sccouchman@...
Sep 5, 2001 11:04 am
48
Ok.... I was able to hack the gld file using a text editor to add the clusters... and it seems to work... but when it first loads it still has a problem with...
Ultimate Red Dragon
sccouchman@...
Sep 5, 2001 11:32 am
49
... All clusters except the one with the first tab in the TabStrip should be hidden. ... Don't think so, it's almost the exact same thing as previewing (when ...
Johan Lindstrom
johanl@...
Sep 5, 2001 11:56 am
50
OK, here's a five parter: 1. Is there any way to embed an OLE object, like Excel, into a window? Basically, I have an huge table that I would like to display...
Joseph H. Schwendt II
jhs2@...
Sep 5, 2001 3:02 pm
51
... This is a Win32::GUI thing. So far as I know there is no way to that in Win32::GUI. (A general "embed/display OLE control" module would be an excellent ...
Johan Lindstrom
johanl@...
Sep 5, 2001 3:56 pm
52
Release theme: Reformat I changed the save feature from using Data::Dumper to using Storable. It was a quick fix to get something working out there, didn't...
Johan Lindstrom
johanl@...
Sep 5, 2001 10:59 pm
53
I agree, I liked the text more... but I prefer smaller filesizes... and the ability to keep idle lookers from easily tampering with the code a blessing Anyway,...
Ultimate Red Dragon
sccouchman@...
Sep 6, 2001 2:15 am
54
... And? What didn't work? /J ... Johan Lindström Boss Casinos Sourcerer johanl@... ...
Johan Lindstrom
johanl@...
Sep 6, 2001 7:26 am
55
Mabey this explains it better... I created an example gld and uploaded it to the 'files' section here. If you download it... you will see only a few objects...
Ultimate Red Dragon
sccouchman@...
Sep 6, 2001 8:38 pm
56
... Ah... Now I think I understand what you were getting at. You want nested tab strips, right? Unfortunately... that's out (but read on). Because due to (now...
Johan Lindstrom
johanl@...
Sep 8, 2001 4:07 pm
57
I think I understood most of that, but how do I control which cluster(s) are visible at any given time? I mean, I know what the cluster is called.... how do I...
Ultimate Red Dragon
sccouchman@...
Sep 9, 2001 1:24 am
58
You know, I've searched most of the Win32-GUI docs and I haven't found a single file that says what each object is best used for... or at least an example. For...
Ultimate Red Dragon
sccouchman@...
Sep 9, 2001 3:04 am
59
... Read the docs (available under the Help menu in TGL) for the Win32::GUI::TabStrip control. There will be events fired when the user selects a tab. All you...
Johan Lindstrom
johanl@...
Sep 9, 2001 11:35 am
60
... The appropriate forum for that would be the Win32::GUI Users mailing list: <http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users> /J ... Johan...
Johan Lindstrom
johanl@...
Sep 9, 2001 11:41 am
61
Yes I saw that, but how do I change the visibility of the cluster? Ok, let's say I have a cluster called Tab5, how would I (from the beginning) decide to show...
Ultimate Red Dragon
sccouchman@...
Sep 9, 2001 12:28 pm
62
Ahh, I didn't even know that existed... heh. Thanks again...
Ultimate Red Dragon
sccouchman@...
Sep 9, 2001 12:36 pm
63
... At runtime, a Cluster is simply an array with Win32::GUI controls, available from the Design object for the built window. Like this (untested etc): #Let's...
Johan Lindstrom
johanl@...
Sep 9, 2001 1:25 pm
64
Ahh thanks, that should solve my problem. §Flame§ / Ultimate Red Dragon Lead Programmer: GMS http://gms.uoe.org/...
Ultimate Red Dragon
sccouchman@...
Sep 9, 2001 4:47 pm
65
Hmm, I can't seem to get the cluster thing to work... there seems to be no 'rhClusterWingc' sub declared anywhere....
Ultimate Red Dragon
sccouchman@...
Sep 12, 2001 1:20 am
66
... It's in the Win32/GUI/Loft/Design.pm file. Also, make sure that Win32/GUI/Loft.pm contains $VERSION = '0.07'; Otherwise, reinstall the latest PPM files in...
Johan Lindstrom
johanl@...
Sep 12, 2001 6:48 am
67
That was the problem... somethign went wrong when I extracted the updated version and told it to install the modules... it seems that it simply re-installed...
Ultimate Red Dragon
sccouchman@...
Sep 12, 2001 4:30 pm
68
Needed: Add Bold property to listview control Would be nice: Drop Files to open (ie, drag a gld file to the tgl.exe and it opens the file design file) I know...
Frazier, Joe Jr
joe.frazier@...
Sep 26, 2001 12:14 pm
69
... I'm a little busy this very minute; what would the Win32::GUI Perl code look like to do that? ... Good idea. I also plan on associating the .gld extension...