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?...
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 ...
... 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...
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...
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...
... 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...
... 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.. ...
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...
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...
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...
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)...
... .. 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...
... 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...
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...
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...
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...
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...
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...
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...
... 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. ...
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...
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 ...
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...
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...