My account: Login | Sign Up
Loading... 

about 'How to use tabs' | Thread profile

Thread profile page for "about 'How to use tabs'" on http://www.forum.nokia.com. This report page is a snippet summary view from a single thread "about 'How to use tabs'", located on the Message Board at http://www.forum.nokia.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: about 'How to use tabs'
Site: Nokia Developer Discussion Boards  Nokia Developer Discussion Boards - site profile
Forum: Python  Python - forum profile
Total authors: 2 authors
Total thread posts: 2 posts
Thread activity: no new posts during last week
Domain info for: nokia.com

Thread posts in about 'How to use tabs':

1. 
Started 1 month, 3 weeks ago (2008-10-12 08:10:00)  by xiangqiuzhao
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...
Size: 1,142 bytes
Customize:  Customize "about 'How to use tabs' :: Python :: Nokia Developer Discussion Boards"
2. 
Started 1 month, 3 weeks ago (2008-10-12 08:10:00)  by xiangqiuzhao Offline
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 ...
Size: 1,085 bytes
Customize:  Customize "<b>Reply 1</b>: about &#039;How to use tabs&#039; :: Python :: Nokia Developer Discussion Boards"
 

Top contributing authors for about &#039;How to use tabs&#039;

Name
Posts
xiangqiuzhao
1
user's latest post:
about 'How to use tabs'
Published (2008-10-12 08:10:00)
i learn tabs from http://wiki.forum.nokia.com/index.php/How_to_use_tabs , 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 it but not successful, how to ? thanks
xiangqiuzhao Offline
1
user's latest post:
about 'How to use tabs'
Published (2008-10-12 08:10:00)
i learn tabs from http://wiki.forum.nokia.com/index.php/How_to_use_tabs , 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 it but not successful, how to ? thanks