Search the web
Sign In
New User? Sign Up
gui4cli · Open Source script language
? 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 3539 - 3568 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3539
Thanks Dimitris!!! as I'm new to this I cant quit make out what you are doing to make the text line pickable, could you give a little explanation of how?...
doodfish
Offline Send Email
Jul 2, 2006
12:47 am
3540
Hi Dimitris, In a owner-drawn listview the Ampersand(&) is translated into an Underscore(_). However the ampersand is part of many song titles and should be ...
fmstoopman
Offline Send Email
Jul 2, 2006
12:54 pm
3541
... The file "$$this.file" (ie this gui) is loaded into the listview as text when the gui is being loaded, so by the time this xOnLoad event is trigerred, it...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 3, 2006
10:45 am
3542
i have an xcombo in which each entry is limited to 61 characters of input. is there any way i can make this bigger? (about 256 chars!) i've hunted, but can't...
jack
jack_horsfield
Online Now Send Email
Jul 3, 2006
7:54 pm
3543
aha! bright idea..i see that the size is limited by the size of the combo box itself, so i can just make it a lot wider. jack...
jack
jack_horsfield
Online Now Send Email
Jul 3, 2006
8:46 pm
3544
Ok, thanks for taking the time to give the explanation! so would i have to create the 'this' file like a proper .gui file or maybe a .gc file with the header...
doodfish
Offline Send Email
Jul 3, 2006
11:55 pm
3545
... No.. The "$$this.gui" is an internal variable which contains the name of the gui itself (ie the gui its in). Don't get confused by $$this.. I just use it...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 4, 2006
5:38 am
3546
... I'll have a look. Owner drawn lvs still need some work.. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 4, 2006
5:44 am
3547
... I don't think there is any limit on xCombo string length, so its probably as you say.. wider combo - unfortunately it doesn't seem to scroll the text.. ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 4, 2006
5:44 am
3548
I've got this working ok with a very wide combo box -- 180 chars :) it makes for a rather strange UI, but it does work. as you imply, scrolling would be...
jack horsfield
jack_horsfield
Online Now Send Email
Jul 4, 2006
5:53 am
3549
Hi Dimitris, One of my guis uses an icon library (.icl) which upon quitting is unloaded by: icon free <name> or FreeIcon <name>. After restarting the gui again...
fmstoopman
Offline Send Email
Jul 6, 2006
10:06 pm
3550
Hi Dimitris, The attribute style ENTER for the XedBox is a naughty one; it won't listen. It still accepts enter's into the xedbox so the box is never triggered...
fmstoopman
Offline Send Email
Jul 8, 2006
4:02 pm
3551
Hi all, If your gui contains only one visual event with an attribute help, then the help text will only show up once after hovering (for the full showing time)...
fmstoopman
Offline Send Email
Jul 9, 2006
9:42 am
3552
... .. Checking this takes a long time so .. later.. Make sure you free the icons after you close the window so that the events using it have had time to...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 10, 2006
6:14 pm
3553
... The following works ok for me. Can you make it behave as above? G4C 000_TEST5 WINDOW 50 30 300 200 "000_TEST5 gui" WinAttr style resize xOnLoad GuiOpen...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 11, 2006
12:21 am
3554
thank you ... Yahoo! Music Unlimited - Access over 1 million songs.Try it free....
foxout box
foxoutbox
Offline Send Email
Jul 11, 2006
3:50 am
3555
Hi Dimitris, First of all thanks for this great tool. I made already quite a number of tools in it varying from simple teaching tools for my kids (including...
jb886
Offline Send Email
Jul 11, 2006
8:55 am
3556
Hi, ... You can use separate files to keep xRoutines that you can call from the main gui. See "multi-instance guis" for more info. ... Nice problem.. Here's a...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 11, 2006
10:29 am
3557
I'm re-posting this cause it hasn't appeared on the list yet.....
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 11, 2006
10:58 am
3558
Hi Dimitris, Your example does not work for me. (Perhaps a Windows setting??) 1. Hovering over the button shows the help text for approx 7 seconds whereafter...
fmstoopman
Offline Send Email
Jul 11, 2006
12:07 pm
3559
Hi Dimitris, Your example does not work for me. (Perhaps a Windows setting??) 1. Hovering over the button shows the help text for approx 7 seconds whereafter...
fmstoopman
Offline Send Email
Jul 11, 2006
12:24 pm
3560
are you using the beta gui4cli? I know I've had problems in the past with tips not appearing, but they seem ok these days. I'm using the beta. jack almost...
jack horsfield
jack_horsfield
Online Now Send Email
Jul 11, 2006
1:11 pm
3561
the example is working ok for me on xp pro. jack they have taken their eyes off the ball and are not seeing the wider issues ... From: gui4cli@yahoogroups.com...
jack horsfield
jack_horsfield
Online Now Send Email
Jul 11, 2006
1:19 pm
3562
... The tooltip is trigerred by Windows itself, so maybe, although I've no idea how you can change it.. I just provide the text when Windows asks for it. ...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 11, 2006
1:46 pm
3563
Hi Dimitris Thanks for your answer. Your example only works half (for me). If I press <enter> somewhere, the messagebox is shown allright, however the enter...
fmstoopman
Offline Send Email
Jul 11, 2006
2:22 pm
3564
Hi Jack and Dimitris, Thanks for the interest you've taken into this matter. I'm using the latest G4C beta (19.6.2) and Windows XP Home edition. I want to ...
fmstoopman
Offline Send Email
Jul 11, 2006
2:49 pm
3565
... The gui below works ok on my system.. G4C TUT_EDITBOX WINDOW 142 59 300 50 "EdBox Test" Winattr Style resize xOnLoad guiopen #this setevent #this idEdbox...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 12, 2006
5:43 am
3566
... No, we've all been blessed :) I get the same.. I'll try to fix it. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Jul 12, 2006
1:34 pm
3567
Hallo Dimitris, Hallo everybody I've got some little questions... I need to set up some quite big array of large numbers for some caalculations. I need it to...
cursedc64
Offline Send Email
Jul 13, 2006
10:25 am
3568
Hi Dimitris, Played around with it and I will give it a shot. Thanks. ... Duhhh ;-) You are right, people do not normally read help files or go through...
John Bond
jb886
Offline Send Email
Jul 13, 2006
3:43 pm
Messages 3539 - 3568 of 5325   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