Thread: How to make a larger scrolling field

Results 1 to 4 of 4
  1. #1 How to make a larger scrolling field 
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    So I ripped an interface, and I've added more bosses to the list, but the actual interface will not scroll farther down, so I cannot teleport to the new options I've added. I changed the order of some names, just to make sure it was adding them right, and they work; just having troubles finding where/if i can extend the scroll box to make it larger Here's an example.

    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
    Owner of Dawntained

    Mgt Madness's Avatar
    Join Date
    Oct 2011
    Age
    28
    Posts
    3,380
    Thanks given
    1,429
    Thanks received
    958
    Rep Power
    2168
    read through the interface code, you'll find scrollMax or something
    Attached image
    Reply With Quote  
     

  3. #3  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    Example:

    Code:
    		RSInterface scrollInterface = addTabInterface(51820);
    		scrollInterface.scrollPosition = 0;
    		scrollInterface.contentType = 0;
    		scrollInterface.width = 250;
    		scrollInterface.height = 204;
    		scrollInterface.scrollMax = 340;
    As MGT said, just simply increase scrollMax.
    Reply With Quote  
     

  4. #4  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    Quote Originally Posted by A Mage View Post
    Example:

    Code:
    		RSInterface scrollInterface = addTabInterface(51820);
    		scrollInterface.scrollPosition = 0;
    		scrollInterface.contentType = 0;
    		scrollInterface.width = 250;
    		scrollInterface.height = 204;
    		scrollInterface.scrollMax = 340;
    As MGT said, just simply increase scrollMax.

    Quote Originally Posted by Mgt Madness View Post
    read through the interface code, you'll find scrollMax or something
    Thanks y'all, couldnt find it because the interface ID was differant, both repped.
    Attached image
    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. How to make your custom title scroll.
    By Cutelilbunny in forum Forum Related Help
    Replies: 3
    Last Post: 01-29-2011, 01:42 AM
  2. [TUT] How to make a bloody text! [TUT]
    By Looted in forum Tutorials
    Replies: 11
    Last Post: 09-30-2007, 02:11 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
  •