Rank: Member Groups: Member
Joined: 2/22/2009 Posts: 13
|
Hi. I would like to display a message (e.g. "Saving..." , "Loading...") with Dialog Control when callback process is started. So the end user cannot do anything until the callback process is ended. I do it like that.
When user press a toolbar button, a modal dialog will popup by calling the client-side function and inside the function. It actually call "eo_GetObject('Dialog1').show(true)" to show the dialog. After that it will call "eo_Callback('callback1', 'test')" to start callback process. However, it didn't show the dialog.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You don't need to write any code for that. All you need to do is to set the CallbackPanel's LoadingDialogID. Here is a working example for this feature: http://demo.essentialobjects.com/Default.aspx?path=Dialog\_i1\input_blockerThanks!
|
Rank: Member Groups: Member
Joined: 2/22/2009 Posts: 13
|
Sorry about that. I missed this part
|