PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WB19 - menus randomly drop down BEHIND controls
WB19 - menus randomly drop down BEHIND controls
Iniciado por guest, 18,abr. 2015 13:55 - 3 respuestas
Publicado el 18,abril 2015 - 13:55
Hi,

Not sure why the menus will drop down behind control in certain page under webdev 19.

Did anybody encounter such problem ?

Is it a bug ?

Regards,

PETER ZHOU
Publicado el 21,abril 2015 - 14:50
Hi Peter,

Maybe this is a matter of your objects ZOrder in the generated page. This can cause such a problem. What you can do is increasing the ZOrder of the menu and decreasing the ZOrder of the objects which are over the menu. Do it in the editor (not by programming, through the "modification" ribbon menu).

Best regards,
Alexandre Leclerc
Publicado el 22,abril 2015 - 14:19
Hi Peter,

See this post.
Most of the times the z-order has no effect at all.
What usually fixes the problem is to toggle the "the control can be overlaid" checkbox off and on or vice versa.

You may also have noticed that when changing a template some or all controls in a page can disappear from the editor.
In that case do a control-a to select all invisible objects and move them a little until they become visible.

Regards,
Piet
Publicado el 25,enero 2017 - 12:54
I realise that this topic is old, but I recently encountered the same issue, and came across this, so it might be helpful to someone else.

To make the the menu display correctly, create a new cell inside your template and place your menu control on top of the cell.