It is currently 26 Nov 2009, 16:03

Welcome
Welcome to the SDB Engine Forum!
You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, <a href="/profile.php?mode=register">join our community today</a>!


Post a new topicPost a reply Page 1 of 1   [ 3 posts ]
Author Message
 Post subject: ... earase the box around labels
PostPosted: 02 Nov 2008, 23:52 

Joined: 27 May 2008, 19:38
Posts: 67
Location: Dresden / Germany
Hi Fabio,

how can I make the box that is around labels disappear?

Thanks in advance,
Micha

_________________
CD32 + SX1; AmiKit (WinUAE) + OS3.9


Top
 Profile  
 
 Post subject: Re: ... earase the box around labels
PostPosted: 03 Nov 2008, 09:32 
Site Admin
User avatar

Joined: 22 Mar 2007, 22:50
Posts: 111
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!!
:)


Top
 Profile  
 
 Post subject: Re: ... earase the box around labels
PostPosted: 03 Nov 2008, 19:19 

Joined: 27 May 2008, 19:38
Posts: 67
Location: Dresden / Germany
Same here, I haven't read the manual correctly ... :-(

Thanks a lot!

_________________
CD32 + SX1; AmiKit (WinUAE) + OS3.9


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 1   [ 3 posts ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron