语言

Menu
Sites
Language
Creating Two frames in tizen

Hai all,

Is it possible to create two frames and adding a form to each frame

Plz can any one guide me 

响应

2 回复
Alex Ashirov

Hi,

You can create multiple frames and add them to frames list of your UI application using Tizen::App::UiApp::AddFrame(). You can retrieve a list of the frames as instances of the Frame class using the Tizen::App::UiApp::GetFrameList() method. Also, you can retrieve a particular frame using its name or index (Tizen::App::UiApp::GetFrame(), Tizen::App::UiApp::GetFrameAt()).

P puvvada

hai alex ,

Thanks for your reply 

My problem was solved