Thread: This is going to drive me nuts... help!?

Results 1 to 3 of 3
  1. #1 This is going to drive me nuts... help!? 
    Registered Member
    Join Date
    Apr 2009
    Posts
    38
    Thanks given
    1
    Thanks received
    1
    Rep Power
    0
    So I'm trying to code my owns ource from a cleaned PI, so it has nothing in it. I've noticed that when you level up and it shows the dialogue of congratulating you for leveling up in the chatbox, there is a continue button to get rid of this Dialogue. When I press it the word Continue changes to "Please Wait.." I've been looking around my code for this for a few hours now and cannot figure out how to make that continue button return me to the chatbox, whenever I move it goes away, but I want the button to work. If anyone could help, I'd rep.
    Reply With Quote  
     

  2. #2  
    Donator
    irdanknight's Avatar
    Join Date
    Mar 2012
    Age
    28
    Posts
    146
    Thanks given
    4
    Thanks received
    6
    Rep Power
    11
    The code isn't closing the interface..


    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2013
    Posts
    10
    Thanks given
    0
    Thanks received
    21
    Rep Power
    4
    Find the actionbuttonId for it and put under the switch as:
    Code:
    case ####:
    c.getPA().closeAllWindows();
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. This is starting to piss me off
    By Skater in forum Help
    Replies: 11
    Last Post: 11-06-2012, 01:38 AM
  2. Replies: 5
    Last Post: 09-29-2010, 03:36 AM
  3. I see.. This is going to be bad.
    By Eskwyre in forum Chat
    Replies: 0
    Last Post: 11-28-2009, 04:46 AM
  4. This is going to be dumb
    By Dennis in forum Help
    Replies: 6
    Last Post: 02-09-2009, 01:50 PM
  5. Replies: 2
    Last Post: 08-01-2008, 08:07 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •