-
Another mistake :
(WRONG ) daily_instances func of camera module returns wrong value
(RIGHT) daily_instances func of CALENDAR module returns wrong value
for the bug title !
BR
Cyke64.
2008-09-23 14:06:31 UTC in PyS60
-
Hello ,
On S60 you can use Pdf+ (3rd party software) NOT FREE !
http://www.mbrainsoftware.com/Series60/Pdf/Pdf.htm
With this one it works perfectly !
BR
Cyke64.
2008-09-23 14:00:59 UTC in PyS60
-
Thanks for this info
Now I know why infopopup doesn't work !
BR
Cyke64.
2008-09-23 13:55:17 UTC in PyS60
-
Hello Carles ,
You can use envy module (not integrated in standard PyS60) for testing capabilities !
You can info about its use HERE
http://wiki.forum.nokia.com/index.php/How_to_use_the_envy_module
BR
Cyke64 (Author of this free module !)
2008-09-23 13:52:31 UTC in PyS60
-
Sorry Atrant but this is not a patch only a binary 2nd DLL !
Where is the source of this or diff ?.
2007-12-24 11:27:02 UTC in PyS60
-
I have added the same example in an attachment.
File Added: test_infopopup2.py.
2007-11-23 11:03:29 UTC in PyS60
-
Hello ,
I have a strange bug(!)
I have tested this code on N93 , N95 and E61 with PyS60 1.4.1
Steps to reproduce bug:
Choose bug in the menu
Now switch to numeric mode with long press of #
press any key between 0 and 9 , it display brievy 57 9 !!!
Correct behaviour is 'ascii code' followed by key by selecting OK in the menu
The only difference between these two method is the loop...
2007-11-22 10:49:15 UTC in PyS60
-
I try same code on N93 with 1.4.1
Traceback (most recent call last):
File "", line 1, in ?
File "c:\resource\site.py", line 97, in platsec_import
return _original_import(name, globals, locals, fromlist)
File "c:\resource\sensor.py", line 20, in ?
import _sensor
File "c:\resource\site.py", line 112, in platsec_import
raise ImportError("No module named "+name)
2007-11-22 10:33:02 UTC in PyS60
-
I try same code on N93 with 1.4.1
Traceback (most recent call last):
File "", line 1, in ?
File "c:\resource\site.py", line 97, in platsec_import
return _original_import(name, globals, locals, fromlist)
File "c:\resource\sensor.py", line 20, in ?
import _sensor
File "c:\resource\site.py", line 112, in platsec_import
raise ImportError("No module named "+name)
2007-11-22 10:29:51 UTC in PyS60
-
I try same code on N93 with 1.4.1
Traceback (most recent call last):
File "", line 1, in ?
File "c:\resource\site.py", line 97, in platsec_import
return _original_import(name, globals, locals, fromlist)
File "c:\resource\sensor.py", line 20, in ?
import _sensor
File "c:\resource\site.py", line 112, in platsec_import
raise ImportError("No module named "+name)
2007-11-22 10:29:03 UTC in PyS60