语言

Menu
Sites
Language
Button showing on first time of app initialising

Hi All,

I have a problem with showing a button in my form.

I have to show the button only once for app initializing. After that it should not apper in my form. 

to make these changes what i have to do exactly.

 

Thanks

Rajayalakshmi

 

响应

2 回复
Alex Ashirov

Hi,

You can use Tizen::Ui::Control::SetShowState (false) in order to hide the button when you needed.
 

Chintan Gandhi

Hi Rajyalakshmi,

You can add pButton->SetShowState(false) in the OnActionPerformed() function which will hide it once its clicked.

Thanks.