[Libreoffice-bugs] [Bug 112116] New: StatusIndicator
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 30 21:15:10 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=112116
Bug ID: 112116
Summary: StatusIndicator
Product: LibreOffice
Version: 5.3.5.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: dfraipont at gmx.fr
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170830/6e7e0456/attachment.html>
More information about the Libreoffice-bugs
mailing list