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...
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 4546 - 4576 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4546
Dear Dimitris In the manual the folliwing is stated: A simple (but confusing and rarely useful) trick you can do, is the following : var2 = "\$var1" The "\"...
marianne976
Offline Send Email
Dec 1, 2007
10:02 am
4547
Hi Frans, I use those 'tricks' all the time with all G4C-versions, without a problem. Could you enclose a small testscript where things goes wrong ? Piet...
pietpraet
Offline Send Email
Dec 1, 2007
1:06 pm
4548
Hi Dimitris, The TAB-style attribute does what it should do, buth the very simular ENTER-style attribute does NOT prevent to enter the enter-character into the...
pietpraet
Offline Send Email
Dec 1, 2007
1:07 pm
4549
Hi Piet I also use this many, many times. I discovered it this morning using one of my old scripts. Previously it was working 100% but since I installed the...
marianne976
Offline Send Email
Dec 1, 2007
2:08 pm
4550
Hi Frans, I tested it with G4C v19.16 and v19.18, both gave the very same result like yours : it didn't work. It seems as if the \$ gets translated, though it...
pietpraet
Offline Send Email
Dec 1, 2007
10:21 pm
4551
... Piet Thnaks for the reply. In the meantime I did the following, and it is now working except that this was not necessary previously. I added the following ...
marianne976
Offline Send Email
Dec 1, 2007
10:38 pm
4552
... The result "If > 5" is correct, because you haven't set "var1" to anything. If you add the following line to the top: var1 = "something" the result will...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 2, 2007
12:01 am
4553
... Hi Frans, Another way of solving this problem is to set translation off at the time the variables are declared, immediately followed by set trans on ...
Fer Stoopman
fmstoopman
Offline Send Email
Dec 2, 2007
11:13 am
4554
... anything. ... Dimitris and Fer Thanks for the responses. My point is, and again I may be wrong again, that in previous versions of Gui4Cli it was not...
marianne976
Offline Send Email
Dec 2, 2007
2:19 pm
4555
Hi Dimitris Just thought I should report that my xTextins are triggering twice in version 19.18 (but not been using g4c much for a while and might have been in...
freedeanna
Offline Send Email
Dec 2, 2007
9:01 pm
4556
... in ... have ... was ... condition? ... Hello again I should have said that the above happens when I press the enter key. Further info on this problem: I...
freedeanna
Offline Send Email
Dec 3, 2007
10:55 am
4557
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gui4cli group. File :...
gui4cli@yahoogroups.com
Send Email
Dec 3, 2007
1:51 pm
4558
Hi John, I uploaded a new version 19.19 They should now work ok. I don't get a beep though on my system - see if it has now stopped on yours.. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 3, 2007
1:55 pm
4559
... The "\t" is supposed to justify everything after it to the right side. You mean this doesn't work ? Can you give an example? Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 3, 2007
1:58 pm
4560
... side. ... Hi Dimitris, See the example below. ~~~~~~~~~~~~~~~~~ G4C MENUTEST xOnLoad GuiOpen #this xonopen guiwindow #this foreground xonclose guiquit...
Fer Stoopman
fmstoopman
Offline Send Email
Dec 3, 2007
2:43 pm
4561
Hi, Someone, had suggested this a while back... I started a WIKI site for gui4cli at: http://gui4cli.wikidot.com The 1st page I've added is the TODO page, to...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 3, 2007
3:18 pm
4562
Thanks Dimitris, that's sorted the trigger. It does still beep when I press enter in the xTextin (even tried removing all but the event definition), but it...
freedeanna
Offline Send Email
Dec 3, 2007
4:38 pm
4563
The Input command seems to have stopped working. Is it just me? I get a $$retcode of 0, but no returned variable. Using the helpfile example: XBUTTON 80 40 100...
freedeanna
Offline Send Email
Dec 3, 2007
4:45 pm
4564
Its working ok on my system. $myvar contains whatever I typed Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 3, 2007
6:35 pm
4565
Sorry Dimitris, it looks like an odd glitch - I thought I'd tried just about everything, but I had another go before replying, exited from Gui4Cli, started up...
freedeanna
Offline Send Email
Dec 4, 2007
12:35 am
4566
Hello again, I've got another puzzle. I find that a non-zero field of a user-drawn listview overwrites the data in the fields to the left (and in the 0th field...
freedeanna
Offline Send Email
Dec 4, 2007
1:33 am
4567
Hi John, ... Yes, its a bug. As far as I can see it happens because the field is right justified. I'll fix it ... No, its shouldn't make any difference ... Its...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 4, 2007
10:06 pm
4568
.G4C atan function Hyperion Hi All, Here's the help file of a free Dos calculator I found. "This is a mathematical expressions calculator. You can use it at...
flicknemo
Offline Send Email
Dec 5, 2007
4:17 pm
4569
... Hmmmm. I'm getting the same results. So I'm trying to work out what was confusing me last week. ISTR that in a previous version of gui4cli the reqfile...
nichot20
Offline Send Email
Dec 5, 2007
5:16 pm
4570
... Uploaded "xroutine.gui" to show the problem -- tim...
nichot20
Offline Send Email
Dec 5, 2007
5:22 pm
4571
Hi Tim, ... It may well be that in an older version it did that, and it may have led to some problems and I changed it. I don't remember.. Anyway, I think it...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 5, 2007
7:19 pm
4572
... That had me going for a while :-) Its not a bug but a weird set of circumstances.. Take out the guiquit command, so the gui doesn't quit and after running...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 5, 2007
7:52 pm
4574
Hi Dimitris, I've found that win front force (or win activate force) doesn't work reliably with xonmouse enter. I have a gui window that most of the time ...
freedeanna
Offline Send Email
Dec 6, 2007
12:28 pm
4575
... work ... time ... use ... like ... the ... flashing ... and ... is ... that ... guis ... it, ... Hi John, I've experienced similar behaviour. I think it...
Fer Stoopman
fmstoopman
Offline Send Email
Dec 6, 2007
2:22 pm
4576
Replying to my own question (you can't edit your own messages): I've found a neat workaround for this, which is to send the hotkey combination in the xonmouse...
freedeanna
Offline Send Email
Dec 6, 2007
3:00 pm
Messages 4546 - 4576 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