Hi, MsCreator from AutoItScript wrote: " Hi, In new versions of AutoIt there support for Unicode, so you will need to save your Ini-file to Utf-8 encoding, and...
Someone from AutoItScript forum wrote: " I want to draw a box on my screen but i don't manage to make it stay on the screen. When the box is finished drawind,...
Auto3Lib package is here: http://www.autoitscript.com/forum/index.php? automodule=downloads&req=download&code=confirm_download&id=47 Valery ... post a copy to...
Scrub previous message. I installed Internet Explorer and tried the link in that - worked great. I've no idea why it didn't work in Firefox, but it was Firefox...
we're not your googling maids, or your posting maids. justfuckinggoogleit.com might have given you what you wanted, I get a perfect site on that. Try copying...
Littlefield, Tyler
compgeek13@...
Jul 3, 2007 5:07 am
31214
firfox didn't get that? Strange, I got that with opera, IE, and firefox, just to make sure before I told you that it worked and to google. Glad you got it...
Littlefield, Tyler
compgeek13@...
Jul 3, 2007 5:13 am
31215
Someone from AutoItScript forum wrote: " Maybe possible to make a transparent window ? " It's possible, too: #include <GUIConstants.au3> Global $Transp_Flag =...
Take care: Don't get the file from local cache! See help: InetGet ( "URL" [,"filename" [, reload [, background]]] ) reload [optional] 0 = (default) Get the...
Hi, This version doesn't use Auto3Lib (to accelerate drawing) and support more turtle actions. It is in Files/Misc of this group. Enjoy, Valery ... group, ... ...
Hi, There is Auto3Lib_ru_X.zip in Files/Auto3Lib Russian Doc/ of this group. Updated to 3 July 2007... Today: Independence Day in the Republic of Belarus ...
Anyone have a sapi lib? I looked through the forums, and found some stuff on m$'s msdn site, but not sure what the main object is. [Non-text portions of this...
Littlefield, Tyler
compgeek13@...
Jul 3, 2007 4:08 pm
31221
Hi, Auto3Lib_ru_Z.zip will be last version of Auto3Lib Russian Doc, I think. Read file "Read Me.txt" included in the last Auto3Lib.exe! ... Paul, Thank you for...
... From: valery_vi To: AutoItList@yahoogroups.com Sent: Tuesday, July 03, 2007 11:06 PM Subject: [AutoIt] Re: Auto3Lib for beta AutoIt (v3.2.4.9) - Russian...
Littlefield, Tyler
compgeek13@...
Jul 4, 2007 5:11 am
31223
There is some SAPI's example. It works under my Windows XP: _SpeakToWAV("Hello! I'm speaking voice",@ScriptDir&"\TEST.wav") Func _SpeakToWAV($sText,$sFile) ...
BTW About simple drawing. I decided to make simple clock and measure it's influence on CPU usage. Script AClock.au3: #include <GUIConstants.au3> Global...
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...
Jul 4, 2007 3:35 pm
31226
got it. Just needed really to know if spvoice was it's own object, or had to be dclared under another entity. Thanks, ... From: valery_vi To:...
Littlefield, Tyler
compgeek13@...
Jul 4, 2007 5:33 pm
31229
Hey gang, I have a gui with a number of buttons which have text that wraps to a second line. I tried various combinations of bs_center and bs_multiline but...
Hi, This is a better trial to get Penrose tiling by ALS. That weird rule of wiki: (http://en.wikipedia.org/wiki/Penrose_tiling) 1 (eliminated at each...
why not write a function to do it for you? Take the size of the button, then take size of the text. Subtract the size of the button from the text, (the longest...
Littlefield, Tyler
compgeek13@...
Jul 5, 2007 3:30 pm
31232
I tried to run the Aclock script but AutoIt v3.2.4.9 balks at lines like:$hDC = $hDC[0] When I comment them out the script runs, but nothing appears. I tested...
Thank you. The file in the zip works. What I copied and pasted appears identical, but it doesnt work. It says not an array variable. Strange. Oh, I had to add...