EnableGUI Description
EnableGUI(
int Enabled
);
This function enables/disables all Graphical User Interface components.
ShowControl Description
ShowControl(
char *Name
,
int ShowDockingView
);
Shows or hides the docking control.
Name parameter is the name of the control. Please see the ToggleControl function for the list of possible names.
Parameters
char *Name
The ID of the control panel. To get the ID of a panel, do the following:
Display the Command History panel.
ShowControl("CommandHistoryControl", 1);
Display a panel via the main menu. E.g.: use the View > Visualisation Controls > Histogram command.
The macro function and the correct parameter appears in the command history window.
ShowControl("HistoToolControl",1);
int ShowDockingView
Visibility of the control.
1, TRUE | Show control |
0, FALSE | Hide control |
See Also
ToggleControl
ToggleControl Description
ToggleControl(
char *Name
);
This function displays/hides a control panel. Mind that not all control windows are available in all software versions.
Parameters
char *Name
The ID of the control panel. To get the ID of a panel, do the following:
Display the Command History panel.
ShowControl("CommandHistoryControl", 1);
Display a panel via the main menu. E.g.: use the View > Visualisation Controls > Histogram command.
The macro function and the correct parameter appears in the command history window.
ShowControl("HistoToolControl",1);
3dObjectManagementControl 3D Object Measurement
AdvancedNDAcquisition Advanced ND Acqusition
AutoCaptureFolder Auto Capture Folder
AutoMeasCtrl Automated Measurement
AutoMeasResults Automated Measurement Results
AVISetupControl AVI Acquisition
BinaryLayers Binary Layers
CaptureFRETImage Capture FRET Image
Colocalization Colocalization
CommandHistoryControl Command History
CustomAcquisition Custom Acquisition
DeviceMicPadControl Microscope Pad
DistanceMeasurement Distance Measurement
EditBinaryTool Binary Toolbar
FiltersShuttersGUIControl Filters and Shutters
HistoToolControl Histogram
HWTriggeringControl Triggered Acquisition
InOutElement ND Control Panel
InputSetupFormControl Camera Settings
IntensityProfile Intensity Profile
Live2DWienerDeconvControl Live De-Blur
ManualMeasurement Annotations and Measurements
MultipointSet ND Multipoint Set Acquisition
NDAcquisition ND Acquisition
NDAcquisitionHistory ND Acquisition History
NDSequence ND Sequence Acquisition
NDStimulation ND Stimulation
ObjectCatalog Object Catalog
ObjectClassifier Object Classifier
Restrictions Restrictions
ROIStatisticsControl ROI Statistics
RTDeconvControl RT Deconvolution
Segmentation Segmentation
ScanAreaControl_1 Sensor Area
ShadingCorections Shading Corrections
SpectrumProfile Spectrum Profile
StageGUIControl XYZ Navigation
StimulationElement Stimulation
SystemInfo System Information
TimeMeasurementControl Time Measurement
Thresholding Thresholding
TrackBinariesControl Tracking Options
ViewSynchroControl Synchronizer
ViewVariablesControl Variables
VolumeMeasurementControl Volume Measurement
ZStackGUIControl Z Series Setup