Jump to content

[SOLVED] Border="0" Groupbox


photo

Recommended Posts

Hey Unigine,

 

I'm re-designing atm our chat GUI.

 

The problem is, that the groupbox still renders a border. (Attached-File)

On the scrollbox I can say: border=0, in the groupbox there is no point to do this.

The setBackground is already triggerd, so the background is getting transparent.

 

Could this be implemented as a feature/bugfix?

 

Cause we're launching in a short time, is there a temp-fix available, or will be a SDK release available in the next weeks?

 

Thanks for your help at all :)

 

Best regards

Lars

post-248-0-27948600-1362128073_thumb.png

Link to comment

lars.saalbach,

 

I'm afraid such functionality will not implemented in the nearest future. But there's an easy workaround: you can use vbox with label to get the same result. Here's an example:

 

<vbox>
<label>Chat</label>
put your elements here
</vbox>

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...