Results 1 to 3 of 3

Thread: Help with Auto-It (JohnWPB?)

  1. #1
    Newbie
    Join Date
    Mar 2007
    Posts
    37

    Help with Auto-It (JohnWPB?)

    Here are 2 buttons that run Auto-It scripts.

    B84,720,310,080,060,"RUNQ;$skinpath$External_GPS\A ddress.exe",
    B85,720,265,080,045,"RUNQ;$skinpath$External_GPS\S hortcuts.exe",

    The top one was writen by JohnWPB. It works as does all his scripts.

    The second one was written by LS. None of his scripts will work for me. They work fine when you double click them (even with iG3 running through RR), but when RR runs them, the Auto-It tray icon appears, dissapears, and nothing else happens.

    This is LS's code:
    Code:
    Opt("WinSearchChildren", 1)
    WinActivate ("iGuidance")
    Send("{2}")
    ControlFocus ( "iGuidance", "Shortcuts", 906 )
    ControlClick ( "", "Shortcuts", 906 )
    I do not have JohnWPB's code.

    1) How do I make scripts that work through RR?
    2) WTF is the diff between running through RR and double clicking?

  2. #2
    Newbie
    Join Date
    Mar 2007
    Posts
    37
    Related question:

    Code:
    B89,720,075,080,060,"ACTIVATE;$gpsname$||SENDKEY;%TR",@ACTIVATE;$gpsname$||SENDKEY;%TD@
    B88,720,135,080,060,"ACTIVATE;$gpsname$||SENDKEY;%FL",@ACTIVATE;$gpsname$||SENDKEY;%FR@
    The first button sends Alt-T, R on a press, but does nothing on a hold instead of sending Alt-T, D as it should.

    The second button sends Alt-F, L on a press, but sends Alt-V, R on a hold instead of Alt-F, R as it should.

    What gives?

  3. #3
    SMKFree liquid_smoke's Avatar
    Join Date
    Aug 2003
    Location
    Chicago
    Posts
    4,842
    most of my scripts are integrated to work with my skin and usually require some extra work to get them to work outside of my skin. Check my ExecTBL.ini for support code for any script i wrote to see how im running it from RR and if im sending any additional data to the script before i run it. With that said, the above code looks fine to me. Me and JohnWPB actually share a lot of code and sometimes write it together so his code likely is structured the same way as above. Control clicks aren't that reliable though, sometimes they work perfect and sometimes they wont. Off hand i dont remember what the control id 906 is for, so what are you trying to do specifically?
    01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
    01101101 01101111 01101011 01100101

    beer replenishment fund
    http://www.mp3car.com/vbulletin/rr-faq/
    mp3car live search

    i have joost invites, just hit me up for one.

Similar Threads

  1. Chuck's Skins lots of pics Update 7-16-07
    By Chuck in forum RR Released Skins
    Replies: 297
    Last Post: 11-10-2011, 08:22 PM
  2. Auto Power On 619 Lilliput - Programing Guide
    By Anointed in forum LCD/Display
    Replies: 148
    Last Post: 10-23-2010, 06:26 AM
  3. Auto Disconnect From Cell Phone Without Delay......Is This Possible?
    By jmciver in forum Wireless Communications
    Replies: 0
    Last Post: 12-16-2006, 01:56 PM
  4. Auto DJ function proposal.
    By kid320 in forum Media Engine
    Replies: 6
    Last Post: 07-26-2004, 06:35 PM
  5. Auto DJ function proposal... opinions?
    By kid320 in forum Software & Software Development
    Replies: 1
    Last Post: 07-26-2004, 11:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •