Hello everyone!

I am trying to use a message box as in the examples on the website in a button click event.
I do not get the properties that are used in the example to work example...


ext.msg.alert("Title","message")


but i can do this...


Coolite.Ext.Web.MessageBox.Instance.Alert("Title", "message")


using the latter does not show a message box and clears the panel that I was using from the page...even though the button is handled in an ajax event.
I know there is something small here that I am missing...
Thanks