tizen - Error when using XML form with Form-based GL Application template -


i created test app using template opengl application -> form-based provided tizen sdk.

the template created includes xml form "res/screen-size-normal/idf_form.xml", isn't used default template. changed code in initialize() use follows:

bool formbasedglform::initialize(void) {     //construct(form_style_normal);     result r = construct(l"idf_form");     [...] } 

where line commented out original line of code used , second line modified code trying create form based on xml resource.

however, construct(l"idf_form") returns error e_file_not_found.

any idea might wrong?

you need change value of uiscalability "physical" "logical" in manifest.xml


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -