语言

Menu
Sites
Language
UI Builder PopUp using into a form class

Hi,

Can any one tell me how to use a Popup(which is created using Ui Builder) into a form class.

like when we click on a button popup shows.

Give me a small example to access a popup into a form.

Thanks

Rajyalakshmi

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

7 回复
Pushpa G
check in UiControls sample app available in IDE, Tizen IDE>File>New>Tizen>Tizen Native project>Sample>UiControls. In this you can see messagebox and pop up in form. Also check this https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/guide/ui/implementing_popup_messagebox.htm and https://developer.tizen.org/help/topic/org.tizen.native.apireference/classTizen_1_1Ui_1_1Controls_1_1Popup.html
y Rajyalakshmi
Hi Puspha, I am asking for the popup which is created using Ui Builder into another class. PopUp creation also same as form in Ui Builder. I am asking for popup class using in from class. please explain me in clear Thanks Rajyalakshmi
Pushpa G
ok. you can do it using Resource ID. __pPopup->Construct(ResourceID);
y Rajyalakshmi
Hi can you please explain me clearly. I have tried in so many ways. But I didnot get how to Use external popup into my form. Give me sample example for HelloWorld. when i click on ok popup should be shown. Thanks Rajyalakshmi
Pushpa G
Hi Rajyalakshmi, Check the attached in this link https://developer.tizen.org/sites/default/files/popup.zip
y Rajyalakshmi

Hi Puspha,

Sorry to say,I didnot find any attachment in this link.

Thanks

Rajyalakshmi

 

y Rajyalakshmi

Hi Puspha,

     Thanks for the great response. Got the solution for my Query.

Thanks

Rajyalakshmi