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 1871 - 1900 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1871
my gui gets requirements from the user, then runs the python program. the python program extracts items from a sql server database that match the user's...
Jack Horsfield
jack_horsfield
Online Now Send Email
Jan 1, 2004
9:12 am
1872
... at the gui4cli ... there. Ok I think I fixed it. I'll upload a version soon. Best regards, Dimitris...
HOL
gui4cli
Offline Send Email
Jan 4, 2004
8:05 pm
1873
... I tried it and it crashes on my system too, on the 4th, 5th time.. The culprit is GuiClose. I don't know why yet - its a very difficult bug to trace.. You...
HOL
gui4cli
Offline Send Email
Jan 4, 2004
8:05 pm
1874
great! thanks jack The Author asserts the moral right to be indentified as the author of this work ... From: HOL [mailto:dck@...] Sent: 04 January 2004...
Jack Horsfield
jack_horsfield
Online Now Send Email
Jan 5, 2004
11:22 am
1875
Hello, I am that close of getting the Amiga Gui4Cli source also compilde with gcc, which should allow me to compile for Amithlon and the PPC amiga's. I don't...
Joseph Duchâtelet
josduchit
Offline Send Email
Jan 9, 2004
12:45 pm
1876
Hello I was able to solve the problem below. Joseph *** Begin of forwarded message *** Date: 01/09/2004 12:36 PM From: Joseph Duchâtelet...
Joseph Duchâtelet
josduchit
Offline Send Email
Jan 10, 2004
11:48 am
1877
Hi, I'm new to GUI4CLI, but I'm amazed at the flexibility of this product. If anyone else could help me out with the below section of GUI4CLI code, it would...
Van Renier
van_renier
Offline Send Email
Jan 15, 2004
3:27 pm
1878
Here is a little more complete of an example. I changed the format of the PUSH variables as this seems to be more the way of assigning compound variables. ...
Van Renier
van_renier
Offline Send Email
Jan 15, 2004
3:43 pm
1879
i wonder about that dot: $PUSH.$c could you try $PUSH$c and rename the variables on your buttons to PUSH2... or $PUSH_$c or something, but not the dot. jack ...
Jack Horsfield
jack_horsfield
Online Now Send Email
Jan 15, 2004
4:05 pm
1880
Hello Van ... this line is wrong use FILE WRITE "$PUSH.$c = ON" ... use FILE WRITE "$PUSH.$c = OFF" ... Joseph...
Joseph Duchâtelet
josduchit
Offline Send Email
Jan 15, 2004
6:55 pm
1881
this does pretty much what you want. i changed your button variables because the log file ended up saying ON=ON, which seemed a bit pointless. what happens to...
Jack Horsfield
jack_horsfield
Online Now Send Email
Jan 15, 2004
7:05 pm
1882
Thanks, Jack, I removed it a little before seeing your message and got them working, somewhat anyway. Since doing so, I have played around a bit with the...
Van Renier
van_renier
Offline Send Email
Jan 15, 2004
7:43 pm
1883
Hi Joseph, Thanks for the time to help me out. This program is intended to be a simple INI file creation, based on the selection the user makes during the...
Van Renier
van_renier
Offline Send Email
Jan 15, 2004
7:52 pm
1884
... Yes.. the [] brackets are used to reference characters within the variable, and the "." is used for the guiname part of the variable (if given), ie...
HOL
gui4cli
Offline Send Email
Jan 15, 2004
7:54 pm
1885
Hey Jack, Thanks for going more into this and taking the time to do so. As you knwo from my recent query on AU3GUI.exe, I was looking for a program to have...
Van Renier
van_renier
Offline Send Email
Jan 15, 2004
8:12 pm
1886
Hey Dimitris, Thanks for the reply. your explanation here for the brackets made more snese to me now than last night when I first saw them (it could've been...
Van Renier
van_renier
Offline Send Email
Jan 15, 2004
8:17 pm
1887
Hey Dimitris and group, Is it possible to execute GUI4CLI on a system where it has not been installed, and work properly? I installed the latest version on my...
Van Renier
van_renier
Offline Send Email
Jan 15, 2004
8:28 pm
1888
yes, you only need gui4cli.exe itself and the script. you can then run gui4cli.exe with the script name as a parameter. also, you may want to check out the...
jack_horsfield
Online Now Send Email
Jan 15, 2004
9:02 pm
1889
Hello Dimitri This is a very late reaction : i did not bother too much about the PC messages, being an AMIGA user mainly, and a lot of them (Valery's) being ...
Joseph Duchâtelet
josduchit
Offline Send Email
Jan 15, 2004
9:36 pm
1890
Hello Van ... In Gui4Cli you can use almost any readable character as part of a variable including the math operators, so Myvar= 3 puts the value 3 in Myvar= ...
Joseph Duchâtelet
josduchit
Offline Send Email
Jan 15, 2004
10:10 pm
1891
... variable ... NO. Not anymore. This was what happened in the old amiga version, but in the Windows version this has been changed. Variable names can now ...
HOL
gui4cli
Offline Send Email
Jan 16, 2004
7:59 am
1892
Hi Van, ... As Jack said, yes. All you need is Gui4Cli.exe and the script. I don't know why your script didn't work when you tried it, but I'm interested to...
HOL
gui4cli
Offline Send Email
Jan 16, 2004
9:04 am
1893
Someone is writing an visual environment for Gui4Cli?...
diamantsus
Offline Send Email
Jan 17, 2004
11:36 am
1894
... I believe that G4C is a visual environment....
royscott1
Offline Send Email
Jan 17, 2004
3:37 pm
1895
I mean an environment like the Visual Basic rather than the qBasic. An environment where to insert the objects rather than they must write. Gui4Cli would be...
diamantsus
Offline Send Email
Jan 17, 2004
3:58 pm
1896
I've got my program working fine now, except for one thing. I would like a "reset choices" button that upon clicking, all selected choices and options will...
Van Renier
van_renier
Offline Send Email
Jan 18, 2004
4:54 am
1897
see the example below... i've added an ID to each checkbox and an xroutine, called 'setchoices'. when the gui loads it now runs setchoices to set up the...
Jack Horsfield
jack_horsfield
Online Now Send Email
Jan 18, 2004
7:58 am
1898
... VB uses its IDE to control sizes, specifications, etc, which it saves in a resource file, in binary form, separate from the gui's code. In Gui4Cli this can...
HOL
gui4cli
Offline Send Email
Jan 18, 2004
8:29 pm
1899
Hi. I just downloaded the documentation for GUI4CLI and was reading with interest the section on DLL access. Having done so, its still unclear to me if these...
integratoronline
integratoron...
Offline Send Email
Jan 18, 2004
11:24 pm
1900
... No. A DLL must be written specifically for Gui4Cli. The reason is that it has to call g4c functions to add its commands, events etc., giving the arguments...
HOL
gui4cli
Offline Send Email
Jan 19, 2004
11:23 am
Messages 1871 - 1900 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