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 2654 - 2685 of 5325   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2654
Sorry for the late reply.. Its a very busy time. ... I don't know why it does that and its very difficult to find out.. The only work around I found is to use...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 2, 2004
6:35 pm
2655
I discovered the use of #PROCESS with xListView (another great function!). I rather expected this would just use the same calls as Windows and be a duplicate...
techmail@...
techuser55
Offline Send Email
Dec 2, 2004
8:07 pm
2656
well, it may be a workaround, but it does work perfectly :) many thanks jack tomorrow's almost over, today went by so fast... ... From: Dimitris Keletsekis ...
ygw2@...
jack_horsfield
Offline Send Email
Dec 2, 2004
8:23 pm
2657
I would like to send keystrokes to a specifc application that is running. There can be several apps running at one time. Is there a method I can use, like...
techmail@...
techuser55
Offline Send Email
Dec 2, 2004
9:52 pm
2658
Hi. ... This ... title ... keystrokes. You should be able to use: Use win "window title" Win activate SendKey "your keys" Maybe add a timer if you get timing...
mockey_a
Offline Send Email
Dec 3, 2004
10:41 am
2659
Hi. ... Not directly. But you can load it e.g. in an invisible listview, read out the data and copy whatever you want in your own listview. Mockey...
mockey_a
Offline Send Email
Dec 3, 2004
10:52 am
2660
... That's not a good implementation.. What I should do is have a way to walk the process list (with use process #next or something) allowing you to build the...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 4, 2004
8:56 am
2661
... As Mockey said, you can use the win command. Also, you can use the following winattr style: NOACTIVE Only for Windows 2000/XP - A window created with this...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 4, 2004
9:13 am
2662
Hi Dimitris! ... that ... You are right. It is this '..small "Sleep" period..' which give the AutoIt to come and to live. This idle moment gives time to system...
valery_vi
Offline Send Email
Dec 6, 2004
7:29 am
2663
i have a listview that often gets a lot of lines in it... if there are more than about 30,000 lines then sorting gets rather slow. i can sort externally and...
jack_horsfield
Offline Send Email
Dec 7, 2004
6:07 pm
2664
a couple of people have shown me this using 17i... one using XP (not SP2) and the other using 2003 Server. when you enter text into an xtextin and then do a...
jack_horsfield
Offline Send Email
Dec 8, 2004
9:29 am
2665
... How do you do that? Save the listview, sort it, then reload it? If its faster with all that overhead then my code for listview sorting really sucks :) I've...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 9, 2004
9:03 am
2666
... I have no idea what it may be.. I haven't touched the xontextin code. An image of what you're describing may help.. ... The latest beta is 17i. Have you...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 9, 2004
9:10 am
2667
How do you do that? Save the listview, sort it, then reload it? not quite... the gui is for viewing and analysing some log files. i load the log file into...
ygw2@...
jack_horsfield
Offline Send Email
Dec 9, 2004
9:11 am
2668
sorry, that wasn't clear. yes, the problem is there in 17i. we did 17i, then back to 17 (which was ok), then up to 17h (which was not ok). jack dlrow...
ygw2@...
jack_horsfield
Offline Send Email
Dec 9, 2004
9:14 am
2669
FWIW, 30,000 lines takes roughly 30 seconds to sort on my P4 2.6GHz with 1GB and XP. jack It's not the despair - I can stand the despair. It's the hope ... ...
ygw2@...
jack_horsfield
Offline Send Email
Dec 9, 2004
9:26 am
2672
How would one go about creating an m x n numeric array?...
Walt Decker
lydia2hg
Offline Send Email
Dec 12, 2004
12:25 am
2673
... There is no support for arrays at the moment.. You can fake one dimensional arrays by naming variables var0, var1, var2 etc (see "compound variables") but...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 12, 2004
8:23 am
2674
Ok. Thanks. I'll come up with something. Walt Decker UPLA Admin...
Walt Decker
lydia2hg
Offline Send Email
Dec 14, 2004
4:30 pm
2675
Hi Walt ... On the original Amiga version of Gui4Cli I think I used compound variable names to achieve an array - ie variablename.index1=value1 ...
Christopher Ralph
rnoremacc
Offline Send Email
Dec 14, 2004
5:37 pm
2676
I noticed that when I launch a gui that contains the #WINDOW ListView, the launching gui isn't included in the list of windows. Does this mean that the list...
techuser55
Offline Send Email
Dec 14, 2004
11:24 pm
2677
... I haven't tried, but you can probably open the window, then build the list with: use lv #this lv lv load #window/procname Dimitris...
dck@...
gui4cli
Offline Send Email
Dec 15, 2004
10:00 am
2678
Thanks, Chris. What I need is something I can create on the fly. Such being the case I'll go one of two routes, either a string containing the values or a DLL...
Walt Decker
lydia2hg
Offline Send Email
Dec 15, 2004
4:58 pm
2679
... windows. ... called? ... after ... the list ... Here is what worked: 1. Open the gui 2. Build the event LV #window display 3. Immediately after the...
techuser55
Offline Send Email
Dec 16, 2004
11:34 am
2680
... I am not an expert in programming but this works for me: G4C ARRAY WINDOW 50 30 447 356 "UNTITLED gui" WinAttr style resize xOnLoad GuiOpen #this xOnClose ...
marianne976
Offline Send Email
Dec 16, 2004
9:45 pm
2681
...interlude... any news on the activex ? pi...
don pi
galactoboy
Offline Send Email
Dec 16, 2004
10:42 pm
2682
when you click a node in my treeview, you get another window displayed, showing appropriate information. i find that people often then either do something...
jack_horsfield
Offline Send Email
Dec 17, 2004
7:46 pm
2683
... I've never done this (ie calculation in a calculation) - I'm surprised it works :). Its not needed, cause the whole thing will be evaluated ... As for the...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 19, 2004
8:53 am
2684
... Not yet.. Its a very busy time now for me and I haven't done much. I hope its passes soon. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 19, 2004
8:54 am
2685
... Just so that we don't confuse anyone... It doesn't matter where in the gui the xOnOpen is. Dimitris...
Dimitris Keletsekis
gui4cli
Offline Send Email
Dec 19, 2004
8:55 am
Messages 2654 - 2685 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