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...
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...
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 ...
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...
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...
... 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...
... 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...
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...
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...
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...
... 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...
... 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...
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...
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...
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 ... ...
... 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...
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...
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...
... windows. ... called? ... after ... the list ... Here is what worked: 1. Open the gui 2. Build the event LV #window display 3. Immediately after the...
... 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 ...
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...
... 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...