| SDB Engine http://sdb.freeforums.org/ |
|
| ... earase the box around labels http://sdb.freeforums.org/earase-the-box-around-labels-t31.html |
Page 1 of 1 |
| Author: | Clyde [ 02 Nov 2008, 23:52 ] |
| Post subject: | ... earase the box around labels |
Hi Fabio, how can I make the box that is around labels disappear? Thanks in advance, Micha |
|
| Author: | Allanon [ 03 Nov 2008, 09:32 ] |
| Post subject: | Re: ... earase the box around labels |
Quite simple, if you want to erase the box for all labels, before label declareations set this: Code: scui.theme.Label_Bevel.Type = #BEVELTYPE_NONE After this line all label you will create will be without the box. If you want to erase the box for an already created label you have to use the command <scui.Set> as follow: Code: scui.Set("you_label_name", { Bevel = { Type = #BEVELTYPE_NONE } }, 1) That's all, hope this helps!! |
|
| Author: | Clyde [ 03 Nov 2008, 19:19 ] |
| Post subject: | Re: ... earase the box around labels |
Same here, I haven't read the manual correctly ... Thanks a lot! |
|
| Page 1 of 1 | All times are UTC + 1 hour |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|