Not sure if this is and AutoIt issue or a Scite advise plz
One annoyance i have lately since i changed to the latest stable is this, (it didnt seem as bad before) When i add a line or array elements after a variable it kicks them down onto the next row instead...
View ArticleDisambiguation in an Imaginary Language
In an imaginary language. I declare a variable called CONFLICT. I later use a function which expects the string parameter CONFLICT. There is no way to differentiate between the variable and the string...
View ArticleAutoIt v.3.3.13.17 Beta
File Name: AutoIt v.3.3.13.17 BetaFile Submitter: JonFile Submitted: 19 Aug 2014File Category: Beta3.3.13.17 (19th August, 2014) (Beta)AutoIt:- Changed: Default text file encoding changed to UTF8...
View ArticleMaps (beta)
beta 3.3.13.17 is the first beta I've installed since 3.3.12.0 was released. How do Maps work? Seems from the help file that it's a scripting dictionary object with some methods coded into it...
View ArticleAutoIt v.3.3.13.18 Beta
File Name: AutoIt v.3.3.13.18 BetaFile Submitter: JonFile Submitted: 20 Aug 2014File Category: Beta3.3.13.18 (20th August, 2014) (Beta)AutoIt:- Fixed #2639: Unable to Copy/Paste from Embedded IE...
View ArticleExpanding Pragma?
Will the #pragma directives be expanded to allow for custom fields, to replace #AutoIt3Wrapper_Res_Field? The #pragma directives seem to be the only way to set the copyright and program version...
View ArticleAutoIt v3.3.13.19 Beta
File Name: AutoIt v3.3.13.19 BetaFile Submitter: JonFile Submitted: 24 Aug 2014File Category: Beta3.3.13.19 (24th August, 2014) (Beta)AutoIt:- Fixed: Map setting of property using dot notation was...
View ArticleWriting a Garbage Collector in C
I'm sure some of you will find this interesting. http://web.engr.illinois.edu/~maplant2/gc.html
View ArticleXmpp server Java/Php?
For an instant messaging application, a 'java based XMPP server' or 'php based XMPP server' would be the best? Many say its the latter? If so, why is java based superior to Php based? A revert with...
View ArticleOBJCREATEINTERFACE status experimental
Hi, Will the objcreateinterface come out of experimental stage? https://www.autoitscript.com/autoit3/docs/functions/ObjCreateInterface.htm The whole solution on IUIAutomation UDF is based on that...
View ArticleHelp with understanding some code please?
Hi, I recently found a frontend for chkdsk which someone created which you can see here http://www.wieldraaijer.nl/ I liked how the utility lists connected drives with the various columns and...
View ArticleNeed help at a program
hey guys i need help at a program it seems to be encrypted and i need to decrypt it can anybody help me?
View Articlec# help
hi guys, i am working on a project atm and i currently have a sql server 2012 database containing data. What im needing to do is create 2 applications, 1 for internal (able to change and insert...
View ArticleWill there be in AutoIT explicit assignment operator?
I would like to see in the language explicit assignment operator Maybe if language there was an obvious assignment operator, for example := then it will be possible to do the following things: Global...
View ArticleAny way to link a pre-process into compile sequence?
I use a small script to gather some "stats" about a script once I feel the script is completed ... like an inventory of the standard variables that it uses. SciTE has options for the two common...
View ArticleHadoop
I have been asked to potentially take on a network admin contract. As part of this, I will need at least a baseline knowledge of Hadoop for some data analytics POCs they're entertaining. Just thought I...
View ArticleVariable check
Hi. I got doubt if this result is correct. Local $vaint="False" Local $varstring=0 MsgBox(0,"I got False. this is correct.",$vaint==$varstring) MsgBox(0,"I got True. ¿Is this...
View ArticleCan Au3Stripper results be further optimized?
I’ve been using the Au3Stripper with great success. But as I bring individual scripts to completion, I’ve noticed what appears to be some excess baggage on board the produced sources. For example:...
View ArticleC# Graphics +1
System.Drawing.Graphics Creating a simple screen capture class, and getting an error I've not seen before.Wondering if any of you folks now anything about it. The error is this.. win32exception the...
View ArticleMicrosoft OCR Library for Windows Runtime
http://blogs.windows.com/buildingapps/2014/09/18/microsoft-ocr-library-for-windows-runtime/ The OCR Library extracts text and layout information from the image. When you add the OCR Library to an...
View Article