ONO::Lib::UI::MSG

Basic ONO UI system messages, the saving() function is used extensively by most ONO modules and software.

Functions

error();

Display a red "error" message.

ONO::Lib::UI::MSG->error( );

info();

Display a yellow "info" message.

ONO::Lib::UI::MSG->info( );

saving();

Display a green "saving" message box that will automatically fade and disappear, no input required, language is optional

ONO::Lib::UI::MSG->saving( );

success();

Display a green "success" message, text required.

ONO::Lib::UI::MSG->success( );

system();

Display a green "system" message, text required, can be "saving", "moving", or "deleting"

ONO::Lib::UI::MSG->system( );

warning();

Display a red "warning" message.

ONO::Lib::UI::MSG->warning( );

Internal Functions

_message();

Internal function used by some other message functions.

&_message( );

Sub-Modules

none

Dependencies

none