Results 1 to 3 of 3

Thread: Menu selection issue

  1. #1
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default Menu selection issue

    I am trying to select "Withdraw-5" from a menu. Unfortunately the option "Withdraw-500" also exists in my scenario.

    All of SRL's menu selection routines always choose 500 rather than the correct option of 5. Every time, even though 5 is above 500 reading the menu top to bottom.

    Is there a way around this?

    EDIT: Disregard. Problem went away after a reboot.
    Last edited by Bixby Sayz; 06-19-2011 at 03:35 PM.
    Never ever approach a computer saying or even thinking "I will just do this quickly".

  2. #2
    Join Date
    Aug 2007
    Location
    England
    Posts
    734
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I had a different problem but the solution was similiar.

    The menu slots are i think 50 pixels (vertically) each. So you can say Mouse(x,y+50,30,3,true); or something like that (cant remember if its plus or minus)

    Basically it will add 50 vertical pixels to where your mouse was and then click there. Selecting your chosen option every time.
    The truth finally came out...


  3. #3
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Thanks for the tip.

    In my case restarting my computer solved the issue. Was having other weird issues after posting, so tried a reboot. Voila its working. God I hate computers some days.
    Never ever approach a computer saying or even thinking "I will just do this quickly".

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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