scrollbar in blitz3d :S

Blitz3D Forums/Blitz3D Programming/scrollbar in blitz3d :S

GC-Martijn(Posted 2003) [#1]
H!

I only have blitz3D, and the code I use does only print text nothing else.

And the problem is: to much text for the window so I can't see everything and making the window bigger isn't a option.

Is there a way to make a windows like scrollbar ?
I searched in the forums and code's but find nothing.

(A vertical scrollbar)


semar(Posted 2003) [#2]
There's some nice Blitz Gui flying around here, and at BlitzCoder...

Do a search.

Sergio.


RFBcsa(Posted 2003) [#3]
GC, a BB3D window will never show a scrollbar.

What you can do is write the output text to a variable and then use that to display the text on the screen, together with a homemade scrollbar it would then be able to scroll through the text. Or simpler, you can add key control to scroll up and down.