Search the web
Sign In
New User? Sign Up
AutoItList · AutoIt Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 31206 - 31237 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31206
Try this: #include <GUIConstants.au3> HotKeySet("t", "ShowMessage1") HotKeySet("T", "ShowMessage2") GUICreate("Hotkey t", 300, 300) GUISetState () While 1 $msg...
valery_vi
Offline Send Email
Jul 2, 2007
5:01 am
31207
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...
valery_vi
Offline Send Email
Jul 2, 2007
5:13 am
31208
The download for Auto3Lib is no longer available via the post on the AutoIt forum and I keep coming across examples that use it.... ...
mr underperson
mr_underperson
Offline Send Email
Jul 2, 2007
12:34 pm
31209
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,...
valery_vi
Offline Send Email
Jul 2, 2007
1:05 pm
31210
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...
valery_vi
Offline Send Email
Jul 2, 2007
1:07 pm
31211
That link works for you??? Great! Could you possibly download it and post it here/send it to me? I just get a 404. -mu...
mr_underperson
Offline Send Email
Jul 3, 2007
4:52 am
31212
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...
mr_underperson
Offline Send Email
Jul 3, 2007
5:07 am
31213
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@...
Send Email
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@...
Send Email
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 =...
valery_vi
Offline Send Email
Jul 3, 2007
5:28 am
31216
Updating Auto3Lib is just one line script: InetGet("http://www.autoitscript.com/forum/index.php? ...
valery_vi
Offline Send Email
Jul 3, 2007
5:36 am
31217
Take care: Don't get the file from local cache! See help: InetGet ( "URL" [,"filename" [, reload [, background]]] ) reload [optional] 0 = (default) Get the...
valery_vi
Offline Send Email
Jul 3, 2007
5:41 am
31218
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, ... ...
valery_vi
Offline Send Email
Jul 3, 2007
7:20 am
31219
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 ...
valery_vi
Offline Send Email
Jul 3, 2007
12:02 pm
31220
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@...
Send Email
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...
valery_vi
Offline Send Email
Jul 4, 2007
5:06 am
31222
... 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@...
Send Email
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) ...
valery_vi
Offline Send Email
Jul 4, 2007
5:15 am
31224
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...
valery_vi
Offline Send Email
Jul 4, 2007
5:55 am
31225
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...
Send Email
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@...
Send Email
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...
marx.external@...
nullsurfer
Offline Send Email
Jul 5, 2007
1:34 pm
31230
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...
valery_vi
Offline Send Email
Jul 5, 2007
2:58 pm
31231
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@...
Send Email
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...
Joe
yf777a
Offline Send Email
Jul 6, 2007
2:17 am
31233
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...
Send Email
Jul 6, 2007
3:56 am
31234
File : /MISC/AClock.zip Uploaded by : valery_vi Description : AClock You can access this file at the URL: ...
valery_vi
Offline Send Email
Jul 6, 2007
4:14 am
31235
Hi, New exapmles are added. You can access this file at the URL: http://groups.yahoo.com/group/AutoItList/files/MISC/Als_0_6.zip Enjoy, Valery...
valery_vi
Offline Send Email
Jul 6, 2007
5:36 am
31236
try here... http://www.autoitscript.com/forum/index.php?showtopic=33001 works great....
mr underperson
mr_underperson
Offline Send Email
Jul 6, 2007
4:12 pm
31237
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...
Joe
yf777a
Offline Send Email
Jul 6, 2007
6:06 pm
Messages 31206 - 31237 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help