UI builtin commands


Table of Contents

UI::SetModulename - Sets Module Name
UI::GetModulename - Gets the name of a Module
UI::SetLanguage - Sets the language of the UI
UI::GetProductName - Gets Product Name
UI::SetProductName - Sets Product Name
UI::SetConsoleFont - Sets Console Font
UI::SetKeyboard - Sets Keyboard
UI::GetLanguage - Gets Language
UI::UserInput - User Input
UI::PollInput - Poll Input
UI::TimeoutUserInput - User Input with Timeout
UI::WaitForEvent - Waits for Event
UI::OpenDialog - Opens a new dialog.
UI::OpenDialog - Opens a Dialog with options
UI::CloseDialog() - Closes an open dialog
UI::ChangeWidget - Changes widget contents
UI::QueryWidget - Queries Widget contents
UI::ReplaceWidget -
UI::WizardCommand - Runs a wizard command
UI::SetFocus - Sets Focus to the specified widget
UI::BusyCursor - Sets the mouse cursor to the busy cursor
UI::RedrawScreen - Redraws the screen
UI::NormalCursor - Sets the mouse cursor to the normal cursor
UI::MakeScreenShot - Makes Screen Shot
UI::DumpWidgetTree - Debugging function
UI::RecordMacro - Records Macro into a file
UI::StopRecordingMacro - Stops recording macro
UI::PlayMacro - Plays a recorded macro
UI::FakeUserInput - Fakes User Input
UI::Glyph - Returns a special character ( a 'glyph' )
UI::GetDisplayInfo - Gets Display Info
UI::RecalcLayout - Recalculates Layout
UI::PostponeShortcutCheck - Postpones Shortcut Check
UI::CheckShortcuts - Performs an explicit shortcut check after postponing shortcut checks.
UI::WidgetExists - Checks whether or not a widget with the given ID currently exists
UI::RunPkgSelection - Initializes and run the PackageSelector widget
UI::AskForExistingDirectory - Opens a directory selection box and prompt the user for an existing directory.
UI::AskForExistingFile - Opens a file selection box and prompt the user for an existing file.
UI::AskForSaveFileName - Opens a file selection box and prompt the user for a file to save data to.
UI::CollectUserInput - Collects the content of all input widgets in a dialog or in a container
UI::SetFunctionKeys - Sets the (default) function keys for a number of buttons.
UI::WFM/SCR - callback
UI::Recode - Recodes encoding of string from or to "UTF-8" encoding.