 | 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
Syntaxpublic static void SetProgAlwaysOn(
CGXNETCore gxNetShared,
int on
)
public static void SetProgAlwaysOn(
CGXNETCore gxNetShared,
int on
)
Public Shared Sub SetProgAlwaysOn (
gxNetShared As CGXNETCore,
on As Integer
)
Public Shared Sub SetProgAlwaysOn (
gxNetShared As CGXNETCore,
on As Integer
)
public:
static void SetProgAlwaysOn(
CGXNETCore^ gxNetShared,
int on
)
public:
static void SetProgAlwaysOn(
CGXNETCore^ gxNetShared,
int on
)
static member SetProgAlwaysOn :
gxNetShared : CGXNETCore *
on : int -> unit
static member SetProgAlwaysOn :
gxNetShared : CGXNETCore *
on : int -> unit
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