PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD22] How to remove Table AAF menu button
[WD22] How to remove Table AAF menu button
Iniciado por guest, 21,feb. 2018 20:02 - 2 respuestas
Publicado el 21,febrero 2018 - 20:02
Is it possible to keep AAF enabled for a Table, but remove the AAF menu button at the very right of the last column header?

If not, is it possible to modify the color of the button icon?

Also, is it possible to modify the style of the AAF menus?
Publicado el 21,febrero 2018 - 20:08
Hello Curtis

The AAFDisable() function should allow you to remove the menu and the "Popup Menu" section of the "GUI" section of the table edit window will allow you to create a new menu or modify the components of the original.

I think you are out of luck on the colour change, but if you create a new menu in the popup it may respond to the current style

Regards
Al
Publicado el 21,febrero 2018 - 20:57
Any idea which AAFDisable() constant would do this? I looked through the documentation for AAFDisable() earlier and didn't find anything that mentioned this table button.

In the GUI/Popup Menu I can modify the parameters of the AAF menu, but not the style.