[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] preventing user jobs from launching the Progress Dialog
|
Is there any way to programmatially launch user jobs such that they run in
the background (and are shown in the Progress View), but do not open in a
Progress Dialog (regardless of the preferences value for 'always run in
background')?
I have a user job which itself launches multiple other jobs - however I need
for each spawned 'child' job to be able to individually show it's progress
and to be individually cancel-able. This works fine, however if the user
clicks on 'Run in Background' for the 'parent' job that they manually
launch - they are then pestered with dialogs popping up for each individual
child job. I would like to inherit the 'Run in background' user-input for
all of the child jobs.
Apologies if this isnt explained well!
Regards
Dale