Progress bar in Scriptcase..!

Hi,

There is no option found in porgress Bar any where…! In case of Batch update if we can have a Progressbar would keeps the uses stay online till it completes

Pls advise

Regards
Dhana

Re: Progress bar in Scriptcase…!

You might be able to use the ajax_load.gif located in ./devel/conf/scriptcase/img/ico/
(load in browser to see animation … same used in SC IDE)

My guess would be to look in the generated code to see how it implement it in your app. If not, search the net for other examples.

Regards,
Scott.

Re: Progress bar in Scriptcase…!

http://www.ajaxload.info/
http://mentalized.net/activity-indicators/

Re: Progress bar in Scriptcase…!

If you want to use the built in function in SC.

-Created a control form
-created PHP button, added SQL code to onValidate
-Created a JS function (form/onSubmit)
-added the function scAjaxProcOn();

When you click the OK button, you will see the progress bar used in SC (if you have something happening in onValidate)

You can use the above links to download your own GIF to replace the default.

Regards,
Scott.

1 Like

Re: Progress bar in Scriptcase…!

Scott,

Appreciate your valuable information on this…!

Thanks a Lot

Dhana