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


User bmarcelly changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'aw'                      |'aw,bmarcelly'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Nov 15 14:34:31 +0000 
2007 -------
My own 2 € cents ...

Switching visibility of some controls in a complex form has been used since a 
long 
time.
This code is working with npower's document on OOo 1.1.5 and 2.2.1 (I have 
both):

Sub SwitchVisible
Dim thisPage as object, thisForm as object
Dim myControl as object, myControlView as object
thisPage = thisComponent.Sheets.getByName("Sheet1").DrawPage
thisForm = thisPage.Forms.getByName("Standard")
myControl = thisForm.getByName("ComboBox")
myControlView = thisComponent.CurrentController.getControl(myControl)
myControlView.Visible = (MsgBox("Make visible ?",4) = 6)
End Sub

method .isVisible() is not available in version 1.1.5 but you can nevertheless 
switch 
visibility.
So really, there is regression if it does not work anymore.

---------------------------------------------------------------------
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]

Reply via email to