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
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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	int on
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
on
Type: SystemInt32
Should progress bar remain visible
See Also