G’day Scripters
I’ve got a routine that checks if the Accessibility pane of System Preferences should be opened for an App, but I’d like a window of my app to open at the same time, explaining what to do, and why, instead of a pre-open display dialog.
The window flashes open, then disappears as the prefs pane is opened, then re-flashes and closes as the pane is closed.
I’ve got ‘Visible at Launch' ticked, and the windows visibility is bound to a variable, which is set to true just before the prefs panel is called, and false after the call.
I’ve exhausted my knowledge of how to open windows and keep them open while another app is running (OK, that knowledge is limited).
Does anyone know how to keep the window open while the prefs panel is active, please?
Regards
Santa |