To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72609 Issue #|72609 Summary|UnoControlModels in UnoDialogs need a Visible property Component|api Version|680m193 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|FEATURE Priority|P3 Subcomponent|code Assigned to|cd Reported by|bc
------- Additional comments from [EMAIL PROTECTED] Fri Dec 15 01:43:57 -0800 2006 ------- I should be possible to set and query the visibility of a UnoControl in a UnoDialog at the model. Currently it is not directly possible ot query the visibility of a UnoControl. Setting the visibility at a control is possible as described further down. bc->cd: As we discussed with mt and fs we therefor would like to have Visible property at the control that meets the following specification, that I extracted from the coming Uno-awt documentation Visible: The property Visible [of the controlmodel] defines whether a dialog control is to be appear visible on its assigned dialog-step or not. The effective Visibility of a control is thus derived from the values of both properties Step and Visible. For example if the Step property of the controlmodel is not equal to the Step property of the dialogmodel (that denotes the actual visible dialog step) the control will not be really visible. In contrast the method setVisible( [in] boolean Visible ) at the interface [IDL:com.sun.star.awt.XWindow] can be applied to the control and will set the Visibility of the control regardles the value of the Step property. --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
