Thread: Adding Achievements Tab Having problems! Help!

Results 1 to 9 of 9
  1. #1 Adding Achievements Tab Having problems! Help! 
    Registered Member
    Join Date
    Dec 2014
    Posts
    72
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    So im having a simple problem I just need to to be able to make the achievement tab clickable I can do the rest I don't know why im having such trouble with this heres the picture. My Source is Simplicity/Project insanity

    THANK YOU!

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2014
    Posts
    72
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    just a quick bump I would like to get this resolved
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2014
    Posts
    72
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    sorry for the bump after bump just tryin to get this working thanks!!
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2014
    Posts
    72
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    ugh sorry for the bump again can no1 tell me how to do this?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2014
    Posts
    72
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    bump...... does nobody know how to do this or something?
    Reply With Quote  
     

  6. #6  
    R.I.P. Alex


    Join Date
    Nov 2014
    Age
    27
    Posts
    137
    Thanks given
    1
    Thanks received
    24
    Rep Power
    139
    You can only bump once a day, also you need to be more clear.. If you want to know how to make something clickable for example "view rules" it's managed in clickingbuttons.java
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Dec 2014
    Posts
    72
    Thanks given
    1
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Saeed View Post
    You can only bump once a day, also you need to be more clear.. If you want to know how to make something clickable for example "view rules" it's managed in clickingbuttons.java
    I don't think I can say it much better than I did? If you could be more clear that would be fantastic
    Reply With Quote  
     

  8. #8  
    R.I.P. Alex


    Join Date
    Nov 2014
    Age
    27
    Posts
    137
    Thanks given
    1
    Thanks received
    24
    Rep Power
    139
    Quote Originally Posted by riesefelman View Post
    If you could be more clear that would be fantastic
    Place some text in the tab for example "rules", click it and a number will appear in your server console for example "300", you will need to make a case for the number 300 and then make it do whatever you want it to do..

    Example: (showing you how to make an interface pop up)
    Code:
    case 300:
    c.getPA().showinterface("interfacenumber");
    break;
    If you have hover buttons for example "Agree" you need to add this code to your clickingbuttons class:

    Example:
    Code:
    case "number":
    		c.getPA().closeAllWindows();
    		c.sendMessage("Thank you for reading our rules....");
    		break;
    That code above will allow the user to click agree and it will close the interface.
    Reply With Quote  
     

  9. Thankful user:


  10. #9  
    Banned
    Join Date
    Apr 2014
    Posts
    869
    Thanks given
    515
    Thanks received
    202
    Rep Power
    0
    Quote Originally Posted by Saeed View Post
    Place some text in the tab for example "rules", click it and a number will appear in your server console for example "300", you will need to make a case for the number 300 and then make it do whatever you want it to do..

    Example: (showing you how to make an interface pop up)
    Code:
    case 300:
    c.getPA().showinterface("interfacenumber");
    break;
    If you have hover buttons for example "Agree" you need to add this code to your clickingbuttons class:

    Example:
    Code:
    case "number":
    		c.getPA().closeAllWindows();
    		c.sendMessage("Thank you for reading our rules....");
    		break;
    That code above will allow the user to click agree and it will close the interface.
    This will not help him one single bit,

    What you need to do is set the sidebarinterface @client.java server sided Initalize method
    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. Replies: 0
    Last Post: 07-05-2014, 04:11 AM
  2. Achievement Tab Shop Problem Need Help
    By Blitzscape in forum Help
    Replies: 0
    Last Post: 01-07-2012, 12:34 AM
  3. Please help! Vba on vbulletin [ having problems]
    By Geepow in forum Website Development
    Replies: 3
    Last Post: 11-09-2009, 01:52 AM
  4. Help with adding options tab.
    By Philz in forum Help
    Replies: 2
    Last Post: 07-12-2009, 02:40 AM
  5. Replies: 0
    Last Post: 04-11-2009, 04:10 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
  •