... You are not going to get very far if you don't understand the basic if/elseif/endif construct.. It is the most basic construct in any programming language...
Due to the way it handles "standard" Microsoft usage of backslashes, it appears that GUI4CLI cannot open .gui files that are located on Windows network shares....
I don't have the option of adding in extra \\\\\\'s. I'm double clicking a file, not editing the text of a script. Appartently, GUI4CLI does not know how to...
... i only need gui4cli to send a message when text was not accepted, the scripts behind will be made with powerpro and quickmacros. when input is ok, then...
you could possibly use autoit or autohotkey and if there is some gui you need you can use it to drive the autoit or autohotkey script. jack no book is ever...
Hi awoolf.rm ... The problem is that "standard" Microsoft usage is anything but standard. The rest of the computer world uses forward slashes, e.g. web...
... ok. thanks. i have a related question to my floater, can buttons be animated ? in flash and html(css) there is on mouse rollover,active, can i do the same...
Thank you for your quick response. Now I understand why GUI4CLI handles backslashes the way it does - it was in development back in the days of real computing....
Hi, I found the problem. The function that inverts the slashes skipped the 1st byte by mistake. I'll upload a fix soon. ... Yes. The only file needed is...
... No.. I haven't added any such functionality.. I will add a MOUSEOVER event or something - I don;t know what "rollover" and "active" do.. Dimitris...
If I make GUI4CLI attempt to run a non-existant file: (to get an error) Run "c:/windows/notepad.ex" BSLASH Of course get an error, but the "can't find file"...
... Ah, I see now. I didn't know that it was only for the arguments, not the file field. The real issue is still that GUI4CLI does not allow for running ...
I need my script to wait for an external program it runs to finish, before continuing on to run the next program in the list. AutoIt has a "RunWait" command....
Yahoo groups removed all the leading spaces from my code. Here's a more legible version: XBUTTON 95 455 100 20 "INSTALL" __If $APPname = 1 ____Run APPsetup.exe...
use Launch -- it's explained quite well under the manual entry for Launch. jack too heavy to be picked up by a gorilla in its beak ... From: awoolf.rm ...
... I haven't tested it so if you find any bugs tell me. I didn't think when you asked me to add them, but as I say there, the other stuff like xOnLVClick etc...
... Thanks Dimitris, I see you have been keeping busy ;) I have one Gui4Cli program that I wrote that I have used 606 times in the last five months! It saves...
Hi Dimitris. ... Works pretty good from what I've seen so far. There are a couple of problems though. When you click an expand- button (+/-) you can't tell...
Hi Dimitris, Thank you for great Gui4Cli and fixing it. Would you like to know about my new utilities? There are the only small part from long list: 1....
... Thanks for the info, but I'm not sure it will do exactly what I need. I have a list of items, each of which may be selected to run. From what I gathered,...