Page 1 of 1

Transparent GUI Control Form

Posted: Sat Aug 12, 2017 8:57 am
by daniel kusnir
Hello

would it be possible to implement transparency to main control form ? .Net already support this feature, as we are able to build this forms in visual studio
example : Image

thank you

Re: Transparent GUI Control Form

Posted: Mon Aug 21, 2017 7:59 am
by davidc
Yes, you can add transparency to your existing form already. I recommend looking at the Form - Fade in Effect control set as an example:

https://info.sapien.com/index.php/guis/ ... de-in-form

Re: Transparent GUI Control Form

Posted: Fri Aug 25, 2017 8:24 am
by danielK
hi David

thanks a lot for your answer. the opacity on the load make much more sense. The fade in does not work very well as after the load it shows with 100 % and then fades down and start to rise again.

Re: Transparent GUI Control Form

Posted: Fri Aug 25, 2017 8:49 am
by davidc
If you set the Opacity in the designer to 0%, it should resolve the issue.