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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 30595 - 30628 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30595
hi guys, could you look at this code and tell me what the problem is? i keep getting an error telling me that there's no wend statement when i know there is: ...
damien c. sadler
necdet@...
Send Email
Dec 3, 2006
3:53 pm
30598
This one works fine for me: #include <GUIConstants.au3> $hGUI = GUICreate("Test", 400, 300) $mm=GUICtrlCreateRadio("Music Machine", 10, 0, 100, 30) ...
valery_vi
Offline Send Email
Dec 4, 2006
6:16 am
30599
Hi Gary, I sent the answer to you GUI request with my suggestion and private address. I would like to help you with your problems, though. ... Regards, Valery ...
valery_vi
Offline Send Email
Dec 4, 2006
6:55 am
30600
I would like an AutoIt window to stay on top off all other windows. I thought this would do it but it isn't. GuiCreate("Officers Election 2006", 1280, 323,...
Gary Kuznitz
Docfxit
Offline Send Email
Dec 4, 2006
7:11 am
30601
This is easy task: #include <GuiConstants.au3> GuiCreate("My Debug MsgBox", 200, 300, @DesktopWidth - 220, @DesktopHeight - 340, -1, $WS_EX_TOPMOST) ...
valery_vi
Offline Send Email
Dec 4, 2006
9:15 am
30602
this is almost the same as what i use, but because i'm visually impaired i find it hard to know what positions to put the gui on the screen, and this lbc.au3...
damien c. sadler
necdet@...
Send Email
Dec 4, 2006
12:52 pm
30603
damien, This is not hard to make layout of control in GUI, I think. I make it manually by the following empirical "method" 1. Height of control is about 30...
valery_vi
Offline Send Email
Dec 4, 2006
1:41 pm
30604
Hi, Yesterday I've seen by TV Tchaikovsky - Swan Lake / Makarova, Dowell, Royal Ballet Covent Garden http://www.amazon.com/Tchaikovsky-Makarova-Dowell-Ballet- ...
valery_vi
Offline Send Email
Dec 4, 2006
2:14 pm
30606
would that be accessible for someone with a screenreader? what do the numbers go up to? regards, damien ... From: valery_vi To: AutoItList@yahoogroups.com ...
damien c. sadler
necdet@...
Send Email
Dec 4, 2006
6:36 pm
30607
I want to get the list of Applications/Processes currently running in the system using Task Manager's Applications/Processes tab. Any ideas as to how to do...
white.gold09
Offline Send Email
Dec 4, 2006
10:55 pm
30608
... It will be as other controls of GUI. ... The numbers make GUI readable for user. Regards, Valery ... the numbers go up to? ... example ... 300 ... pixels. ...
valery_vi
Offline Send Email
Dec 5, 2006
8:21 am
30609
... Why not use the "ProcessList" built-in function? See help file description below. Regards Brian Keene Function Reference ProcessList ... Returns an array...
brian_keene@...
brian_keene
Offline Send Email
Dec 5, 2006
7:09 pm
30610
Hi Brian! Absolutely! #include <GuiConstants.au3> dim $Table, $list GuiCreate("Processes", 300, 400, (@DesktopWidth-300)/2, (@DesktopHeight-400)/2,...
valery_vi
Offline Send Email
Dec 6, 2006
9:23 am
30611
Hi, Is there AutoIt script which can make almost the same things like known AutoTote program? It would be cool script (or scripts) for polling, money bet, and...
valery_vi
Offline Send Email
Dec 6, 2006
9:39 am
30612
Hi group this is a test script i am trying to change the GUICtrlSetBkColor of $Graphic1 when a button is pushed i went green an red thanks for an help ...
beau
n9mfk9
Offline Send Email
Dec 7, 2006
2:48 pm
30613
Hi, After reading article "Gambling": http://en.wikipedia.org/wiki/Gambling one idea appeared in my head. At last. ... There are many types of bet (wagers...
valery_vi
Offline Send Email
Dec 7, 2006
3:05 pm
30614
This works fine for me (WinXP) #include <GUIConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("AForm1", 633, 447, 193, 115) ...
valery_vi
Offline Send Email
Dec 7, 2006
3:07 pm
30615
Hi Valery I have to click the button 2 times to get it to change an i went it on the first time any ideas ? ... [Non-text portions of this message have been...
beau
n9mfk9
Offline Send Email
Dec 7, 2006
3:56 pm
30616
Important note for Readers of Gambling: The words about: "...The Russian writer Dostoevsky portrays in his novella The Gambler the psychological implications...
valery_vi
Offline Send Email
Dec 7, 2006
3:56 pm
30617
If so then try this one: #include <GUIConstants.au3> AutoItSetOption("WinTitleMatchMode", 4) #Region ### START Koda GUI section ### Form= $Form1 =...
valery_vi
Offline Send Email
Dec 7, 2006
4:04 pm
30618
Hi All forgive if this is previously addressed... will Autoit work with MSoft Vista?...
<<MjB>> Matt Beal
mjbindy1
Offline Send Email
Dec 7, 2006
11:21 pm
30619
Hi, There is interesting topic of AutoItScript forum: "OpenGl Plugin Experiment, An opengl plugin that uses glut32" ...
valery_vi
Offline Send Email
Dec 8, 2006
8:29 am
30620
Maybe it's good news for blind and other disabled persons. http://www.un.org/News/Press/docs//2006/note6054.doc.htm Valery...
valery_vi
Offline Send Email
Dec 8, 2006
12:21 pm
30622
thanks Valery work good I have one question how can i put a edge on the box around were th color goes to make it look like it is set back in the box ... ...
beau
n9mfk9
Offline Send Email
Dec 8, 2006
7:44 pm
30623
What the heck is"scripteleo" ... placed at the ... values of ... can also be ... priviledges)...
Robert
SniperLT
Offline Send Email
Dec 9, 2006
8:15 pm
30624
Ok, take it: #include <GUIConstants.au3> AutoItSetOption("WinTitleMatchMode", 4) #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("AForm1", 633,...
valery_vi
Offline Send Email
Dec 10, 2006
12:40 pm
30625
Hi, I have one small problem with it. You should kill AutoIt's zombe (98% CPU used) after exit from OpenGl Plugin scripts. Is there auto solution to reduce CPU...
valery_vi
Offline Send Email
Dec 10, 2006
12:58 pm
30626
BTW this zombe isn't zombie: "When a program forks and the child finishes before the parent" That child is running after AutoIt script finished. It would be ...
valery_vi
Offline Send Email
Dec 10, 2006
2:01 pm
30627
New version (10 Dec 2006) from Au3GlPlugin.zip works fine for me. But glutMainLoop() eats CPU time very much (98%-99%)! Is there any way to reduce this great...
valery_vi
Offline Send Email
Dec 11, 2006
8:01 am
30628
the site provides a very nice search/browse interface to documentation that is available elsewhere on the web. http://www.gotapi.com/ no autoit in the list...
jack
jack_horsfield
Offline Send Email
Dec 11, 2006
8:35 am
Messages 30595 - 30628 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