Skip to content

Instantly share code, notes, and snippets.

@tebriel
Created January 31, 2012 02:41
Show Gist options
  • Save tebriel/1708375 to your computer and use it in GitHub Desktop.
Save tebriel/1708375 to your computer and use it in GitHub Desktop.
Silly way to show an error message
var errorMessage =Titanium.UI.createAlertDialog({
title:L('err_communication_title'),
message:L('err_communication_text'),
});
errorMessage.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment