-
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.
02:06PM UTC on Sep 23 2008 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.
02:00PM UTC on Sep 23 2008 in PyS60
-
Thanks for this info
Now I know why infopopup doesn't work !
BR
Cyke64.
01:55PM UTC on Sep 23 2008 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 !)
01:52PM UTC on Sep 23 2008 in PyS60
-
Sorry Atrant but this is not a patch only a binary 2nd DLL !
Where is the source of this or diff ?.
11:27AM UTC on Dec 24 2007 in PyS60
-
I have added the same example in an attachment.
File Added: test_infopopup2.py.
11:03AM UTC on Nov 23 2007 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...
10:49AM UTC on Nov 22 2007 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)
10:33AM UTC on Nov 22 2007 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)
10:29AM UTC on Nov 22 2007 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)
10:29AM UTC on Nov 22 2007 in PyS60