Click or drag to resize
CGUISetProgAlwaysOn Method
Ability to set the progress bar to stay visible even if main application is processing messages

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
In montaj the progress bar is hidden when the main window start processing messages. This is not always desirable in some 3rd party apps, hence this function.
Syntax
public static void SetProgAlwaysOn(
	int i1
)

Parameters

i1
Type: SystemInt32
See GEO_BOOLConstant Should progress bar remain visible
See Also