Questions tagged [progress]

"Advancement" is the designated moniker for a software tool and database developed by Progress Software Corporation. The tags "development-4gl," "progress-db," and "openedge" are distinctly tailored to this particular ecosystem.

Advancing through time with progress

How can I display a progress indicator for events in fullcalendar based on the current time by changing their color dynamically in HTML? Thank you for your help! ...

Progress bar feature for large files during upload using AJAX and PHP

Looking for a solution to create a non-flash upload panel with a progress bar? Our server is on PHP 5.3 and we cannot upgrade to 5.4 or use flash based solutions. I've been experimenting with XMLHttpRequest and AJAX, but have only had partial success ...

Creating a progress update control programmatically in a C# non-visual web part within SharePoint

Is there a way to dynamically create a progress update control in a non-visual C# web part within SharePoint? In my project, I am using C# and need to implement a feature where the ProgressUpdate control displays the text "Loading..." while an update pane ...

What is the most effective method for tracking file upload progress using SSE?

I am currently working on creating a file upload progress feature that is compatible with older browsers using AJAX. In HTML5, there is the xhr.upload.progress event which works well for modern browsers, but I need an alternative for non-XHR2 browsers. I h ...

Display the progress bar's completion percentage during animation

Creating a progress bar using HTML with the following structure: <div class="progressbar"><div class="text">%0 Completed</div> <div class="progressbar_inner"></div> </div> Implemented jQuery code fo ...