Languages

Menu
Sites
Language
Creation of Web application from UI builder tool

Hello,

I am trying to create a UI for an application using Tizen UI builder tool. I am using  Tizen SDK, Version : 2.2.1, Build id : 20130927-1500.

If I run this UI builder application on simulator it runs fine and shows proper UI as expected.

UI builder tools also generates HTML5 page and CSS style sheet information.

I want to use this HTML5 and CSS information for creating separate Web application. Is there any proper way to create web application project from UI builder project ??

I tried to copy html page and CSS page manually in the web application project and run it on simulator but only text was shown, not a proper UI.

Is there any appropriate way to create web application from UI builder project ??

 

Thanks !!

Warm Regards,

Ruchi Sharma

Responses

4 Replies
Alex Dem

Hi,
When you create project this way in SDK:
File->New-.Tizen Web Project->Template->Tizen Web UI Builder from one of templates:  this is separate web project which could be installed on device (and it uses Tizen framework)
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/ide_sdk_tools/tizen_builder.htm
Or maybe I missed some details in your question.
Alexey.

Alex Ashirov

Hi Alex,

As far as I understand they want to integrate/copy some UI elements generated by UI Builder (HTML5 and CSS) from UI builder project to another web application project.

Alex Dem

Hi,
In Tizen SDK there is possibility to import (File->Import) Tizen Web project or widget file only.
Alexey.

AVSukhov

Hello,

The Web UI Builder framework provides several abstract objects to handle the events of application, pages and widgets. To transfer files correctly you must comply with all project architecture.

For more infomation see:

https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/app_dev_process/uibuilder_framework.htm