hiSetDBoxDefaultLocation
hiSetDBoxDefaultLocation(l_location[g_autoUpdate{ t | nil } ] ) =>t / nil
Description
Sets the default location for all dialog boxes created with hiDisplayAppDBox, hiDisplayUserDBox, hiDisplayProgressBox, and hiDisplayFileDialog. This setting is used if the l_location argument of those functions has not been set or has been set incorrectly.
If both this function and the l_location argument of a dialog box function has been set, the l_location argument is used. If neither has been set, the location is determined by the underlying toolkit that implements the dialog box and is usually the center of the screen.
Argument
Value Returned
Related Topics
Return to top