Hi Cor, > I know how to set the visible sate of a control: > > oControlModel = oDocDlg.GetControl(sName) > oControlModel.setVisible (sYesNo) > > but cannot find a methode (with xRay / API IDL) to check if a control is > visible ...
That's not possible, AFAIK, except with the (potentially expensive) Accessibility workaround mentioned by Christoph. I would like to encourage you to submit an issue for this missing API :) Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
