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.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SetProgAlwaysOn(
	int on
)

public static void SetProgAlwaysOn(
	int on
)

Parameters

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