PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WB19 - menus randomly drop down BEHIND controls
WB19 - menus randomly drop down BEHIND controls
Débuté par PETER ZHOU, 18 avr. 2015 13:55 - 3 réponses
Posté le 18 avril 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
Posté le 21 avril 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
Posté le 22 avril 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
Posté le 25 janvier 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.