Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


Hi,

it seems that in Basic I can hide a control in a dialog simply with 

oControl.Visible=false

But I am totally at a loss on how to do this from a C++ extension? 

Reference< XControl > c_1 =
xControlContainer->getControl(OU("txt_ActionParameter1"));
c_1->Visible = false; // doesn't exist
c_1>setVisible(false); // doesn't exist

I can't find this "Visible" property in the API documentation of XControl,
either!

Thanks for any hints!
Jan



--
View this message in context: 
http://nabble.documentfoundation.org/Dialog-Hide-a-control-by-C-code-tp4135197.html
Sent from the Dev mailing list archive at Nabble.com.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.