for series 60 v 1.1, FP1
Type: Posts; User: Zen13546; Keyword(s):
for series 60 v 1.1, FP1
it depends on the language, on the charset. we dont know what is your language. anyway i think it could work if you use unicode strings and save the scripts in unicode
the only solution is to make 2 menu icons, that means use different name and uid.
jplauril: if you installed 2 apps with same uid, only one would be shown in menu, so you wouldnt be able to run both ones, unless you were doing it by some file manager. i dont suppose he does so
I cannot see this problem. I have several applications installed and I can run more ones with no problems.
I am using Python 1.1.6/N-Gage, I didn't use py2sis but my own script based on appmgr's...
nice. maybe you can remember I was developing a text editor for python programming purposes, so i couldnt have forgotten function like syntax highlighting ... but i hadnt found out any way how to...
you cannot insert text field into canvas in python you display either canvas or the text field
at first I used just the default.py feature,but this was slow and i needed pc. now i use this http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=57553 (see my post there)
sorry then, I don't use py2sis to make standalones
no, when you create standalone app, default.py really contains the source
ad 2) in windows and linux local sockets are possible, so I suppose that is also possible in symbian ...
e32.Ao_lock - that's class, not function. Also notice that it is "Ao_lock", python is case sensitive. Lock is used to ... eh, "lock" the app. Simply, that the application waits for the events. If...
and it ISN'T ? it is obvious that when you run it under interpreter, it isn't (because it isnt an app), but when you run it standalone it is shown there...
1)
two applications exchange data using some file. for example one application creates file "c:\data.dat", writes some data into it, then the second application opens it, reads it, and can edit...
you can try access to some shared file or the sockets. I'd prefer the second one
yeah, there is already another topic
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=63781
it is, check this http://www.gigahosting.cz/zen/bordel/screen111.jpg
I'm now downloading 1.1.5 alpha SDK for S60 v1. It has 16.8 MB :O
EDIT: and the "for phone" zip has got 6 MB. Documentation is included there. great.
now I would like to see these functions
access to tha messages (inbox, send etc.)
non-interactive BT discover, please
and maybe some extended appuifw, like some dialogs and notifications which...
message hooking isn't implemented, so it isn't possible. but that might be possible using bluetooth AT commands. I'm not sure, so don't ask me for details, you can find somewhere on the internet.
...
It isn't implemented in limited Python API. But Symbian allows this (hidden apps, shown by e.g. shortcut), to you might see this feature in the future.
try calling set_exit() only when app isn't running standalone (either installed in menu or run by appmgr). If it's running under Python interpreter, it should be enough to release the lock. So try...
Are you sure you have enough space in internal memory and memory card ? maybe it can seem as a stupid question, but those are the most common problems
maybe doesn't make sense, but your thread does neither.
there are already several topics about Python on S80 and everything we know is that it isn't available now. when it is released, it will be...
I think that is because Canvas isn't saved anywhere. But how to solve I don't know, we would be able to fix if we had some callback function that was called when switched back into the app.