Used zenity package instead of Tawesoft's dialog package since using their library for dialog creation would require an unstable hack to access the private function platformAlert(title, message) which handles dialog creation. Without the unstable hack, the dialog's name would be "Alert" since message is the only parameter in the public function Alert(message).
Used zenity package instead of Tawesoft's dialog package since using their library for dialog creation would require an unstable hack to access the private function platformAlert(title, message) which handles dialog creation. Without the unstable hack, the dialog's name would be "Alert" since message is the only parameter in the public function Alert(message).