| Reply | « Previous Thread | Next Thread » |
|
Hi,
Does anyone know how to disable to form's default "save" menu option and save prompt under the back key? I need to post the contents of the form to a server, and have no need for saving the form. Additionally, I do not want the back key to prompt the user to save the form. These defaults are very confusing, and I would appreciate any guidance on disabling them! Thanks in advance. |
|
Join Date: Feb 2008
Posts: 743
Location: Belo Horizonte, Brazil
Rafael T.
Offline
Forum Nokia Champion
|
||
|
Quote:
Yes, you could personalize the menu: Code:
import appuifw
def handle_forms():
form = appuifw.Form(fields, flags)
form.menu = [(u"Exit", quit)]
form.execute()
Quote:
Rafael.
Last edited by Rafael T. : 2008-11-01 at 20:37.
|
|
Hi Rafael,
Unfortunately, I still get a "save" menu option even after adding my own menu options. Does "save" show up in your menu, or is it completely absent after creating your customized menu? Thanks |
|
Join Date: Feb 2008
Posts: 743
Location: Belo Horizonte, Brazil
Rafael T.
Offline
Forum Nokia Champion
|
|
|
Quote:
![]() I'll search a bit more and if I find something I'll post it here for you. BR, Rafael. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| second form not getting key events | krsunil | Symbian User Interface | 3 | 2008-12-10 11:29 |
| Form troubles | matdodgson | Symbian User Interface | 2 | 2008-12-06 11:49 |
| Weird Form behaviour on N73 | Damo2k | Mobile Java Tools & SDKs | 2 | 2008-02-21 16:43 |
| Hide Defaults Form - Menus | Kavit Patel | General Symbian C++ | 1 | 2008-02-09 17:49 |
| problems in creating multipage form | A.Vogel | Symbian User Interface | 0 | 2007-10-02 09:16 |