Please, help me if you understand my error :(
First before I say my problem I must say that I'm not allowed to share the script because I'm not suposed to ask help without advising my team :S, I just need a little hint to so I can continue my...
View ArticleWhich is the fastest?
Hello, I am experimenting with "If" & "Switch" to determine which method is faster... I am currently using this script to test them: AutoIt expandcollapse popupGlobal $number = Random(0 ,...
View ArticleFileWrite using variable file names
Here is what I have attempted to do. I have a populated Listview where one of the columns contains various names and those names are used as file names when i write the listview text lines to a file....
View ArticleHow to activate a certain tab on a program
hello again here is my question i have a tabbed program ( a program that has multiple tabs inside it , just like any browser) i want to select a tab containing a certain title and activate it . how...
View ArticleBreak alternative in AutoIt
Is there any alternative to Break (in python, used to exit out of functions) in AutoIt? (Except this: ) Func Example() While 1 ;Statements ExitLoop WEnd EndFunc TD
View ArticleWhat do i do if the author of a udf didn't answer my question ?
Hi all, I have some doubts about Manadar's Hotstring UDF. I have asked 10 days ago and he didn't replayed me. What do i do. I would like to know the answer. Or i need to drop the script work related to...
View ArticleOpening Microsoft Word File
Yesterday I asked for help, but surprisingly it is not available now. It seems my question is lost in cyberspace. I have run into AutoIT couple of days ago. It is interesting to me as I keep on working...
View ArticlePixelGetColor in dynamic array not working
Hello, I've been using AutoIt off and on since I was about 13 years old, but this is the first time I've been really stumped about a bug in one of my scripts. This is the part of my code that isn't...
View ArticleWM_PAINT work on tabs and resetting to default colour
i have some troubles with WM_PAINT work on tabs (it wont redraw pic on tab item change) and also with resetting image place holder to default colour before drawing new pic in to it (previous pic can be...
View ArticleHow to know the time delay between two keypresses
Hi all, i am using _IsPressed function in my script. I need to measure the time delay between two key presses. i.e. If the gap between key A and key B is greater than a specific time (say 2000 ms),...
View ArticleOver moderation
Hello, I understand the mods here have a job to do, but I do want to point out that occasionally you guys make judgements too quickly, and it can have a negative effect on the community when mistakes...
View ArticleZombie Timer?
Hi guys, I'm new to AutoIt and i need a explanation on Timers, because something is happening and i can't understand why. I need a timer, so i did: Global $TIMER = 0 Global $TIMERDIFF = 0...
View ArticleRecovering from a DllCall crash
Is there any way to recover and carry on running an app after a DllCall becomes unresponsive? The problem is that I need to run this dll call and sometimes it will fail and never return...
View Articlehandle initiated MsgBox
Hi, What conditions do i need to set to an initiated MsgBox command so I can close it when something changes via $WM_COMMAND like for instance when WM_DEVICECHANGE sees a different drive (while...
View ArticleQuestion
Hello Every one i have Qustion .. if i have like 10 window for game and i want user make select one or tow or three of them how i can do it .. and 10 window with same name --other Question...
View ArticleHelp with _FileReadToArray
I have a file that changes values on occaision that looks like: 1;1 2;2 3;3 4;4 5;7 9;3 The file in called text.ini. I want to read these into a 2d array and I cannot find any examples of anyone doing...
View ArticleExecute from var?
I am experimenting with Execute function. This way- works fine for me $a = "fileread" $f = Execute ('fileread ("test.txt")') ConsoleWrite ($f) But if I replace fileread with variable $a then it wont...
View ArticleExtra Options for Radio Boxes?
Ive been playing with the extra styles for a radio box and cant seem to get it how i want Problem 1 The radio button sits on the edge of the left boundary of the slot it occupies is there a way to...
View Article