Jump to content

Scrollpanes [Solved]


Headshot4Fun

Recommended Posts

So, i was wondering how they do work. Because no matter what i tried, no results. So, is there an exemple about how to create a scrollpane, make it work with a scroolbar and add an label in the scrollpane please.

I Tried wiki but seems imposible to understand + i don't speak english very right :/

Edit: Oh, now i understand, i tryed this by myself, if you want to learn to try this, admins, close topic please. You can run this on runcode, its on the wiki.

crun window = guiCreateWindow(5,5,130,150,"",false) 
scrollpane = guiCreateScrollPane(0,0,130,150,false,window) 

crun for i=0,20 do guiCreateLabel(5,i*20,90,20,"Headshot4Fun x"..i,false,scrollpane) end 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...