Thread: Note Tab

Results 1 to 7 of 7
  1. #1 Note Tab 
    Registered Member Queer's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    781
    Thanks given
    210
    Thanks received
    33
    Rep Power
    33
    I want to remove that in the middle of the note tab, tried looking through other sprites but I can't find out how to remove it. Will REP+
    Reply With Quote  
     

  2. #2  
    Registered Member
    Freezia's Avatar
    Join Date
    Feb 2011
    Posts
    5,869
    Thanks given
    1,145
    Thanks received
    757
    Rep Power
    1309
    InsidiaX v2 right?


    Click above to get the cheapest WEB HOSTING options! We also provide VIRTUAL PRIVATE SERVERS (VPS)! Now equipped with DDOS Protection.


    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    May 2011
    Posts
    1,010
    Thanks given
    78
    Thanks received
    64
    Rep Power
    0
    Code:
    public static void note(RSFont[] tda) {
    		RSInterface tab = addTabInterface(173);
    		addSprite(17351, 0, "Interfaces/Notes/NOTE");
    		addHoverButton(17352, "Interfaces/Notes/NOTE", 1, 200, 30, "Add note", -1, 17353, 1);
    		addHoveredButton(17353, "Interfaces/Notes/NOTE", 2, 200, 30, 17354);
    		addHoverButton(17355, "Interfaces/Notes/NOTE", 3, 200, 30, "Delete all", -1, 17356, 1);
    		addHoveredButton(17356, "Interfaces/Notes/NOTE", 4, 200, 30, 17357);
         	addText(13800, "No notes", tda, 0, 0xffffff, false, true);
         	//addText(17820, "Notes", tda, 1, 0xFF981F, true, false);
    		//addText(17822, "Delete", tda, 1, 0xFF981F, true, false);
    		addText(17823, "", tda, 0, 0xff981f, false, true);
    		addText(17824, "", tda, 0, 0xff981f, false, true);
    		tab.totalChildren(6);
    		tab.child(0, 17351, 0, 0);
    		tab.child(1, 17352, 8, 2);
    		tab.child(2, 17353, 8, 2);
    		tab.child(3, 17355, 165, 237);
    		tab.child(4, 17356, 165, 237);
    		tab.child(5, 13800, 68, 78);
    		//tab.child(6, 17820, 92, 8);
    		//tab.child(7, 17822, 94, 231);
    		tab = addTabInterface(14000);
    		tab.width = 474;
    		tab.height = 213;
    		tab.scrollMax = 305;
    		for(int i = 14001; i <= 14030; i++){
    		addText(i, "", tda, 1, 0xffffff, false, true);
    		}
    		tab.totalChildren(30);
    		int Child = 0;
    		int Y = 5;
    		for(int i = 14001; i <= 14030; i++){
    		tab.child(Child, i, 248, Y);
    		Child++;
    		Y += 13;
    		}
    	}
    Reply With Quote  
     

  4. #4  
    Registered Member Queer's Avatar
    Join Date
    Aug 2008
    Age
    28
    Posts
    781
    Thanks given
    210
    Thanks received
    33
    Rep Power
    33
    Quote Originally Posted by Freezia View Post
    InsidiaX v2 right?
    Yes.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Freezia's Avatar
    Join Date
    Feb 2011
    Posts
    5,869
    Thanks given
    1,145
    Thanks received
    757
    Rep Power
    1309
    Quote Originally Posted by yonacool View Post
    Code:
    public static void note(RSFont[] tda) {
    		RSInterface tab = addTabInterface(173);
    		addSprite(17351, 0, "Interfaces/Notes/NOTE");
    		addHoverButton(17352, "Interfaces/Notes/NOTE", 1, 200, 30, "Add note", -1, 17353, 1);
    		addHoveredButton(17353, "Interfaces/Notes/NOTE", 2, 200, 30, 17354);
    		addHoverButton(17355, "Interfaces/Notes/NOTE", 3, 200, 30, "Delete all", -1, 17356, 1);
    		addHoveredButton(17356, "Interfaces/Notes/NOTE", 4, 200, 30, 17357);
         	addText(13800, "No notes", tda, 0, 0xffffff, false, true);
         	//addText(17820, "Notes", tda, 1, 0xFF981F, true, false);
    		//addText(17822, "Delete", tda, 1, 0xFF981F, true, false);
    		addText(17823, "", tda, 0, 0xff981f, false, true);
    		addText(17824, "", tda, 0, 0xff981f, false, true);
    		tab.totalChildren(6);
    		tab.child(0, 17351, 0, 0);
    		tab.child(1, 17352, 8, 2);
    		tab.child(2, 17353, 8, 2);
    		tab.child(3, 17355, 165, 237);
    		tab.child(4, 17356, 165, 237);
    		tab.child(5, 13800, 68, 78);
    		//tab.child(6, 17820, 92, 8);
    		//tab.child(7, 17822, 94, 231);
    		tab = addTabInterface(14000);
    		tab.width = 474;
    		tab.height = 213;
    		tab.scrollMax = 305;
    		for(int i = 14001; i <= 14030; i++){
    		addText(i, "", tda, 1, 0xffffff, false, true);
    		}
    		tab.totalChildren(30);
    		int Child = 0;
    		int Y = 5;
    		for(int i = 14001; i <= 14030; i++){
    		tab.child(Child, i, 248, Y);
    		Child++;
    		Y += 13;
    		}
    	}
    Did this fix your problem?


    Click above to get the cheapest WEB HOSTING options! We also provide VIRTUAL PRIVATE SERVERS (VPS)! Now equipped with DDOS Protection.


    Reply With Quote  
     

  6. #6  
    Registered Member
    Freezia's Avatar
    Join Date
    Feb 2011
    Posts
    5,869
    Thanks given
    1,145
    Thanks received
    757
    Rep Power
    1309
    NVm found the fix...

    In rsinterface find this and comment it out

    for(int i = 14001; i <= 14030; i++){
    addText(i, "", tda, 1, 0xffffff, false, true);
    }


    Click above to get the cheapest WEB HOSTING options! We also provide VIRTUAL PRIVATE SERVERS (VPS)! Now equipped with DDOS Protection.


    Reply With Quote  
     

  7. #7  
    Registered Member
    Lennard's Avatar
    Join Date
    Mar 2010
    Posts
    926
    Thanks given
    0
    Thanks received
    234
    Rep Power
    274
    Quote Originally Posted by Freezia View Post
    NVm found the fix...

    In rsinterface find this and comment it out

    for(int i = 14001; i <= 14030; i++){
    addText(i, "", tda, 1, 0xffffff, false, true);
    }
    That just removes the text lines?
    Just find the ID thats being overwritten and change it.
    [Only registered and activated users can see links. ]
    The greatest upcoming OSRS PK server
    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. [PI] Adding a note tab for banking
    By barbie PKZ in forum Help
    Replies: 1
    Last Post: 10-04-2011, 03:01 PM
  2. [PI] Note dupe- new?
    By sketzo in forum Help
    Replies: 2
    Last Post: 02-20-2011, 01:30 PM
  3. Help With Note Making
    By Proffessor Oak in forum Help
    Replies: 0
    Last Post: 12-20-2009, 09:57 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
  •