Hello, I was reading the manual and discovered this limitation. However, I created a keyboard locker with about 130 hotkeys and AutoIt didn't complain at all,...
Simon, This is a fact that HOTKEYQUEUESIZE <= 64. But HOTKEYQUEUESIZE is maximum number of queued hotkeys that can be buffered. IMHO This is buffer size...
My .Net application is using third party Grid Layout. I want to verify the data added in Grid layout and also want to select the same. AutoIt is recognising...
Hi, There are many questions of this sort, now. For example: PowerShellAnalyzer uses controls with class name "WindowsForms10.Window.8.app.0.378734a" There are...
Hi, I have found simple (and free) way to draw graph by AutoIt script. It uses Dot notation to do it. ; AutoGraph Visualization ; Auto Graphviz (Graph...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Jun 10, 2007 1:06 pm
31156
Hi, Because there are bugs in WinGraphViz library, I decided to make AutoIt script based on native executive from http://www.graphviz.org/ ADot can draw...
BTW There is popular and nice article about DOT language script: http://en.wikipedia.org/wiki/DOT_Language You can paste DOT examples into ADot and press...
Hi, Big_Daddy from AutoItScript forum wrote: http://www.autoitscript.com/forum/index.php?showtopic=20406 'It enumerates all the keys from ...' Maybe this...
Hi, ADot can draw and view graphs (v 0.2) You can access this file at the URL: http://groups.yahoo.com/group/AutoItList/files/MISC/ADot_0_2.zip Note: IE have...
There is Auto3Lib_ru_V.zip in Files/Auto3Lib Russian Doc/ of this group. Auto3Lib - Release 4.0.12 About new func UpdateLayeredWindow lod3n wrote: "PNG as GUI,...
Hi, ADot can draw and view graphs (v 0.2+). 16 June - v 0.3 Fixed - short command line to start dot.exe. Now msdos window is hidden Changed - if Mozilla...
Someone from AutoItScript wrote: http://www.autoitscript.com/forum/index.php?showtopic=47809 "... Where would we be without JDEB. " and without Siao, too. ...
lokster from AutoItScript wrote: http://www.autoitscript.com/forum/index.php?showtopic=47882 " This example shows how to draw The Sierpinski triangle with...
Maybe it will be more fine (with alpha colored hBrushes): #include <A3LGDIPlus.au3> Global $hGUI, $hWnd, $hGraphic ;basis (width of the triangle) Global $d =...