Hi,
I’m try to add css to UserPopup but don’t work
I have try with StyleSheet control
and Eval this.getContentElement().addClass(“….”)
regards
Cristian
The css is adding a shadow to the popup panel. The problem is that the popup panel in order to be a popup is inside a popup widget which has by default overflow: hidden. I’ll see if we can set the containing popup widget can be set to visible. As a workaround you can use this:
Me.startPopup.ShowPopup(DesktopTaskBarItemControl1)
Me.startPopup.Eval(“this.getLayoutParent().getContentElement().setStyle(‘overflow’, ‘visible’)”)
Hi Frank,
I write and upload a test
Thank you
Cristian
Hi Cristian,
we tried to reproduce but failed so far. Can you please set up a small testcase and either post it here or send it to frankATiceteagroup.com ?
Thanks in advance !
Best regards
Frank
Please login first to submit.