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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 2332 - 2361 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2332
... 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...
ETI
gui4cli
Offline Send Email
Sep 1, 2004
7:03 am
2333
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....
awoolf.rm
Offline Send Email
Sep 1, 2004
4:23 pm
2334
for registry stuff you have to double each backslash i can't remember what gui4cli does when accessing files, but you could try: ...
ygw2@...
jack_horsfield
Offline Send Email
Sep 1, 2004
5:01 pm
2335
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...
awoolf.rm
Offline Send Email
Sep 1, 2004
6:15 pm
2336
... 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...
pi
galactoboy
Offline Send Email
Sep 1, 2004
6:29 pm
2337
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...
ygw2@...
jack_horsfield
Offline Send Email
Sep 1, 2004
6:46 pm
2338
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...
Christopher Ralph
rnoremacc
Offline Send Email
Sep 1, 2004
7:13 pm
2339
... You might try changing the command line in the "open" menu item, in the Folder Options dialog, for ".GUI" type files to: "C:\Program...
ETI
gui4cli
Offline Send Email
Sep 1, 2004
8:14 pm
2340
... I can add something but it will be a while.. Dimitris...
ETI
gui4cli
Offline Send Email
Sep 1, 2004
8:30 pm
2341
... 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...
pi
galactoboy
Offline Send Email
Sep 1, 2004
8:46 pm
2342
Hi. ... I tried that and that doesn't seem to change anything. Apparently a path: \\server\shared\folder\test.gui always comes out as: ...
mockey_a
Offline Send Email
Sep 1, 2004
9:09 pm
2343
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....
awoolf.rm
Offline Send Email
Sep 1, 2004
9:51 pm
2344
how and where would you start to program gui4cli notes with scintilla-class note fields ? 8-() -- don pi...
pi
galactoboy
Offline Send Email
Sep 1, 2004
11:20 pm
2345
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...
ETI
gui4cli
Offline Send Email
Sep 2, 2004
5:20 pm
2346
... 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...
ETI
gui4cli
Offline Send Email
Sep 2, 2004
5:23 pm
2347
... There is a simple tutorial in the Tutorials folder, named "285-sci.gui". You can use that. Dimitris...
ETI
gui4cli
Offline Send Email
Sep 2, 2004
5:25 pm
2348
... On a related note, if I have a command in my .GUI file: Run "\\\\server\\share\\folder\\file.exe" It gives an error: "Windows cannot find...
awoolf.rm
Offline Send Email
Sep 2, 2004
6:22 pm
2349
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"...
awoolf.rm
Offline Send Email
Sep 2, 2004
9:00 pm
2350
... BSLASH is a flag which changes the slashes in the "arguments" field (the 2nd one - omitted above), not the "file" field (the 1st). Run...
ETI
gui4cli
Offline Send Email
Sep 3, 2004
6:46 am
2351
... 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 ...
awoolf.rm
Offline Send Email
Sep 3, 2004
3:36 pm
2352
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....
awoolf.rm
Offline Send Email
Sep 3, 2004
9:32 pm
2353
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...
awoolf.rm
Offline Send Email
Sep 3, 2004
9:36 pm
2354
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 ...
ygw2@...
jack_horsfield
Offline Send Email
Sep 4, 2004
6:51 am
2355
Hi, I've uploaded a new beta version with some additions and bug fixes, at: http://users.hol.gr/~dck/g4c/beta/index.htm All the best, Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Sep 6, 2004
7:46 am
2356
Hi Dimitris. ... Wow. This is absolutely great. Thank you, thank you, thank you! Mockey...
mockey_a
Offline Send Email
Sep 6, 2004
10:47 am
2357
... 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...
ETI
gui4cli
Offline Send Email
Sep 6, 2004
7:45 pm
2358
... 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...
Richard
xytroxon
Offline Send Email
Sep 6, 2004
10:44 pm
2359
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...
mockey_a
Offline Send Email
Sep 6, 2004
10:49 pm
2360
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....
valery_vi
Offline Send Email
Sep 7, 2004
1:57 pm
2361
... 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,...
awoolf.rm
Offline Send Email
Sep 7, 2004
2:57 pm
Messages 2332 - 2361 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