| Reply | « Previous Thread | Next Thread » |
|
Hello,
In my application i have two scripts call Main.py and Seconda.py when the application start the first window is open but i open also the second window i can't return in my first window. The scripts that i use are here: Main.py Code:
import appuifw,e32 import Seconda def Exit(): Lock.signal() def Second(): Seconda.start() Lock=e32.Ao_lock() appuifw.app.exit_handler=Exit appuifw.app.title=u"First Window" appuifw.app.menu=[(u"Second Window",Second),(u"Exit",Exit)] Lock.wait() Code:
import appuifw,e32 def start(): def Esci(): L.signal() L=e32.Ao_lock() appuifw.app.exit_handler=Esci appuifw.app.title=u"Seconda Finestra" appuifw.app.menu=[(u"Esci",Esci)] L.wait() ![]() |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| 关于exe形式编程的一点心得,希望对大家有所帮助 | allyfeng | Symbian | 30 | 2008-11-14 01:58 |
| error PRJ0019 error while creating sis file | mrshine | General Symbian C++ | 3 | 2008-10-17 18:16 |
| Problem Creating Window Using RWindow and putting More controls on it | er_gps212 | Symbian User Interface | 0 | 2005-10-28 07:22 |
| About window views | thodime_guru | Symbian User Interface | 1 | 2004-06-17 19:00 |
| Application window "moves" with menu | colinward | General Symbian C++ | 1 | 2002-11-11 15:18 |