Giuseppe Beatrice
Guest
Hello, everyone.
I would like to know if it is possible to create a dcl that shows the degree of advancement of the execution of a subfunction.
In practice, I wrote a file lisp that accepts incoming a list with the salient data of a series of polylinese of a drawing connected to each other (coordinate extreme points) and compares coordinate pairs, building a list of variables that constitute in practice an orderly list of the various polylines according to the coincidence of the contiguous extremes.
since I have a large number of polylines to compare (sometimes more than 1000), comparison operations can take several seconds (sometimes a few minutes).
while the program goes on, would it be possible, instead of the "turning circle", to display a simple dialog with a progress bar that shows the percentage as a ratio between the number of "draws" to be treated and what hand the function assigns to the final list? (the window may also indicate the total number of branches to be treated and the progressive number of "ordered" branches, as well as the progress bar, as well as the only ok button with which to close it at the end of the treatment)
I hope to have been clear and thank you for your availability.
I would like to know if it is possible to create a dcl that shows the degree of advancement of the execution of a subfunction.
In practice, I wrote a file lisp that accepts incoming a list with the salient data of a series of polylinese of a drawing connected to each other (coordinate extreme points) and compares coordinate pairs, building a list of variables that constitute in practice an orderly list of the various polylines according to the coincidence of the contiguous extremes.
since I have a large number of polylines to compare (sometimes more than 1000), comparison operations can take several seconds (sometimes a few minutes).
while the program goes on, would it be possible, instead of the "turning circle", to display a simple dialog with a progress bar that shows the percentage as a ratio between the number of "draws" to be treated and what hand the function assigns to the final list? (the window may also indicate the total number of branches to be treated and the progressive number of "ordered" branches, as well as the progress bar, as well as the only ok button with which to close it at the end of the treatment)
I hope to have been clear and thank you for your availability.