| Reply | « Previous Thread | Next Thread » |
|
Hi Guys, This is my 4th post on this forum and hopefully by this time someone will answer my questions so here goes. How can I assign a value to a field field? lets say you have a couple of text form fields and the last form field will be used to display the output or values computed by the program. How can I do this??? Can I also set the last form field as readonly??? If it is possible how can I enable this feature?
Hoping and praying that by this time around you could help me out. Thanks. |
|
Hi bandz_fab,
First of all download PythonForS60_doc_1_3_12.pdf if you don't have it yet. In 5.1.5 there is writen: Quote:
Code:
fields = [ (LANG['Name'], 'text', APP['name']),
(LANG['Version'], 'text', APP['version']),
(LANG['Author'], 'text', APP['author'])]
about = appuifw.Form(fields, appuifw.FFormViewModeOnly)
about.execute()
Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
|
thank you sir for answering my questions.
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| field not modified in form | silviuccia | Symbian User Interface | 0 | 2006-09-01 12:10 |
| adding field in form | cristoforo | General Symbian C++ | 1 | 2006-05-24 10:45 |
| 求助,电话本问题,请高手解答 | Kiss_Fish | Symbian | 5 | 2005-09-27 03:07 |
| How can I add a popup field to the form dynamically | stelee | Symbian User Interface | 0 | 2005-09-05 11:19 |
| popup form field | dalore | Symbian User Interface | 0 | 2003-07-11 04:44 |