Rank: Member Groups: Member
Joined: 7/7/2009 Posts: 12
|
I'm calling the EO.MsgBox from a ContextMenu during a right click event on a EO.Grid row. When the msgbox appears there are 3 transparent lines on it. One right below the title bar, one right above the OK button and one right below the OK button. This only seems to happen because I'm dynamically adjusting the width of the msgbox from the javascript routine to be '50px' less than the screen width. Have you seen this or have any tips to fix it?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Yes. We have seen that. However we do not have a reliable way to avoid that yet. It happens as soon as you dynamically change the MsgBox width. So the best option is for now is still to avoid resizing the message box on the client side.
Thanks!
|