View Single Post
  #1  
Old 08-14-2009, 05:42 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
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.
Reply With Quote