Page MenuHomePhabricator

Progressbar not shown in Statusbar on MacOSX
Closed, WontfixPublic

Description

On MacOSX the progressbar is not shown in statusbar. when initializing progressbar without adding it to statusbar, an external window whith the style and shape of an progressbar occurs - but no action or filling.

Event Timeline

update:
In general the progressbar works within the statusbar on OSX. After the initialization step of the progressbar we added an additional progress without finishing, therefore the progressbar was shown permanently. At the moment it looks like, that during a progress (which uses the progressbar) the progressbar freezes somehow - there is no animation going on -.

you can test it on adding following lines to File: QmitkExtWorkbenchWindowAdvisor.cpp
...
QmitkProgressBar *progBar = new QmitkProgressBar();

qStatusBar->addPermanentWidget(progBar, 0);
progBar->hide();
//##startadd these 2 new lines for testing on OSX progBar->AddStepsToDo(2); progBar->Progress(1); //end#####

mainWindow->setStatusBar(qStatusBar);

i have no idea how to solve this --> reassign

Iggy, do you still work on that one? I have no Mac. ;)

kislinsk added a project: Bulk Edit.
kislinsk removed a project: Bulk Edit.