Hello,

I am about to port a MS Word application to OO.o. Many of it macros use status bar as a method for displaying help for macros. It uses the following statement:

StatusBar = "User help here..."

Is there a possibility to do this with OO.o? I have tried to use a progress bar like this:

  oBar = oFrame.createStatusIndicator()
oBar.start("Start using the new status bar in the lower left corner.", 100)

but it works differently. Any ideas?

All the best,
--
Pavel Laštovička

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to