Hi,
I want to write a progressbar.
The vertical position depends on what has been written in the shell before the program prints the following line.
The progress shall be described with a bar and number (50%). Therefore I need to jump with the cursor....
Example:
** Copying dataset to ... [===========...........] - [50%]
**********************************************************
- How can I access a relative (x,y)-position? This is (to my mind) necessary if I want to update to progress bar and the status (50%).
Has anybody an idea how I can solve this problem?
Thanks a lot
I want to write a progressbar.
The vertical position depends on what has been written in the shell before the program prints the following line.
The progress shall be described with a bar and number (50%). Therefore I need to jump with the cursor....
Example:
** Copying dataset to ... [===========...........] - [50%]
**********************************************************
- How can I access a relative (x,y)-position? This is (to my mind) necessary if I want to update to progress bar and the status (50%).
Has anybody an idea how I can solve this problem?
Thanks a lot