Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Another Question, Scrolling

Status
Not open for further replies.

Xenophobia

Technical User
Joined
Apr 7, 2003
Messages
18
Location
US
Now I want to align all my text underneath a certain category, but there are 4 categories. Date, Time, result, company, are the four categories. So at first i made one text box and tried to align them with the spacebar, but it wouldn't align perfectly underneath it's category because of differentiating spaces between certain letters.

Date Time
3-15 4:25
10-24 8:48

So what I did was create each category it's own text box, to keep it aligned, but I want to have a scroll bar scroll all the boxes, is there a way to do this?
 
Use a scrollpane. Regards,

cubalibre2.gif
 
Yeah but I cant find out how the scroll pane scrolls the multiple texts, i cant even get it to scroll one text =(
 
just build your own scrollbar and dont use the component

at its simplest a down arrow made into a button

on (release) {
text1.scroll ++
text2.scroll ++
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top