esimiele / VMAT-TBI

ESAPI code used for VMAT TBI autoplanning
MIT License
22 stars 11 forks source link

Feature: Increased status information #5

Closed crcrewso closed 1 month ago

crcrewso commented 2 years ago

Increase information displayed in progress bar, i.e. the current optimization MR and optimization loop number along with the current percent. This is to change the information on the display more often to hopefully let the program look more alive. Combating auto timeout from idle features like Citrix.

esimiele commented 11 months ago

It's on the to-do list. I have something working in a console app that does this (essentially just a trace listener listening to the debug output) and it reports the progress to the console UI. I haven't gotten it working for a WPF app. Relatively low on the priority list, but definitely nice to have.

esimiele commented 1 month ago

Closing issue. I figured out how to do this with a console application, but not a wpf/windows app. At this point, it's become a time sink to figure this out. Moving on to more pertinent issues.