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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 736 - 765 of 790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
736
Is there a way to modify background of the main window ? Thank you, Igor....
anufrii
Offline Send Email
Dec 3, 2005
3:18 pm
737
... Yep, check out the FetchURL demo. It's not that hot looking, but you get the idea. /J...
Johan Lindström
johan__l
Offline Send Email
Dec 3, 2005
3:44 pm
738
Jeremy, Thanks for replying. There seem to be an interest growing in my group, specifically in Rapid Prototyping Abilities of the TGL. I have posted my...
anufrii
Offline Send Email
Dec 8, 2005
7:39 pm
739
Hi! I used GUI Loft a long time now but since about one week i have a strange problem: When I exit my Window with return(-1) I get the following error (pop up ...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Dec 9, 2005
8:15 am
740
... This doesn't sound like a TGL thing, it sounds more like something deeper in the Win32::GUI XS code. Earlier versions of Win32::GUI together with some of...
Johan Lindström
johan__l
Offline Send Email
Dec 9, 2005
8:42 am
741
Hm, strnage, I use Win32::GU version 1.0 I have not changed anything and this error occurs, very strange.... I will try Win32::GUI 1.03 which seems to be the...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Dec 9, 2005
8:51 am
742
It helped!! With Version Win32::GUI 1.03 the error is gone! Thank you so much!! Andi ... Von: theguiloft@yahoogroups.com [mailto:theguiloft@yahoogroups.com] Im...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Dec 9, 2005
9:19 am
743
Hello, Is it possible to change the options of an treeview element which is created with GuiLoft? I would like to add the double click functionality to the...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Dec 17, 2005
6:57 pm
744
... This is something for the Win32::GUI list (which this is cross-posted to), because that's what the issue is: Is it possible to add a NEM event handler...
Johan Lindström
johan__l
Offline Send Email
Dec 17, 2005
8:11 pm
745
... $control->SetEvent("EventName", \&sub); e.g. $win->SetEvent("Click", sub { print "Clicked\n"; }); For efficiency it is also a good idea to add...
Johan Lindström
johan__l
Offline Send Email
Dec 17, 2005
8:54 pm
746
Hello, Thanks for the answers, i checked my mails now in the morning. I also found a solution after some time, it works: In my "GREInspector" package I added...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Dec 18, 2005
7:27 am
747
Hello again, Another question: I have a listview with checkboxes enabled. Is it possible to check them at runtime with code? Normal Checkboxes have the...
Ströbitzer Andreas
a.stroebitzer@...
Send Email
Dec 18, 2005
7:30 am
748
... I'd suggest you subscribe to the Win32::GUI mailing list for questions like this (runtime Win32::GUI coding). It is more focused on general Win32::GUI ...
Johan Lindström
johan__l
Offline Send Email
Dec 18, 2005
10:56 am
749
I don't understand how I am supposed to dynamically add data to a combobox (or any control for that matter) after it has been loaded. Thank you, Durell...
durellw
Offline Send Email
Jan 9, 2006
9:02 pm
750
I figured it out. I was trying to make it much hard than it is. -Durell...
durellw
Offline Send Email
Jan 9, 2006
10:41 pm
751
Good Evening, I am getting "Argument "" isn't numeric in subroutine entry at C:/Perl/site/lib/Win32/GUI.pm line 603." error. Window is built OK and script...
anufrii
Offline Send Email
Jan 12, 2006
3:08 am
752
Good Evening, Obviously, while moving multiple objects in TGL, I have modified a property that is not common among all objects, or something to that extend....
Igor Anufriyenko
igor_anufriy...
Offline Send Email
Jan 13, 2006
12:57 am
753
Hello, In TGL test design mode, Tree View Nodes show a tooltip with the -text property if node is not completely visible in the control's rectangle. However,...
Igor Anufriyenko
igor_anufriy...
Offline Send Email
Jan 13, 2006
1:03 am
754
... I've tried to replicate this myself but I can't see the tooltip anywhere... I run WinXP with the latest servicepack. This is perl, v5.8.6 built for...
Johan Lindström
johan__l
Offline Send Email
Jan 15, 2006
11:49 am
755
... As a matter of fact, I cannot replicate this on my home PC either, however on my production box names of the obscured nodes are shown in tooltip-like boxes...
anufrii
Offline Send Email
Jan 17, 2006
2:40 am
756
Hello, Here is the problem - a glimpse of DOS window at applicaiton's start up and every subsequent system() call though script has been compiled with -gui...
anufrii
Offline Send Email
Jan 17, 2006
4:16 am
757
... This sounds more like a PerlApp issue. There is a PDK mailing list which seems active (I subscribed years ago and never managed to unsubscribe :) where you...
Johan Lindström
johan__l
Offline Send Email
Jan 17, 2006
7:43 am
758
Well, source of the problem was neither PerlApp nor TGL. As a matter of fact it was my overlooking of 2 system calls left alone without setting ShowChild to 0...
anufrii
Offline Send Email
Jan 19, 2006
1:09 am
759
... is ... posted to), ... creation? ... Hello, I have tried Andreas code with Win32::GUI and ::Loft - like this: ................................ sub...
anufrii
Offline Send Email
Jan 23, 2006
6:18 pm
760
Johan, I have come across GetOpenFileName puzzle that I cannot solve: my @ret = GUI::GetOpenFileName( -owner=>$win, -title => "Test - Add Files", ...
anufrii
Offline Send Email
Feb 6, 2006
9:20 pm
761
... After running some testing, "My Computer" problem was solved by closing opened Win32::OLE connection to the WMI repository. However, under Win2000,...
Igor
igor_anufriy...
Offline Send Email
Feb 25, 2006
3:36 am
762
Hi, I'm trying to use the "Hyperlink" control on a simple window, I entered the Url on the property field. When a click on the link nothing happens. Do i have...
josegustavobrasil
josegustavob...
Offline Send Email
Mar 24, 2006
9:34 pm
763
Hello, brand new user here. Do the FontName and FontSize properties for the label control actually work? I'm able to set the Text property but nothing happens...
Ratty
_ratty
Online Now Send Email
Apr 24, 2006
10:01 pm
764
Hi all, If you are not members of the Win32::GUI list, then you may not know that I've create a module to make it easy to create a Skin application in ...
Brian Millham
bmillham@...
Send Email
Apr 30, 2006
1:17 pm
765
Hello! I have a Gui Loft Application with an Toolbar Object with 8 Buttons. I want to add Tooltips to each Button but I don't know how to do it.... There is an...
Andreas Ströbitzer
mp3spock
Offline Send Email
Jun 16, 2006
6:44 am
Messages 736 - 765 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