Forum Discussion
Dmitry_Nikolaev
15 years agoStaff
Hi Simon,
Thank you for sending the application. We will look into this case, and I will contact you as soon as we get any results.
You can work with this property using the corresponding getter and setter methods:
Is there a 'Visible' property of the 'IAQtimeManager' interface? I don't see it.
How to change to other mode ?
You can get the current run mode in the following way:
IaqBaseManager* baseManager = NULL;
aqTimeManager->get_Manager( &baseManager );
TaqRunMode runMode;
baseManager->get_RunMode( &runMode );
if (rmSilent == runMode) {
// Run mode is Silent
}
To set the needed run mode, use the 'put_RunMode' method.
Please note that the run mode is changed to 'Normal' automatically when you make AQtime visible by calling the 'put_Visible' method.
Related Content
- 3 years ago
- 4 years ago
- 7 years ago
- 4 years ago
Recent Discussions
- 5 months ago
- 2 years ago