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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 30909 - 30940 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30909
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
Mar 5, 2007
6:58 am
30910
Hi, It works under AutoIt v3.2.2.0. Fixed: bug in GetSubItemValue($nCtrlID, $nItemID, $nColumn) for items like: 1_345, 1_543 (compound numbers and other cases)...
valery_vi
Offline Send Email
Mar 5, 2007
7:05 am
30911
I have a strong problem aggravating! I wanted to create a prettier program, I succeeded in XP BUT does not function in Windows 2000. I am very irritated...
Jean Marie MIGNOT
nico2math
Offline Send Email
Mar 5, 2007
5:10 pm
30912
If I tab to an ie form object such as a pull down window How can I tell it's a pull down window using _ie Rick Martial Arts Ebooks Books DVDs and Videos New...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Mar 6, 2007
12:28 am
30913
Try this Combo.au3: #include <GUIConstants.au3> $Valeurs_Combo = "" $Anomalie=0 $Fichier_ini = @ScriptDir & '\Fichier.ini' $i=2 $Valeurs_Combo='' While 1 ...
valery_vi
Offline Send Email
Mar 6, 2007
6:26 am
30914
I forgot to attach this INI file 'Fichier.ini' ie [Centres] 1=Somebody 1 2=Somebody 2 3=Somebody 3 4=Somebody 4 5=Somebody 5 6=Somebody 6 7=Somebody 7 Valery ...
valery_vi
Offline Send Email
Mar 6, 2007
7:02 am
30915
Rick, Learn Java Script Today: http://www.jsmadeeasy.com/ Valery ... tell it's a pull down window using _ie ... Grip Strength for Martial Arts...
valery_vi
Offline Send Email
Mar 6, 2007
7:50 am
30916
There is a "Web developer documentation" from Mozilla.org, too. It's very perspective especially according to concept that IE will died (forgotten!) in future....
valery_vi
Offline Send Email
Mar 6, 2007
12:56 pm
30917
Next step is XUL http://www.mozilla.org/projects/xul/ and it's XULRunner learning http://developer.mozilla.org/en/docs/XULRunner These ones start broad way to...
valery_vi
Offline Send Email
Mar 6, 2007
1:10 pm
30918
BTW. That women's voice from http://www.streamaudio.com/stations/asx/KSSK_FM.asx I'm listening it now. I wish her great success in honor of IWD-2007 ...
valery_vi
Offline Send Email
Mar 6, 2007
1:26 pm
30919
... Set the height for your combo to be more than 21 ... heright should be what you want the drop list to be... XP automagic does it... 2000 needs explicit...
larrydalooza
Offline
Mar 6, 2007
4:49 pm
30921
Is it possible to do post config with AutoIt for an exsisting Outlook install? New to the tool and have several apps I'll be customizing soon. It would be real...
mikemitsc
Offline
Mar 7, 2007
11:00 pm
30922
Thank you But any present solution to my text box problem. These will be a variety of on line forms Rick Martial Arts Ebooks Books DVDs and Videos New...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Mar 8, 2007
11:25 pm
30923
Hi I it possible to catch key presses (like the 'delete') key on something like a TreeView control element? I see the keyboard doesn't generate an event...
Robert Walker
robert_mt_wa...
Offline Send Email
Mar 11, 2007
5:43 pm
30924
Why not? #include <GuiTreeView.au3> Global $hWnd, $Tree $hWnd = GUICreate("Tree", 392, 254) HotKeySet("{Del}", "DeleteTreeItem") ;Tree items $Tree =...
valery_vi
Offline Send Email
Mar 12, 2007
6:18 am
30925
Aloha I can make the buttons I found that example But I need to make a text box right by the buttons How do I do that? Rick #include <GUIConstants.au3> ...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Mar 12, 2007
8:24 am
30926
Try this: #include <GUIConstants.au3> GUICreate("Form Fillter by Rick KirkhamsEbooks.com", 450, 400) $LabelUserName = GUICtrlCreateLabel("User Name: ", 10, 10,...
valery_vi
Offline Send Email
Mar 12, 2007
10:58 am
30927
BTW. To hide password input you can replace the following line: $Password = GUICtrlCreateInput( "", 110, 40, 200, 20) to $Password = GUICtrlCreateInput( "",...
valery_vi
Offline Send Email
Mar 12, 2007
1:45 pm
30929
Hello, I am trying to write a script that builds up a file structure in a TreeView control. I then want to be able to accept additional files to the root...
Robert Walker
robert_mt_wa...
Offline Send Email
Mar 13, 2007
2:59 am
30930
Have you any code with event handler? ... TreeView control. I then want to be able to accept additional files to the root control via Drag 'n' Drop from...
valery_vi
Offline Send Email
Mar 13, 2007
5:29 am
30931
Hi, BTW. There are many comics: http://www.garfield.com/comics/comics_todays.html It would be worthy as pics for ACinema. Thus ACinema would be Daily AComics...
valery_vi
Offline Send Email
Mar 13, 2007
6:35 am
30932
One important addition: To mark the Mozilla ActiveX as safe control use the following mozactivex.reg file: Windows Registry Editor Version 5.00 ...
valery_vi
Offline Send Email
Mar 13, 2007
1:37 pm
30933
Hi Jon and AutoIt Team, Is it possible to wrap AutoIt's function set into XPCOM component http://www.mozilla.org/projects/xpcom/book/cxc/ How to write xpcom...
valery_vi
Offline Send Email
Mar 13, 2007
2:45 pm
30934
About NPAPI vs ActiveX controls see in special topic of page: http://en.wikipedia.org/wiki/NPAPI Valery ... think....
valery_vi
Offline Send Email
Mar 13, 2007
3:00 pm
30935
Hi all, I have got a strange problem :-[ I tried to calculate some Dates in the following ways: This is working: ; Julian date of today. $sJulDate =...
Stefan Lubitz
stefan@...
Send Email
Mar 13, 2007
10:06 pm
30936
This works for me: #include <Date.au3> ; Julian date of today. $sJulDate = _DateToDayValue (@YEAR, @MON, @MDAY) MsgBox(4096, "", "Todays Julian date is: " &...
valery_vi
Offline Send Email
Mar 14, 2007
5:38 am
30937
I found something strange…………………. Dim $Y, $M, $D $file = FileOpen(@ScriptDir & "\kal.txt", 0) $line = FileReadLine($file) ...
Stefan Lubitz
stefan@...
Send Email
Mar 14, 2007
7:27 am
30938
Yes. There are so many strange ones... ie If $blub is number then: $blub is equal to $blub - 0 or $blub * 1 But if $blub is text (string) then: $blub is not...
valery_vi
Offline Send Email
Mar 14, 2007
7:42 am
30939
... The func expects a number in stead of a string: Try this version: #include<date.au3> $file = FileOpen("kal.txt", 0) $line = FileReadLine($file) ...
jvdzande
Offline
Mar 14, 2007
9:50 am
30940
Hi all, is there a way to build a small Client/Server Application with AutoIt? I would like to get a small Client GUI, talking to a Server and read out some...
Stefan Lubitz
stefan@...
Send Email
Mar 14, 2007
1:33 pm
Messages 30909 - 30940 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