This documentation is archived and is not being maintained.
xInfo.mayReloadMenu Method [AX 2012]
Prevents the UI from refreshing.
public void mayReloadMenu(boolean value)
Run On
Called
Parameters
-
value
- Type: boolean
A Boolean value that indicates whether to prevent the UI from refreshing.
Set the value to false to prevent the UI from refreshing when a process is executing, and then set it to true after the process has finished.
The mayReloadMenu method can be useful to prevent the UI from flickering, for example when many nodes in the AOT are being read.