| DustyPorViva |
08-14-2009 05:42 AM |
profile.border = 5
Quote:
Originally Posted by wiki.graal.net
border - integer (1..5):
0 - no border
1 - single-color border using bordercolor
2 - rectangle using white and bordercolorna
3 - lowered rectangle using white, fillcolor and bordercolorna
4 - raised rectangle using white, black and bordercolor
5 - bitmap border
|
It says 5 sets it to a bitmap border. But how exactly do I define such bitmap? Profile.bitmap changes the bitmap of the control itself... so any ideas?
Right now I'm using a scroll GUI, and the image itself has what look like borders, but setting it to 5 just makes the border invisible and does not use the borders from the image.
|