Jump to content

taylormade

Members
  • Posts

    7
  • Joined

  • Last visited

taylormade's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I have an Free audio editor called Wave Editor http://www.wave-editor.com/ I want to be able to use Autoit to press the PLAY and STOP buttons, but when I use tht ID Tool to try to identify the buttons, the FRAME that the buttons are placed on gets outlined and that's as far as I can go. Would anybody please look at this particular problem and help me solve it. I'd love you for it. Thanks in advance.
  2. if you have a Paypal account, I can shoot you a few bucks to fix my actual code with the real stuff?
  3. nice quick response..: I'm new to AutoIT so... Are: If _PageLoaded() Then If Not _SearchForText() Then supposed to be in my code "as is" or do I need to put parameters to them. _SearchForText seems to need more info right?
  4. part of my script is: ------------------------------------------------------ If StringInStr(_IEBodyReadText($oIE), $Text, 2) = 0 and $a = 1 Then _IELinkClickByText($oIE, "Accept project") ; more code here Endif ------------------------------------------------------ What I'm doing is waiting for the page NOT to contain the text in $Text. Then it should procede to the next line: _IELinkClickByText($oIE, "Accept project") (click the button) However, there are occations when $Text is not present on the page, AND that button is NOT there either (ie: the page doesn't load fully, or a different page appears briefely) In that case, I want my script to exit the IF / Endif and just procede past it and continue the code. I want to run this in the Scite Editor for now, so I don't need any UI and such. Here is the error I'm getting when the scenario I illustrated above occurs. " Warning from function _IELinkClickByText " Can I trap that error and then get out of the IF / ENDIF section gracefully somehow? bob
  5. Not at all. I'm running for Fire Commissioner in my hometown and I want to solicit votes from town residents.
  6. I need help using AutoIT and SKYPE to do outbound automated phone calls. I have a program called TUNESUP http://www.brothersoft.com/tunesup-for-skype---freeware-43186.html That works fine to send audio through my SKYPE calls. Now I need to learn AutoIT code that will go through a list of phone numbers and call each then play an audio file. In order to work well, the script has to be able to know when the call was picked up (play the audio) and if the call was hung up before the audio has finished (cancel audio and reset for next call so as not to waste time finishing the audio to a "dead" call). If this thing could somehow detect audio at the other end, then it could also detect an answering machine and wait for silence before playing the audio. Maybe someone already has a script to do this. That would be FANTASTIC. Any and all help here would make my decade. Thanks in advance.
  7. Can someone show me the AutoIt script that will immediately close a window that appears on the desktop as soon as it appears if the Window Title and contents are known?
×
×
  • Create New...