Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gui4cli · Open Source script language

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 425
  • Category: Development
  • Founded: Aug 14, 1998
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 338 - 367 of 5840   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
338 Tony McGee
tony@... Send Email
Jul 5, 2001
10:56 pm
Hi Guys, In my gui I need to know how many lines are selected in a MULTI listview. There doesn't seem to be an internal variable for it, and counting them in a...
339 Christopher Ralph
chriscr@... Send Email
Jul 6, 2001
1:38 am
Hi Tony ... I never found another way and had to use a WHILE loop. Sorry I can't help. Regards, Chris....
340 Joseph Duchâtelet
jduchatelet@... Send Email
Jul 11, 2001
5:46 pm
Hello Christopher ... You did think of hiding the listview to fasten the loop, I guess ?? Gui4Cli is quite fast then. If this is not sufficient you could think...
341 Tony McGee
tony@... Send Email
Jul 11, 2001
11:34 pm
... I've just got this message 5 days late. Don't you just love Yahoo? Yeah, I'm hiding the listview, but it still gets very slow when you have a thousand or...
342 Joseph Duchâtelet
jduchatelet@... Send Email
Jul 12, 2001
5:36 pm
Hello Tony ... What about having a second empty LV When you want to know the number of selected lines, you do a LVCLIP COPY SELECTED ADD #this 2 and $$LV.TOTAL...
343 D.Keletsekis
dck@... Send Email
Jul 13, 2001
12:21 pm
Hi, Ready or not, here is the first version of Gui4Cli for Windows (98 and over). You can download it from www.Gui4Cli.com. A lot of things have changed but...
344 Tony McGee
tony@... Send Email
Jul 13, 2001
11:50 pm
... Joseph, you are a genius. :) It's much faster now, cheers. I'll upload the new Textview soon. ... Almost makes me wish I had a PC to try it out. Almost. ...
345 dck@... Send Email Jul 14, 2001
7:22 am
... you do a ... lines in LV 1 ... cheers. I'll upload the ... I agree Joseph, that was pretty smart :) ... for Windows (98 and ... Don't fight it... We're all...
346 Joseph Duchâtelet
jduchatelet@... Send Email
Jul 14, 2001
1:38 pm
Hello D.Keletsekis ... Congratulations, I have spread the word around my Windows using friends that might be interested. Hope some will be tempted. As to me:...
347 D.Keletsekis
dck@... Send Email
Jul 24, 2001
2:10 pm
Hi, Have uploaded 2 new versions of the following guis by Tony McGee: - TextView and - Remind. All the best Dimitris...
348 Christopher Ralph
chriscr@... Send Email
Aug 2, 2001
7:46 am
Hi, Talking about variable notation the docs say: 1- If you give a [start] which is more than the length of the variable you'll get "". 2- If you give a length...
349 Joseph Duchâtelet
jduchatelet@... Send Email
Aug 2, 2001
8:09 pm
Hello Christopher ... Same results here. What are you trying to do, or are you just reporting the facts above ? ... Me neither. ... You solved your problem...
350 D.Keletsekis
dck@... Send Email
Aug 3, 2001
11:36 am
Hi, ... Both return 'hello&#39; Yes this is a bug.. I had a look and the function which calculates the correct variable start returns false if start is over length...
351 Joseph Duchâtelet
jduchatelet@... Send Email
Aug 3, 2001
12:00 pm
Hello, The problem of features not covered by the Gui4Cli documentation was raised in some previous mail. I did mention some of them. Having had a second look...
352 Joseph Duchâtelet
jduchatelet@... Send Email
Aug 3, 2001
12:18 pm
Hello D.Keletsekis ... I was able to make good use of them in uploaded scripts. And so many more are on my HD that would need a brushup to get there. Gui4Cli...
353 Christopher Ralph
chriscr@... Send Email
Aug 3, 2001
5:23 pm
Hi D.Keletsekis ... I'm certainly still listening. Somehow I missed the 3.8.5 update doc. Those extra docs mention using SELECTED with LVDEL, but Joseph used...
354 Christopher Ralph
chriscr@... Send Email
Aug 3, 2001
5:58 pm
Hi, The docs say that while a script is running Control D will start/stop debugging output. It certainly starts it, but I never been able to stop it. Even...
355 Joseph Duchâtelet
jduchatelet@... Send Email
Aug 3, 2001
6:10 pm
Hello Christopher ... Seems to work here (start & stop) ... works too ... Yes, as stated above All the best Joseph...
356 D.Keletsekis
dck@... Send Email
Aug 4, 2001
7:32 am
Hi, ... Make sure you're hitting control-d when a gui4cli window is active. Not the shell window. Dimitris...
357 D.Keletsekis
dck@... Send Email
Aug 4, 2001
7:33 am
Hi, ... I think it may have a few problems on non-standard amigas because I never had a graphics card and could not test it. I don't remember getting any...
358 D.Keletsekis
dck@... Send Email
Aug 4, 2001
7:37 am
Hi, ... I think it may have a few problems on non-standard amigas because I never had a graphics card and could not test it. I don't remember getting any...
359 Christopher Ralph
chriscr@... Send Email
Aug 4, 2001
5:08 pm
Hi D.Keletsekis ... I guess that must have been what I was doing wrong, because it seems to work OK now! Thanks, Chris....
360 Christopher Ralph
chriscr@... Send Email
Aug 5, 2001
7:23 am
Hi, This works: YYY= $($XXX + ZZZ) LVGO #$YYY But trying to save a step by doing this doesn't LVGO #$($XXX + ZZZ) ===> Syntax error - Wrong number of arguments...
361 D.Keletsekis
dck@... Send Email
Aug 6, 2001
10:35 am
Hi, ... Try with quotes: LVGO "#$($XXX + ZZZ)" Dimitris...
362 Joseph Duchâtelet
jduchatelet@... Send Email
Aug 6, 2001
7:06 pm
Hello, I am not able to use the command LVPos as described in the changes document I get the following results: ========== G4C WINBIG 0 10 300 130 LVPos ...
363 Christopher Ralph
chriscr@... Send Email
Aug 7, 2001
6:46 am
Hi D.Keletsekis ... Worked great! Thanks, Chris....
364 Joseph Duchâtelet
jduchatelet@... Send Email
Aug 7, 2001
10:09 am
Hello, Since OS3.5 you are able to address the Workbench through its arexx port. Since i mostly use Gui4Cli for all what this port allows to do, i was in doubt...
365 D.Keletsekis
dck@... Send Email
Aug 7, 2001
12:13 pm
Hi, ... ... Try adding LVUSE first. Maybe the listview is not the current one. Dimitris...
366 Joseph Duchâtelet
jduchatelet@... Send Email
Aug 7, 2001
8:02 pm
Hello, I encountered the following problem: I treat an HTML file and want to delete all the images, this is all the segments <img ......> The idea is to loop...
367 Joseph Duchâtelet
jduchatelet@... Send Email
Aug 7, 2001
8:03 pm
Hello Dimitris Thanks for rsponding ... It did not help Only the debug info changed :( - without the # character i get *** Gui4Cli Event: XBUTTON (0) Gui:...
Messages 338 - 367 of 5840   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help