hello, I have a nokia N95 installed with the Python Shell, now I want to write an application (no graphics) text completely, where I need to input numbers and strings, how can I do? Thanks for your help in 1000 to early
hello, I have a nokia N95 installed with the Python Shell, now I want to write an application (no graphics) text completely, where I need to input numbers and strings, how can I do? Thanks for your help in 1000 to early
Well you could use the Text class form the appuifw module as the application's body. That way the user can input things and your application can read them.
Check this article for information on how to use Text.
You might want to take a look at '--profile=console' option in ensymble. When an application is packaged with this option, the application wont have the default s60 UI but will have pure console UI. Note that you should additionally install 'stdioserver_nokia_1_5_1_SS.sis' available in the installer for such applications to come up.