Laurent Godard schrieb:
Hi again

i do not speak about the progressbar but somewhere to put a an information about the document that is always visible


after digging with xray, i can access the status bar elements

statusBar = stardesktop.frames(0).layoutmanager.getElement("private:resource/statusbar/statusbar")
ac = real.accessiblecontext
for i= 0 to ac.AccessibleChildCount-1
    xray ac.getAccessibleChild(i)
next i

the question now is: can I add a nezw zone ?
lets dig ...
Hi Laurent,

Currently you have to implement a status bar controller and add it via ui configuration manager API. You can find some simple status bar controller in the framework project source tree (framework/source/uielement). I will start a status bar controller tutorial after I finished my popup menu controller tutorial. There I will explain in detail how to create a status bar controller and the status bar environment. I also think about adding support for some generic status bar controller (like the complex toolbar controller). We shifted these ideas because until now nobody asked us for a better status bar support.

Regards,
Carsten

--
Carsten Driesner (cd) - Project Lead OpenOffice.org Framework
Framework wiki: http://wiki.services.openoffice.org/wiki/Framework
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to