Problem Storing Arrays Inside Arrays
Hello guys, I have a matrix inverse function that I am trying to improve the accuracy of by making it preform math on fractions instead of floats, however is appears I'm having issues accessing an...
View Articlearray variable dimension range exceeded error
I'm fairly new to autoit and I'm having issues with reading from my array. My scripts is basically as follows: $MyArray = IniReadSection ("Someini.ini" , "iniSection") $NoElements = UBound($MyArray)...
View ArticleNewb need help with script
I am having trouble with one part of the code, It is made to detect a pixel on the screen that is given a set color. I want it to give 2 scripts (one if it finds the pixel, and another if it doesnt.)...
View ArticleProblem with SQLite...
SQLite v 3.8.8.3 AutoIT v 3.3.12.0 SQL statement is: UPDATE Metadata SET AcquisitionTime="2009/04/23 16:14:23" WHERE SourceURL="M:\1\1 Giant Leap-My Culture.mp3"; Getting @error = 2 and 21 as the...
View ArticleShould a registry key always be set with a value?
Just a quick one On something im doing it sets a key based on essentially a yes or no question like this but im getting some weird answers on some parts of the gui and i wondered if this was causing...
View ArticleSlow Insert to sqlite db
Hi, This is a question about sqlite. I have a large size 2 dimension array that I want to insert it into physical sqlite database table (not in memory). My problem is that it is take very long...
View ArticleArray mind bender help
I'm in the middle of a rather large project, and have gotten to the point where I'm out of ideas on how to handle populating arrays and sorting them, from other arrays. To me, it's quite complicated...
View Article_StringInsert fails when insertion point > 65535
#include <String.au3> Global $iLength = 99999 ; change it to whatever, as long as it's longer than the insert point Global $iInsert = 65536 ; insert point 65536 => not working, and no @error....
View Articleregrexp help
hi guy i try to learn regrexp i use regexbuddy i want take a part of this code <div class="contList" abp="100"> <ul class="unstyled" id="categoryList" abp="101"> <li...
View ArticleLooking for assistance with MS Access
Hello, all! First-time poster here. I am starting to learn autoit to help me with various tasks at work, primarily with MS Access 2013 databases. My current project is using autoit to start access 2013...
View ArticleInetRead
Hi, I have a small question.Why not go to read this text? $txt = BinaryToString(InetRead("http://url.com", 1),4) MsgBox(0,"",$txt)
View ArticleDisabling a button in an Internet Explorer_Server instance using IUIAutomation
Hello everyone, I support an application which has an Internet Explorer_Server instance in a pane of the application. There are a few buttons we would like to disable in the application, as it causes...
View ArticleSearch image until there is no longer
HI, i start to learn autoit right now I'm searching video tutorial online and it seems easy, but i have a problem. I'm using ImageSearch.au3 and it's ok, but i want to search the same image many time...
View ArticleKeyboard remapping? Sun kb on Win PC.
I have an nice old Sun Micro Systems N-107 keyboard and I would like to use it on my PC. I hooks up via the PS/2 plug and most keys work, it is just that some of the mapping is not correct for Windows....
View ArticleProblem creating a Countdown Timer with Button Inputs
I've been trying to wrap my brain around how I could set the timer the the time I want with buttons. Can anyone help me? Thanks in advance! AutoIt expandcollapse popup#include...
View ArticleNeed to extract code from compiled; old script (2009)
I know the current version no longer has this but I'm looking for the older version. I have a working EXE so I guess it's not all bad. I'd like to make some minor changes to the GUI as my needs have...
View ArticleMTP protocol...anyone looking into this anymore?
Looking to be able to do file transfers and interactions via the MTP protocol that is now supported by most current Android smartphones. Really no info on this beyond 1 or 2 queries here that seemed...
View Articlehow to i print on both sides Word file?
i used word.au3 udf but can't print on both sides with command _Word_DocPrint any one know how to do that? thanks
View ArticleSending {ENTER} with _GUICtrlListView_SetItem ?
Hello, My quetion stems from this thread: http://www.autoitscript.com/forum/topic/167935-script-sometimes-skipping-keystrokes-jumping-to-wrong-cells/ So, I have finally been able to get...
View Article