Ajax "Processing" Dialog

Hi,

Does anybody know why the AJAX “Processing” dialog that pops up is left aligned when using a control application? Is it possible to include some custom css to align the dialog in the centre?

This issue has been there since Scriptcase 5 and some of our customers do not like it at all. Anyone any ideas?..

Regards,

Mike

Re: Ajax “Processing” Dialog

Hi,

I seem to be answering a lot of my own questions on here, but if it’s of any use to anybody add the following code to the OnApplicationInit event of your control form…

// Reposition the AJAX “Processing” box.
echo “<style type=‘text/css’>#id_div_process { left:35%; width:30%; right:35%; top:30%; bottom:70% }</style>”;

Maybe there’s a better way, but the above works for me.

Regards,

Mike