Search the web
Sign In
New User? Sign Up
theguiloft · The GUI Loft - a Win32::GUI Design Tool
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 377 - 406 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
377
I just posted a GLD I created in TheGUIloft in the files section. I also uploaded some initial screen shots from before development began a few weeks ago, so...
Melissa & Jim
born2b2gthr
Offline Send Email
Apr 14, 2003
8:42 pm
378
I looked and didn't find a "Photos" section. Where is it? PS: thanks for the TGL share! I hope I can soon but not til my stuff meets my satisfaction. Here's...
Stuart Arnold
sarnold_8
Offline Send Email
Apr 15, 2003
8:31 am
379
Je serai absent(e) du 15/04/2003 au 21/04/2003. Nous continuons néanmoins à suivre les projets. Merci de contacter Stéphane Reytan au 01 41 37 70 00...
dgiraud@...
dgi20022000
Offline Send Email
Apr 15, 2003
12:40 pm
380
I previously tried theguiloft with Perl 5.8, but had trouble running the two install.bats. I just downloaded the latest version .17 of the Loft_binary.zip, but...
Ogier, Stewart
stewart.ogier@...
Send Email
Apr 17, 2003
9:58 pm
381
... What does perl -e 'print $]' say? Workaround: look at the install.pl files, and run the ppm command manually with the syntax for the correct version. If it...
Johan Lindstrom
johanl@...
Send Email
Apr 20, 2003
5:17 pm
382
Would it be possible to add the functionality of the module Win32::GUI::HyperLink to TGL? http://www.jeb.ca Example: use Win32::GUI::HyperLink; ...
Melissa & Jim
born2b2gthr
Offline Send Email
Apr 22, 2003
8:19 pm
383
Hi everyone, First, I want to send greetz to johan ! Really Great job you do here ! Gui Loft + PerlApp => My favorite developpment plateform :) So I didn't see...
yoannwyffels
Offline Send Email
Apr 22, 2003
11:37 pm
384
from your code.... The user will click on the menu item "open" and the following subroutine would then be executed. sub ::menuFichierOuvrir_Click { ...
Jim Kubicek
born2b2gthr
Offline Send Email
Apr 23, 2003
9:26 pm
385
Johan, I was able to install the modules by hand and all is working fine now. Thanks for you help, I have really enjoyed your program! Stewart Ogier ... From:...
Ogier, Stewart
stewart.ogier@...
Send Email
Apr 25, 2003
12:49 pm
386
Found a workaround on this if anyone still needs it: use threads; my $thread = threads->create("start_thread","argument"); my $thread2 = $thread->create(sub {...
Sean
sirgrim007
Online Now Send Email
Apr 25, 2003
9:34 pm
387
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@...
Send Email
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...
Jim Kubicek
born2b2gthr
Offline Send Email
May 11, 2003
9:03 pm
389
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...
Melissa & Jim
born2b2gthr
Offline Send Email
May 12, 2003
1:03 pm
390
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...
Melissa & Jim
born2b2gthr
Offline Send Email
May 12, 2003
1:53 pm
391
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...
kenneth.dahlitz@...
kdahlitz
Offline Send Email
May 15, 2003
7:20 am
392
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? ...
Jim Kubicek
born2b2gthr
Offline Send Email
May 15, 2003
11:43 am
393
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...
kenneth.dahlitz@...
kdahlitz
Offline Send Email
May 15, 2003
9:48 pm
394
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...
JazMark
Offline Send Email
May 17, 2003
4:44 am
395
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...
Johan Lindstrom
johan__l
Offline Send Email
May 18, 2003
9:55 pm
396
... 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...
Johan Lindstrom
johan__l
Offline Send Email
May 18, 2003
10:16 pm
397
... 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...
Johan Lindstrom
johan__l
Offline Send Email
May 18, 2003
10:19 pm
398
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
Offline Send Email
May 19, 2003
6:25 pm
399
JazMark: Thanks a lot !I have do successfully according your method!:) ... = = = = = = = = = = = = = = = = = = = = ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ Mudga ...
Mudga
mudga@...
Send Email
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...
jill_tayamen
Offline Send Email
May 22, 2003
8:42 am
401
... Please tell us more about what you really want to accomplish. /J ... Johan Lindström Sourcerer @ Boss Casinos johanl@... Latest bookmark:...
Johan Lindstrom
johan__l
Offline Send Email
May 22, 2003
8:48 am
402
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...
scfrick_longstupidnum...
scfrick_long...
Offline Send Email
May 22, 2003
2:01 pm
403
This is a problem that is documented. In your resource folder, rename the windows_640x480.xml to windows.xml and restart TGL. -J ... From:...
Jim Kubicek
born2b2gthr
Offline Send Email
May 22, 2003
11:58 pm
404
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...
jill_tayamen
Offline Send Email
May 23, 2003
3:19 am
405
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 ...
Jim Kubicek
born2b2gthr
Offline Send Email
May 23, 2003
4:03 am
406
... 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 @...
Johan Lindstrom
johan__l
Offline Send Email
May 23, 2003
7:41 am
Messages 377 - 406 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help