Popup in toolbars attached to a windows or tabbar

popup control doesn’t display correctly when using it for a toolbar attached to a tabbar (it is displayed behind the tabbar)

when using it with a toolbar attached to a window control, it does not display at all

Try to increase z-index in CSS:

div.dhx_popup_dhx_skyblue div.dhx_popup_area { z-index: 9999999999; }

Thanks it worked!

You are welcome!