Hello, When updating StatusBar value, progressBar return to zero some times. Here a code to reproduce with Draw and Impress Sub TestStatusBar() Dim i As Integer ThisComponent.CurrentController.StatusIndicator.Start(gsStatusBarText,1000) For i = 1 To 1000 ThisComponent.CurrentController.StatusIndicator.setText(i) ThisComponent.CurrentController.StatusIndicator.setValue(i) Next ThisComponent.CurrentController.StatusIndicator.end() End Sub Seems to be the same when saving big document.
Thank you for reporting the bug. Please attach a sample document, as this makes it easier for us to verify the bug. I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the requested document is provided. (Please note that the attachment will be public, remove any sensitive information before attaching it. See https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F for help on how to do so.)
Hello, You only need to run TestStatusBar VB macro in new draw document.
Created attachment 136072 [details] test file When I run macro I can see numbers in status bar increase, doesn't see 0. Version: 6.0.0.0.alpha0+ Build ID: e845507bc22a166ec172a4b4d9da120a16f8a964 CPU threads: 4; OS: Windows 6.1; UI render: default;
> When I run macro I can see numbers in status bar increase, doesn't see 0. I don't talk about text but ProgressBar value. Did you see it progress?
(In reply to dfraipont from comment #4) > > When I run macro I can see numbers in status bar increase, doesn't see 0. > I don't talk about text but ProgressBar value. > Did you see it progress? Yes, no problem in Version: 6.0.0.0.alpha0+, Linux. But on windows I doesn't see progres - the status bar is blinking. That's the problem?
Are you on Windows or Linux? On GTK3, it was recently fixed in bug 111865
(In reply to Xisco Faulí from comment #6) > Are you on Windows or Linux? > On GTK3, it was recently fixed in bug 111865 On Windows 7, v5.3.6.1(x64)
Tested with Windows 8.1 In LO version 5.4.0.3 fails but in LO version 6.0.0.0.alpha0+ works flawlessly.
Dear Bug Submitter, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping-20180404
Still here in 5.4.5.1.
(In reply to dfraipont from comment #10) > Still here in 5.4.5.1. Luis said "In LO version 5.4.0.3 fails but in LO version 6.0.0.0.alpha0+ works flawlessly" so the interesting result from you would be with 6.0.x.
(In reply to dfraipont from comment #10) > Still here in 5.4.5.1. Could you please try to reproduce it with the latest version of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ? I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
Hello, This works well in v6.0.3 if running step by step. When running normally (F5), the status bar blink. This should not occurs between: StatusIndicator.Start(gsStatusBarText,1000) and StatusIndicator.end() Is it possible to disable statusBar paint event while enter in StatusIndicator.Start? In same things, if I hide statusBar then running .Start() show bar but hide it after .end().
Let's just change the topic as raal confirmed the flickering in comment 5.
Hello. Tested in Windows 7 with LO 6.0.4.2 I confirm the flickering Inserting a delay ("wait 10") between setText and setValue of after setValue I can't see any flick.
I think that in version 6 is a diferent but related bug. In previous versions the progress of the status bar was not visible (as stated in the title: "StatusIndicator: ProgressBar value return to 0"). In version 6 (Windows) the progress of the status bar is visible but there is some flick.
Dear dfraipont, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Tested with 6.2.5.2 (x64) from Help - About LibreOffice