To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103751
User fs changed the following:
What |Old value |New value
================================================================================
Status|UNCONFIRMED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |INVALID
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Aug 12 10:01:28 +0000
2009 -------
controlling visibility at the control is ... underspecified, at least (see my
comments in issue 102090).
For the concrete case: A control is a *view* facet, so whatever you do with it,
is valid for the concrete view (the control lives in), only.
Changing to page preview creates another view of the document, so it creates
another control, so whatever the macro did with the previous control (in the old
view), does not apply to the new view.
Changing back to the "normal" view re-creates the control there (and also the
complete view). Since mere views are not made persistent, and the control model
does not know about invisibility (it doesn't support this), the control is
re-created in a visible state.
So, everything works as expected here. => resolving as INVALID
Note that recent in developer snapshots towards 3.2, form controls have a
"Visible" property in the property browser (EnableVisible at the control model
API object), which now provides a defined and supported way to tamper with
control visibility.
However, "EnableVisible" does not control printing - this is what the
"Printable" property is for, both are independent.
---------------------------------------------------------------------
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: [email protected]
For additional commands, e-mail: [email protected]