Results 1 to 4 of 4

Thread: Chatbox problem

  1. #1
    Join Date
    Sep 2014
    Posts
    74
    Mentioned
    2 Post(s)
    Quoted
    34 Post(s)

    Default Chatbox problem

    Hey,

    I've been trying to read text from the chat box for a couple days now, but I'm having problems.

    I tried using the function TRSChatbox.findAnyText (As said on the docs part of villavu) - Only to find that the function didn't exist, and that the real name was TRSChatbox.findText. I though 'Great! I can finally get this working' - Nuh huh, it opened the chatbox.simba file and I had the following error:


    Error: Access violation at line 140

    Line 140 is: result := intToBox(self.x1+3, self.y1 + 68, self.x2-20, self.y2-22);

    Any ideas how I can fix this?

    Thanks.

  2. #2
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Simba Code:
    TRSChatbox.findText(['text']);
    is not correct. ill leave it up to you to determine what is.

  3. #3
    Join Date
    Sep 2014
    Posts
    74
    Mentioned
    2 Post(s)
    Quoted
    34 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    Simba Code:
    TRSChatbox.findText(['text']);
    is not correct. ill leave it up to you to determine what is.
    Chatbox.findText(['text']); ?

  4. #4
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Quote Originally Posted by TomTop View Post
    Chatbox.findText(['text']); ?

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
  •