Thread: (pi) logout button dont work

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 (pi) logout button dont work 
    Registered Member
    Join Date
    Oct 2012
    Posts
    116
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    the little x on my pi source does not work people have to exit out the client to log out how do i fix the logout button?
    Reply With Quote  
     

  2. #2  
    Working on private projects ~~

    Join Date
    Oct 2012
    Posts
    268
    Thanks given
    17
    Thanks received
    17
    Rep Power
    33
    I think this problem is client related. You might wanna try the help section there.
    Reply With Quote  
     

  3. #3  


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    9,688
    Thanks given
    1,752
    Thanks received
    3,103
    Rep Power
    5000
    base?
    All the best,
    Wiki




    coming soon
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2012
    Posts
    116
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Oct 2012
    Posts
    116
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    the server ingame x log out button does not work
    Reply With Quote  
     

  6. #6  
    Registered Member
    Sieu's Avatar
    Join Date
    Dec 2011
    Age
    30
    Posts
    1,167
    Thanks given
    186
    Thanks received
    131
    Rep Power
    160
    maybe add the logout method to the click id of the x button?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Oct 2012
    Posts
    116
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by MMMM View Post
    maybe add the logout method to the click id of the x button?
    yah but how!? :O any guides on this??
    Reply With Quote  
     

  8. #8  
    Registered Member
    Sieu's Avatar
    Join Date
    Dec 2011
    Age
    30
    Posts
    1,167
    Thanks given
    186
    Thanks received
    131
    Rep Power
    160
    spam click your x button, and see what case id it spams out into the cmd, thats the number you're looking for in the server. and find the case id in clickingbuttons class

    and add c.logout(); so it looks like this

    Code:
    case ####:
    c.logout();
    break;
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Oct 2012
    Posts
    116
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    i did that still does not work
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Oct 2012
    Posts
    116
    Thanks given
    6
    Thanks received
    0
    Rep Power
    11
    nothing happens when i click it the button does not even highlight red it is just like it is there to be there
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. logout button dont work
    By R4nger 0wnz in forum Help
    Replies: 2
    Last Post: 12-26-2009, 09:22 PM
  2. logout button dont work,
    By R4nger 0wnz in forum Help
    Replies: 5
    Last Post: 12-22-2009, 05:07 PM
  3. logout dont work,
    By R4nger 0wnz in forum Help
    Replies: 0
    Last Post: 12-21-2009, 05:09 PM
  4. logout dont work,
    By R4nger 0wnz in forum Help
    Replies: 2
    Last Post: 12-20-2009, 08:04 PM
  5. Replies: 3
    Last Post: 09-24-2009, 06:38 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •