To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97955





------- Additional comments from paolomantov...@openoffice.org Tue Jan 13 
22:55:06 +0000 2009 -------
Hi Bernard,
Thank you very much for the workaround! :-)

>> changing the property from the UI does not reflects at API level
> It is reflected if the macro is started from the document window, 
> but not from the IDE.

Confirmed!

>> changing property values via API does not reflect in the user interface
> This bug only affects the predefined layers.

Not in my case (ooo3.0 "vanilla" on Ubuntu 8.10)
I've created a new layer "Livello4" and tested this macro:

oLayer = ThisComponent.LayerManager.getByName("Livello4")
oLayer.IsVisible = Not oLayer.IsVisible

As you noticed about the other problem, it does not work from the IDE but it
does from the document window

In substance, layer properties are correctly read and written only if the macro
is launched form the document window.

> The tab of the hidden layer does not change its color. Another bug...

Confirmed

Thanks again


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to