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...
... 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...
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...
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...
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...
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. ...
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 ...
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...
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...
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...
... 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...
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...
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...
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...
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...
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 ...
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= ...
... 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 ...
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...
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...
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...
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...
... 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...
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...
... 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...