PageCalibrateHandler.cs
Handles UI logic for the calibration page, including toggling the "Don't Show Again" setting and displaying test images.
Fields & Properties
Button addCalibrationBt
Button to add a new calibration file.
Button showTestImgBtn
Button to display the test image.
Button doneButton
Button to finalize calibration and navigate to the last page.
Toggle dontShowAgainToggle
Toggle to remember user preference.
Text titleText
Displays the current calibration title.
Methods
void SetTitle(Calibration calibration)
Updates the title text with the calibration details.
Calibration calibration
: The current calibration.
void OnAddCalibration()
Opens the calibration file picker.
void OnShowTestImage()
Displays the test image popup.
void OnDoneClicked()
Navigates to the last page.
Last updated
Was this helpful?