Results 1 to 1 of 1

Thread: [Simba][SMART][SRL][CORE] -Bug: KeyDown(13) KeyUp(13) PressKey(13) dosn't press enter

  1. #1
    Join Date
    Oct 2012
    Location
    Italy
    Posts
    145
    Mentioned
    0 Post(s)
    Quoted
    44 Post(s)

    Exclamation [Simba][SMART][SRL][CORE] -Bug: KeyDown(13) KeyUp(13) PressKey(13) dosn't press enter

    Simba Code:
    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}
    begin
        SetupSRL;
        wait(1500);

        KeyDown(13); // Presses the 'ENTER' key. (Does not work).
        wait(RandomRange(50, 100));
        KeyUp(13);
        wait(1500);
    end.

    This code doesn't press ENTER on the keyboard... I've tried to confirm the amount of items to sell at the G.E. and it didn't work. Why?

    E1: I think this is not a SRL issue.. Is it Simba?

    E2: If I use SendByte I can make it press enter.
    Last edited by Zorgatone; 02-07-2013 at 02:12 AM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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