inst_startup.ycp |
|
This module has an unstable interface. |
Imports
Local Functions |
local
showFeedback (string msg)
->
void
Show feedback message in a simple dialog.
- Parameters:
-
msg message to show
Info:
The UI normally changes the X cursor to a busy cursor anyway if the YCP application isn't ready to process user input (i.e. outside UI::UserInput()), but some hardware probings seem to interfere with the X cursor. Thus, let's make sure we really have a busy cursor while the probings are performed. Setting the busy cursor once more doesn't hurt in any case.
local
clearFeedback ()
->
void
Close feedback dialog if it is open