https://issues.apache.org/ooo/show_bug.cgi?id=119402
Priority: P3
Bug ID: 119402
Assignee: [email protected]
Summary: css.awt.SpinningProgressControlModel do not work well
Severity: normal
Issue Type: DEFECT
Classification: Code
OS: All
Reporter: [email protected]
Hardware: PC
Status: CONFIRMED
Version: AOO 3.4.0
Component: code
Product: api
Created attachment 77579
--> https://issues.apache.org/ooo/attachment.cgi?id=77579&action=edit
Example code to use SpinningProgressControlModel
css.awt.SpinningProgressControlModel is introduced to replace
css.awt.UnoControlThrobber and its model on 3.4.
But it seems not work well, nothing shown for the position of the control.
When I use css.awt.AnimatedImagesControl and css.awt.AnimatedImagesControlModel
to show animated images, it works well. But I replace
AnimatedImagesControlModel
with SpinningProgressControlModel, nothing shown.
The attached document includes the macro to use SpinningProgressControlModel.
- Open the attached document.
- Push "push" button on the document. -> dialog shown.
- spinning control should be shown at the left top corner of the dialog ->
nothing
- spinning animation created with AnimatedImagesControlModel is shown in the
dialog.
- Push "Animated" button -> shown one works well.
It seems this problem is caused by lacking of spinning images from images.zip.
--
You are receiving this mail because:
You are the assignee for the bug.