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: [email protected]
Reporter: [email protected]
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs