i learn tabs from http://wiki.forum.nokia.com/index.php/How_to_use_t abs , but i want replace the view_stack with some forms. code like this, replace code Code: v0 = appuifw.Text(u'Tab 0') view_stack.append(v0) with code Code: v0 = appuifw.Form(_iFields, appuifw.FFormEditModeOnly) view_stack.append(v0) i want to display some forms when i move the tabs bar. i tried...


