Questions tagged [progress]
"Progress" is the name of a development tool and database from Progress Software Corporation. The "progress-4gl", "progress-db" and "openedge" tags are more specific to that environment.
progress
1,526 questions
1
vote
0
answers
47
views
How is the progress percentage in CMake-generated Make builds calculated?
When I use CMake to generate Makefiles, and build, I see a progress percentage near the messages Make prints (something which does not happen when I just use Make directly and naively).
Naturally, ...
0
votes
0
answers
25
views
rbv_api.setFieldValue, not updating text area field
I have been give an older project to work within Metacom Portals that I understood it was known as Rollbase (Event Bridge Infinite Blue). I have the issue of trying to change a text area field value ...
0
votes
0
answers
69
views
adm2 dynfilter.w will not allow me to filter back to all records on a logical if a true/false value was filtered
I am not an expert on smart objects and yet I have inherited a few windows that contain such and at the moment I have been asked to add a filter option on a logical field. Which I was able to achieve....
0
votes
1
answer
516
views
docker 27.5.0, how can I perform a docker compose up --build while showing all RUN output?
In the past I could use docker-compose up --build and see all output from the Dockerfile RUN commands.
Then things changed and that output was cached and abstracted ...
0
votes
1
answer
195
views
Migrating from Progress v11.xx to v12.xx and still supporting 32 ocx's
We are trying to migrate off of Progress V11 to V12 before the spring when v11 will no longer be supported. Currently our application relies on several 32bit ocx's, and we have been told by Progress ...
0
votes
2
answers
361
views
How to make this Zig-Zag Progress design in Flutter?
I have the following design in Figma that I want to implement in Flutter. The design is a Zig-Zag pattern that represents a progress indicator, where it moves towards the end. When a step is completed,...
0
votes
1
answer
82
views
Calculate the percentage of video watching progress and save it
I am developing an Android application using Kotlin with Android Studio. I want to display the video playback progress in a ProgressBar and a TextView while the user watches a video with ExoPlayer.
...
0
votes
0
answers
29
views
Progress indicator with gradient [duplicate]
I'd like to create a progress indicator with a gradient fill in HTML/CSS, similar to the one shown below, but with a number displayed in the center:
I successfully created a monochrome half-circle ...
0
votes
1
answer
121
views
Integration of Sendgrd API in progress 4gl for email functionality
I'm trying to integrate the SendGrid API for email functionality in Progress 4Gl, and I written piece code, but it's not working. Can anyone help me with fixing these or any suggestions?
...
-1
votes
1
answer
105
views
How to observe progress of fileCompletedCount with Swift keypath?
I am trying to replace old fashioned Objective-C way of observation to modern swift way of observation. However I cannot figure out the keypath.
...
3
votes
0
answers
49
views
Android notification action not clickable while it is continuously updating
So I have an download progress notification on android with two actions, "cancel" and "pause".
When the notification is updating fast the action button of the notification is not ...
0
votes
1
answer
84
views
Sitefinity- Change template of a group page or redirection page
I have created template in sitefinity, later I decided to create new template and change all templates for pages, I was able to change layout for pages but their is no option for changing layout for ...
0
votes
0
answers
51
views
extract write values to screen/disk within function
I would like to print some details to screen/file for error checking with custom extract function. Note that this is for large raster files.
Goal
Print the polygon ...
0
votes
0
answers
59
views
Is there a way to show progress in PIL (Python Library) while processing an image?
I have some large photos, and want to show the progress (like numerical values from 0.0 to 1.0) while saving and/or modifying them.
...
1
vote
2
answers
1k
views
Android Compose CircularProgressIndicator crashing with latest material
This is what I use in my top level build.gradle
buildscript {
ext.kotlin_version = '1.9.22'
ext.compose_version = '1.5.8'
This is in my app/build.gradle:
...
1
vote
2
answers
82
views
I have inherited code which includes Javascript/AJAX to display a progress bar - I can't understand how it works
I have inherited the maintenance/development of a website. In a few places it makes use of Javascript/AJAX to display a progress bar while processing takes place. I have written my own scripts for ...
0
votes
1
answer
66
views
Use delegate from multiple classes and methods
How can I send values between different methods from other classes?
I have different classes which controls products on a website. So I have a classes for products, categories, images etc. From the ...
1
vote
0
answers
108
views
Continuously print output of GitPython git.execute()
I'm running a command with GitPython git.execute(). Currently, I'm writing the return value to a window. Because the command takes some time, the window will not ...
0
votes
0
answers
51
views
Trying to set up Spyder (Anaconda 3) with Python 3.11 Getting Error
I am trying to import pyodbc for a long script that I know works. I just got a new PC and am setting things back up.
"('IM003', '[IM003] Specified driver could not be loaded due to system error ...
0
votes
0
answers
98
views
Async folder copy with progress bar
I searched on net and have found c# code to copy file async with progress bar which is working perfectly. Now I am trying to copy a folder having multiple files. I have added an extra progress bar, ...
2
votes
2
answers
2k
views
How can I get a progress report on a async function with many tasks, in which I am using await Task.WhenAll(tasks);
I already read all those posts:
Reporting progress from Async Task
https://devblogs.microsoft.com/dotnet/async-in-4-5-enabling-progress-and-cancellation-in-async-apis/
https://blog.stephencleary.com/...
2
votes
2
answers
340
views
Modern way for macOS commandline code to fetch data in Swift, with progress notification
Old programmer but new to Apple ecosystem. I want to use the most modern APIs and Swift techniques to fetch some data over https and get progress reports.
Most tutorials and examples I can find use ...
0
votes
1
answer
179
views
How to have one progress bar with multiple downloads using tqdm/python?
Here is my working python script for downloading fasta sequences from UniProt (with real appreciation to the community).
'''
...
0
votes
0
answers
238
views
LinearProgressIndicator - Change Size of the indicator Android
Is there any option to change the indicator width. We have api to change colour of the indicator. Similarly any api available to change size of indicator in indeterminate mode
...
1
vote
1
answer
485
views
In vue3, the value of progress in fake-progress is not updated in the view, it is always 0
in vue3,I want to add a progress bar for network requests,so i use fake-progress,but i can use it, because its value is not responsive
there is my code :
...
0
votes
1
answer
244
views
Flutter - custom progress bar
I am really stuck with such curved progress bar with custom color of overflowed progress (these triangles). Any ideas how to implement it?
This is what I have at the moment - just a curved progress ...
0
votes
1
answer
47
views
Ajax call to get progress using IProgress
I have 2 ajax API calls one fetches data in a long process and and other gets the progress value using IProgress interface and executes every 5 seconds. When hitting the debugger I can see the value ...
1
vote
1
answer
142
views
How to assess the progress of a vectorized task (in python with pandas)
Vectorization of tasks speeds up the execution, but I cannot find how to measure the progress of the vectorized task (in case of tasks taking a long time to complete). I've seen that tqdm might do the ...
1
vote
1
answer
1k
views
How can I get the output of a Process in real time in C#?
I'm trying to start a Process designed to be used in the command line and get the output of that file as it's running. The Process has a completion percentage, which is what I want my program to get.
...
0
votes
1
answer
161
views
How can i redirect /dev/tty into file
I want tar command to show progress somehow in the output as I am working with large files and to have some idea what is the status.
but I can't use some of the popular tools like pv, because only ...
0
votes
1
answer
165
views
Run and break loop with progress bar in tkinter
I want to create a small GUI in tkinter to download a list of files stored as URLs in a *.csv table.
However, I could not find a ...
0
votes
0
answers
143
views
Progress bar not updating in iOS swift using SSZipArchive
I have the following code
...
2
votes
1
answer
129
views
NodeJS child_process.spawn stdout removes progress bar (stdio "inherit" is does not meet requirements)
What I am doing:
I made a API endpoint that executes npx create-react-app projectname via NodeJS ...
0
votes
2
answers
85
views
php xhr request works on local but not on server
I've trying to create a progress bar while the script executes. It works fine when I test in Visual Studio, but when I put it on a server, it won't work.
Is there some php or IIS setting that might be ...
0
votes
0
answers
34
views
android studio webview progress bar
progressBar = (ProgressBar)findViewById(R.id.prg);
webview.setWebViewClient(new WebViewClient(){
...
2
votes
1
answer
141
views
DOM manipulations take effect only after running the entire PyScript code
Javascript-style DOM manipulations of the HTML document seem to take effect only after running the entire PyScript code. Example:
...
2
votes
0
answers
2k
views
useProgress React three drei always goes from 0 to 100
I'm using useProgress from react three drei. Apparently, this is used to keep track of the loading state from the models on the scene. I have created a loading ...
1
vote
1
answer
981
views
Progress bar of timer not in sync - React native
I'm currently trying to create a timer with corresponding progress bar. See this Image : (https://i.sstatic.net/WSklt.png)
The logic for my timer works fine:
...
0
votes
1
answer
214
views
Get Recursive wget progression
In the context of a bash script recursivly downloading the content of a folder i would like to display the progress in the terminal. if i use the progress argument i get multiple progress line (1 for ...
3
votes
4
answers
3k
views
Show progress bar in single line [duplicate]
I want to show the progress bar in a single line.
I have written the code
...
1
vote
0
answers
137
views
How to show progress for `NSExtensionRequestHandling` on macOS for Finder?
Writing a Finder extension / Quick Action (see https://developer.apple.com/documentation/appkit/app_extensions/add_functionality_to_finder_with_action_extensions) I happen to have a long-running ...
1
vote
1
answer
208
views
ERROR: _this2.state.progress is not a function. (In '_this2.state.progress(false)', '_this2.state.progress' is 99.98701624033674)
ERROR: _this2.state.progress is not a function. (In '_this2.state.progress(false)', '_this2.state.progress' is 99.98701624033674)
my progress bar works only up to 99%, when it arrives at 100% shows ...
0
votes
1
answer
39
views
How to be kept updated while traversing XML tree?
How to be called when the findAllElements() traverses the whole tree, so that I get a chance to notify the user about progress?
...
0
votes
1
answer
1k
views
set the progress speed of the progress bar to be equal to the time of the percentage counter?
how to set the progress speed of the progress bar to be equal to the time of the percentage counter?
the bar is at a very fast speed, while the percentage numbers shown are slowly passing from 1 to ...
0
votes
1
answer
10
views
How do I near the inputs I make on my phone towards my server via command
I'm trying to mirror my terminals screen on my phone but it's Ubuntu servers TL I want to mirror so when I go out and about I can do some typing on my phone and then when I get home I can resume from ...
1
vote
0
answers
536
views
Loading animation in Blazor prerendered webassembly app
I wrote a Blazor WASM application and switched to hosted mode to enable serverside prerendering. It works great but what is still left is that of course, Blazor takes some time to load and start ...
1
vote
1
answer
1k
views
Vimeo API Upload Progress
I'm using the Vimeo API to upload videos and am trying to track the progress of the upload.
The documentation here is pretty straightforward:
https://developer.vimeo.com/api/upload/videos
However, I ...
0
votes
0
answers
129
views
How to get text of Progress View in Eclipse RCP?
I have an eclipse RCP application. I want to create a view, which needs to display the text from the progress view. The default text of the progress view is "No operations to display at this time&...
0
votes
2
answers
317
views
Progress bar in tableview cell?
How do I use a progress bar when my script is doing some task that is likely to take time?
For example, a function which takes some time to complete and returns True when done. How can I display a ...
0
votes
2
answers
1k
views
Disable progress bar advance in Exoplayer progress bar in Android
I'm using the Exoplayer library to load videos in my application, but in certain videos I want to avoid that the user can't go forward in the video progress bar, only backward, until now I had ...