what is the Riena counterpart of ProgressMonitorDialog?
I want to get a modal progress window with riena look and feel.
Currently we are using UIProcess with process.getJob().join() to make the window modal.
Hi,
Riena provides the UIProcessRidget (which controls an instance of UIProcessControl) which displays the progress using riena look and feel.
If you are using the riena user interface and the riena navigation model you don“t have to do anything more than just starting the UIProcess.
The UIProcessRidget will get notified internally and show the window.