| Reply | « Previous Thread | Next Thread » |
|
How to create a popup note that waits user's key pressing?
|
| DrivingMobileInnovation |
| View Public Profile |
| Find all posts by DrivingMobileInnovation |
|
Hi maybe you can do this with
1) appuifw.query(), it can act similar to pop up menu and when user press key the program executes. 2) You can do something like this, Popup_manu statement Until (Keypressed): display the popup menu but this will be an irritating solution to see, so maybe you can use time.delay() by importing time. If these don't work please tell i haven't tried them but will try later if they doesn't work for you. IDEAS is all they need but still they think only Genius can give them that. |
| shubhendra |
| View Public Profile |
| Find all posts by shubhendra |
|
Quote:
Your program must listen to the keypress events and should give a popup when the required keypress are detected. As suggested above you can use the default note from appuifw, or there is also one more popup that you may use. appuifw on and after pys60 1.4.1 also offers an other popup called InfoPopup only on 3rd edition devices. You may use that as well. Code:
pop=appuifw.InfoPopup() pop.show(u'hello') Croozeus |
|
I mean, I would like to do a pop up note that pops up and when user press any key it goes off.
|
| DrivingMobileInnovation |
| View Public Profile |
| Find all posts by DrivingMobileInnovation |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| need information about j2me polish | rathikathangaraj | Mobile Java General | 4 | 2007-12-19 10:01 |
| Anyone used Info popup note API yet? | nhammond | Symbian User Interface | 3 | 2007-04-03 12:57 |
| GoogleIt | deepika.mangla | General Symbian C++ | 4 | 2007-01-08 02:07 |
| SyExpat + problem + memmove + Carbide Express | pearman | General Symbian C++ | 2 | 2006-10-14 23:21 |
| another Null pointer exception | kvchen1985 | Mobile Java Tools & SDKs | 1 | 2004-06-28 16:33 |