Click or drag to resize

CGUISetProgAlwaysOn Method

Ability to set the progress bar to stay visible even if main application is processing messages

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SetProgAlwaysOn(
	CGXNETCore gxNetShared,
	int on
)

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
Remarks
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.
See Also