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...
Show off your group to the world. Share a photo of your group with us.

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 505 - 534 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
505
There seems to be a bug or incompatibility between TGL and win32:GUI. If you create a new TGL window and add a HyperLink control and then try to preview it,...
Warren Bunce
wsbunce
Offline Send Email
Apr 2, 2004
7:30 pm
506
Just curious, Is there any plan to update the loft so that it supports the date picker control? I've been adding them manually, but it would be so much...
aserbin
Offline Send Email
Apr 12, 2004
3:47 pm
507
... Not per se, but now that you asked... :) The date picker is probably pretty simple even, since it looks almost like a combo box. Actually, adding support...
Johan Lindstrom
johan__l
Offline Send Email
Apr 12, 2004
9:23 pm
508
Thanks Johan, I found what I was looking for on that forum. The way to implement it using a GUI Loft listbox is something I should be able to do on my own ;-) ...
meeske001
Offline Send Email
Apr 14, 2004
2:08 pm
509
After having created several Win32::GUI enabled perl utilties I have hit a poblem due to my fundamental lack of knowledge of Objects and their programming in...
dclarke@...
Send Email
Apr 25, 2004
4:38 pm
510
Hi, I am trying to get a progress bar working. I want him to stop at 100% when the sub zipfiles (who zips 2 files) is succesfully completed. Now he keeps...
meeske001
Offline Send Email
Apr 28, 2004
2:58 pm
511
You need to set the range to match the number of iterations and then increment it with each iteration. Here is a more complicated example from somthing I...
JazMark
Offline Send Email
Apr 29, 2004
1:49 am
512
Thanks JazMark! I'm working on it and I allmost got it right....
meeske001
Offline Send Email
Apr 30, 2004
8:33 am
513
Hi guys/girls, I have made one window with the GUI Loft and I have different clusters which contain all the controls that I want to display/hide at one time....
meeske001
Offline Send Email
Apr 30, 2004
10:28 am
514
... If you compare it to the example at: <http://www.darserman.com/Perl/Loft/reference.html#clustered%20controls> you can see that this line is missing from...
Johan Lindstrom
johan__l
Offline Send Email
Apr 30, 2004
10:59 am
515
Thanks Johan, I have been very silly. I actually had the line you said, but it was in my main routine where I load and build my window. the reason why it...
meeske001
Offline Send Email
Apr 30, 2004
11:35 am
516
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@...
Send Email
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...
Johan Lindstrom
johan__l
Offline Send Email
May 5, 2004
8:55 pm
518
... 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@...
Send Email
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...
nigel_p_doyle
Offline Send Email
May 23, 2004
11:06 am
520
... 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...
Johan Lindstrom
johan__l
Offline Send Email
May 23, 2004
11:24 am
521
... 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@...
Send Email
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...
xaverkraxel
Offline Send Email
May 24, 2004
6:42 pm
523
... 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): ...
Johan Lindstrom
johan__l
Offline Send Email
May 24, 2004
8:09 pm
524
... 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...
Johan Lindstrom
johan__l
Offline Send Email
May 24, 2004
9:05 pm
525
... 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....
Johan Lindstrom
johan__l
Offline Send Email
May 24, 2004
9:17 pm
526
... 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...
Johan Lindstrom
johan__l
Offline Send Email
May 24, 2004
9:40 pm
527
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...
Johan Lindstrom
johan__l
Offline Send Email
May 24, 2004
10:13 pm
528
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...
your_where
Offline Send Email
May 25, 2004
6:44 pm
529
... 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...
Johan Lindstrom
johan__l
Offline Send Email
May 25, 2004
6:56 pm
530
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...
meeske001
Offline Send Email
May 27, 2004
10:55 am
531
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...
nigel_p_doyle
Offline Send Email
May 27, 2004
10:57 pm
532
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: ...
aserbin
Offline Send Email
Jun 2, 2004
5:40 pm
533
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@...
Send Email
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...
Johan Lindstrom
johan__l
Offline Send Email
Jun 29, 2004
8:58 pm
Messages 505 - 534 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