Community
Participate
Working Groups
Build Identifier: SystemBaseDialogAction has an API setNeedsProgressMonitor(boolean) to support progress monitor in a long run operation. It internally uses SystemPromptDialog which can be run with a progress monitor. I have a subclass of SystemBaseDialogAction. My class invokes setNeedsProgressMonitor(true) however the dialog comes up without progress monitor support. The progress monitor support is important because my class browses a tree with a large number of children and UI is frozen in this case. Reproducible: Always