Thread: Have you guys noticed your scrollbars aren't correct?

Results 1 to 6 of 6
  1. #1 Have you guys noticed your scrollbars aren't correct? 
    Donator

    Ecstasy's Avatar
    Join Date
    Sep 2008
    Age
    29
    Posts
    5,031
    Thanks given
    324
    Thanks received
    596
    Rep Power
    843
    Just saying, when you have an interface, there shouldn't be a scroll bar on it, however if you can add things to it, (such as names) you should be able to scroll down. But the more you have added the smaller the scrollbar should be. Right now every scroll bar i've seen is just a really small one, and you can scroll all the way down without having anything on it.

    Reply With Quote  
     

  2. #2  
    Log out, please.

    Georgio's Avatar
    Join Date
    Apr 2009
    Posts
    1,430
    Thanks given
    212
    Thanks received
    50
    Rep Power
    1585
    MHm true
    but some clients or people have it fixed ;D
    Reply With Quote  
     

  3. #3  
    Derp.
    BenjaR's Avatar
    Join Date
    May 2008
    Age
    29
    Posts
    2,083
    Thanks given
    167
    Thanks received
    125
    Rep Power
    915
    I think I get what you mean. Taking the friends list for example, the 200 texts are on the interface already but have a blank text string so you can't tell they're there ofc. There is an array if I'm not mistaken for the friends you have or something similar, there is also a code which changes the scrollMax according to how many friends you have.

    People with scrollbars like you described either don't know how to do properly it or haven't bothered trying.
    Hope that answered your question >.<

    EDIT:
    Code:
            if(j == 203)
            {
                int i1 = friendsCount;
                if(anInt900 != 2)
                    i1 = 0;
                class9.scrollMax = i1 * 15 + 10;
                if(class9.scrollMax <= class9.height)
                    class9.scrollMax = class9.height + 1;
                return;
            }
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    May 2008
    Posts
    140
    Thanks given
    39
    Thanks received
    13
    Rep Power
    176
    Quote Originally Posted by βeηjαmiη ♥ View Post
    I think I get what you mean. Taking the friends list for example, the 200 texts are on the interface already but have a blank text string so you can't tell they're there ofc. There is an array if I'm not mistaken for the friends you have or something similar, there is also a code which changes the scrollMax according to how many friends you have.

    People with scrollbars like you described either don't know how to do properly it or haven't bothered trying.
    Hope that answered your question >.<

    EDIT:
    Code:
            if(j == 203)
            {
                int i1 = friendsCount;
                if(anInt900 != 2)
                    i1 = 0;
                class9.scrollMax = i1 * 15 + 10;
                if(class9.scrollMax <= class9.height)
                    class9.scrollMax = class9.height + 1;
                return;
            }
    What the OP is trying to say is that when you have an interface with a scrollbar on it with text for example, if there is no text, the bar should be filled and you can't scroll, and then the more texts you add the smaller the scroller gets and the more you can scroll down.
    Reply With Quote  
     

  5. #5  
    Derp.
    BenjaR's Avatar
    Join Date
    May 2008
    Age
    29
    Posts
    2,083
    Thanks given
    167
    Thanks received
    125
    Rep Power
    915
    Quote Originally Posted by super_ownage_kitteh View Post
    What the OP is trying to say is that when you have an interface with a scrollbar on it with text for example, if there is no text, the bar should be filled and you can't scroll, and then the more texts you add the smaller the scroller gets and the more you can scroll down.
    and I pretty much explained why you douche
    People with scrollbars like you described either don't know how to do properly it or haven't bothered trying.
    I even posted the example of the scrollMax being change according to the status of the texts so think before you post ok?
    Reply With Quote  
     

  6. #6  
    Donator

    Ecstasy's Avatar
    Join Date
    Sep 2008
    Age
    29
    Posts
    5,031
    Thanks given
    324
    Thanks received
    596
    Rep Power
    843
    I understand now, thanks for answering me Ben.

    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •