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...
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)...
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...
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...
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....
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...
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 ...
... 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...
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...
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...
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...
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> ...
BTW. To hide password input you can replace the following line: $Password = GUICtrlCreateInput( "", 110, 40, 200, 20) to $Password = GUICtrlCreateInput( "",...
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...
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...
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...
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...
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@...
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: " &...
I found something strange…………………. Dim $Y, $M, $D $file = FileOpen(@ScriptDir & "\kal.txt", 0) $line = FileReadLine($file) ...
Stefan Lubitz
stefan@...
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...
... The func expects a number in stead of a string: Try this version: #include<date.au3> $file = FileOpen("kal.txt", 0) $line = FileReadLine($file) ...
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...