Unfortunately my AutoIT application falls over when reading an input on an IE form which has a value which is null ... such as: <INPUT TYPE="TEXT" NAME="Data4"...
I found it was an AutoIT bug caused by having the following directive: #AutoIT3Wrapper_UseAnsi=y in the header section of my script. Commenting this out allows...
I found it was an AutoIT bug caused by having the following directive: #AutoIT3Wrapper_UseAnsi=y in the header section of my script. Commenting this out allows...
Hello, I used a random number script that defined a random variable, waited 15 seconds and then wrote it to a file. I had a very interesting result when I held...
Simon Jaeger
simon4599@...
Aug 10, 2007 12:12 am
31306
here's the deal. if AutoIt is initializing with srand, you may not be getting the best results. I can write something real quick, (a dll), that will allow you...
Littlefield, Tyler
compgeek13@...
Aug 10, 2007 1:11 am
31307
sure, as long as it doesn't have too many crazy params and it's easy to use. I don't really mind much, it's more out of curiocity, since I was wondering if the...
Simon Jaeger
simon4599@...
Aug 10, 2007 10:02 am
31308
hello, I am designing a rather large project in AutoIt called VSM, virtual sound mixer. It basically allows you to mix virtually unlimited numbers of sounds...
Simon Jaeger
simon4599@...
Aug 10, 2007 12:53 pm
31309
You forgot to add link, I think. About BASS library: http://www.un4seen.com/ Valery ... sound mixer. It basically allows you to mix virtually unlimited numbers...
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...
Aug 10, 2007 1:48 pm
31311
Now I found this example of bassmod library using by AutoIt on Russian forum (special credit to author of it!): http://forum.oszone.net/post-533858.html This...
well, if you need it, I'll do it. if not... Let me know. :) Thanks, Tyler Littlefield. Vertigo head coder "My programs don't have bugs, just randomly added...
Littlefield, Tyler
compgeek13@...
Aug 10, 2007 6:36 pm
31314
you're able to wrap things in audiere. I am not sure why com breaks, but I don't think audiere will do the same thing; we converted to audiere for a media...
Littlefield, Tyler
compgeek13@...
Aug 10, 2007 6:46 pm
31315
I tried the following to attempt to list all the valuenames under "Run" but it doesn't work: MsgBox(4096, "Startup Items Are:", RegRead ...
absolutly, the function is RegEnumKey Thanks, Tyler Littlefield. Vertigo head coder "My programs don't have bugs, just randomly added features." msn:...
Littlefield, Tyler
compgeek13@...
Aug 11, 2007 2:22 pm
31317
I prefer bass, but if this will work, then I could sell this. How would I go about doing that? Simon P.S. That bass media player doesn't seem to work. I copied...
Simon Jaeger
simon4599@...
Aug 12, 2007 9:38 pm
31318
audiere wrapper. Thanks, Tyler Littlefield. Vertigo head coder "My programs don't have bugs, just randomly added features." msn: compgeek134@... email:...
Littlefield, Tyler
compgeek13@...
Aug 12, 2007 10:22 pm
31319
Hello, I am working on a rather large project that is called virtual sound mixer. If anyone knows what JFW is this should help a little, but anyways, JFW is a...
Simon Jaeger
simon4599@...
Aug 14, 2007 1:28 am
31320
Execute this simple program, it proves my point. AutoIt team, you may wish to check whatever library is used for mathematical calculations. This seems to be...
Simon Jaeger
simon4599@...
Aug 14, 2007 3:27 am
31321
um? what point are we trying to proove? Thanks, Tyler Littlefield. Vertigo head coder "My programs don't have bugs, just randomly added features." msn:...
Littlefield, Tyler
compgeek13@...
Aug 14, 2007 4:04 am
31322
didn't my last message come through? I'm making this mixer application with volume, pan, and all that, and it interfaces to jfw. When I turn up and down the...
Simon Jaeger
simon4599@...
Aug 14, 2007 4:07 am
31323
#include <iostream> #include <cstdlib> using namespace std; int main(void) { float x; x=0.000f; int counter; for (counter=0;counter < 50;counter++) { ...
Littlefield, Tyler
compgeek13@...
Aug 14, 2007 4:08 am
31324
that works ... if you want a nice counter. Only, my program needs one in autoit. Can you make a dll or something that lets you add, subtract, multiply, or...
Simon Jaeger
simon4599@...
Aug 14, 2007 4:21 am
31325
Jon wrote: http://www.autoitscript.com/forum/index.php?&showtopic=19717&st=255&start=255 " Reissued 3.2.5.4 with a fixed ie.au3 include. " I have problem with...
We had to test an application which consists of Checked or Unchecked Menu items Can we get the status of the Menu Items using the AutoIt tool. Thanks, Mahima ...
I've no idea what ur doing. Comaudio works fine for me. It may have come through; I don't read every message. Thanks, Tyler Littlefield. Vertigo head coder "My...
Littlefield, Tyler
compgeek13@...
Aug 14, 2007 1:54 pm
31328
As for VB application, there is only way. You have to make OCR for check mark menu item, I think. Valery ... http://mrd.mail.yahoo.com/dc/landing...
After Beta 3.2.5.2 (9th August 2007) (Beta): " .. - Changed: IconId in all GUI functions is coherent with the actual GUICtrlSetImage() for icon control. .. " ...