Custom AlertDialog

You must Login before you can answer or comment on any questions.

Hi guys,

Is it possible to create a custom alertDialog in Titanium? I need a alertDialog with a scrollable textarea for Terms and Conditions.

1 Answer

Accepted Answer

In this Gist I create a custom alert box in the function createAlert. All you do is create a view, add the components you need and make sure there is a button to close the 'alert'.

Your Answer

Think you can help? Login to answer this question!