Page 1 of 1

[Solved] Invisible Button on the border (FrameWindow)

Posted: Sat Apr 29, 2017 22:38
by Milerius
Hello, i'm currently trying to implement my own frameWindow, button etc

My goal it's to render something like this :

Image

but when i try to put a button accross the border of the window , the button don't seems rendered ... :
Image

What can i do for solve this ? change the lookNfeel ? A property of the FrameWindow ?

This is what i expect to do :
Image

Thanks you!

ps: sorry for my english

Re: Invisible Button on the border (FrameWindow)

Posted: Sun Apr 30, 2017 18:07
by Ident
What you are seeing here is the effect of clipping to the window's content area. Just disable the ClippedByParent property on all windows that should be visible beyond the scope of their parent window.

Tell me if that solves it.

Re: Invisible Button on the border (FrameWindow)

Posted: Mon May 01, 2017 07:44
by Milerius
Totaly solved the problem thanks you very much!