Results 1 to 1 of 1

Thread: Run~Time Error : Text.Scar

  1. #1
    Join Date
    Nov 2009
    Location
    Seattle, WA
    Posts
    589
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Run~Time Error : Text.Scar

    Im getting this Runtime error.
    SCAR Code:
    [Runtime Error] : Exception: Canvas does not allow drawing in line 280 in script C:\Program Files\SCAR 3.22\includes\SRL\SRL\Core\Text.scar

    I got it after the UpText Updated =.../.

    SCAR Code:
    {*******************************************************************************
    function GetUpText: String;
    By: Freddy1990
    Description: Returns text in upperleft corner.
    *******************************************************************************}


    function GetUpText: string;
    begin
      {$IFDEF SCAR322_UP}
      Result := rs_GetUpText;
      {$ELSE}
      Result := rs_GetUpTextAt(8, 8, 25);
      {$ENDIF}
    end;

    Line 280 is
    SCAR Code:
    Result := rs_GetUpText;

    Also, is the Uptext fully functional? It works like 20% of the time with WaitUpText('ocks', 600+Random(200));
    Last edited by Heavenguard; 12-27-2009 at 09:11 PM.
    Don't Troll, Don't Fight, Just keep the Respect
    Status : Offline

    Feel free to re-make my scripts ;D
    Community Member

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
  •