Results 1 to 3 of 3

Thread: Changing NXT Client Size Causing Issues

  1. #1
    Join Date
    Jun 2014
    Location
    Oklahoma
    Posts
    336
    Mentioned
    22 Post(s)
    Quoted
    231 Post(s)

    Default Changing NXT Client Size Causing Issues

    I'm trying to update SRL-6 to work with the nxt client. I have able to login (kinda) and detect the client. SetupSRL; works.

    So the issue happens between the login screen and lobby/gameplay screen. The client size changes. This image shows whats happening.

    In the bottem one the client dimensions are 1008,662 and the top one they are 1008,730 and the window size is unchanged.

    After the client size changes calls like this
    Simba Code:
    FindColorsTolerance(TPA, 14197278, getClientBounds(), 60, ColorSetting(1));
    cause an access violation. (That particular line is from skipemailScreen. The first call to getClientBounds after the change)

    I don't understand why it causes a violation. GetClientBounds() still works after the size and gives the new dimensions just fine.

    What can I do about this?

  2. #2
    Join Date
    Jun 2014
    Location
    Oklahoma
    Posts
    336
    Mentioned
    22 Post(s)
    Quoted
    231 Post(s)

    Default

    Another thought I had, could selecting the entire window as the client work? Not a solution to the problem but a way around it.

    Like this: selecting the whole window on top.


  3. #3
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Best bet is to recreate the target programatically.
    I am Ggzz..
    Hackintosher

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
  •