I did something a bit similar with only on picture followed by some text (screenshot: http://lfdm.net/thesis/images/appscreenshots/fleemarketLevel2.png)
You can get some source for that at...
Type: Posts; User: lfd; Keyword(s):
I did something a bit similar with only on picture followed by some text (screenshot: http://lfdm.net/thesis/images/appscreenshots/fleemarketLevel2.png)
You can get some source for that at...
Hi guys and welcome to the forum :)
Unfortunately you cannot add PyS60 to the eclipse configuration. What you can do is this http://wiki.forum.nokia.com/index.php/Eclipse_%2B_PyDev
LFD
Have you tried those examples from the I put in the Wiki?
http://wiki.forum.nokia.com/index.php/How_to_upload_a_file_to_server_with_multipart/form-data
...
Hi mulinux
It is very easy to do: http://www.lfdm.net/thesis/index.php/2007/04/08/
Using pre-compiled scripts will help a bit to load faster your scripts and at the same time kind of hide the...
Have you tried Musician?
I quickly found a link at http://www.allaboutsymbian.com/software/item/Musician.php. I'm not sure if this is the author webpage.
LFD
Hey carknue,
The only thing you have to do is to save the value of apid in the file. Then you check if apid exists in the file and bi-pass apid = socket.select_access_point()
def...
Do you mean in emulator or the phone?
If on the phone, try to go to Tools > App. Mgr. > Options button > Software installation: All
LFD
Hi m3m0r3xXx,
If you need to know what to get, make the following steps:
Go to
http://www.forum.nokia.com/devices/N80. There you can see that your phone is a 3rd edition
Now download the C++...
Maybe this previous thread could help http://discussion.forum.nokia.com/forum/showthread.php?t=80329&highlight=sysagent
But I'm not sure if it will work since it does not say anywhere if the...
Hi bogdan.galiceanu,
You can check this working example, it could help you: http://wiki.forum.nokia.com/index.php/How_to_scroll_an_over_sized_image_on_canvas
LFD
Hi hjortlund and welcome to the forums :)
The default library folder is lib not libs.
So push your modules in
E:\\python\\lib
Happy hacking!
LFD
Good morning lb213_2000!
Few more things for you to check
The following lines have been added to the shell's default.py but it is not by default! Add the few line bellow at the very beginning...
Hi ledil and welcome to the forum :)
Try this:
import httplib
conn = httplib.HTTPConnection("192.168.32.122")
LFD
Hi yqmtooblue,
Here is a piece of source that calculates the transparency for icons. That should help you figuring out how to access the pixels:
## @brief Calculate the mask for the list...
Hi nick_santa83,
Have you tried to run the installer 2ed 3fp SDK installer and choose "Repair" instead of install?
It could be a path problem pointing to the old a Java directory that you...
The default installation folders for the Python libs (.py, .pyc) are C:\\resource, E:\\resource and E:\\python\\lib. The last one has the advantage to be easily accessible via USB or bluetooth.
...
Hi nick_santa83,
There's a tipo ( \ missing)
Before
BOUNDARY = "----ds9io349sfdfd!%#!dskm"
body = []
for k, v in params.items():
Hey federico2929,
I confirm the problem! On my N95 (with a selfsigned version) I get the Error 2 directly trying to retrieve http://www.google.com from the interactive shell.
As a remark, it...
Hi m3m0r3xXx and welcome to the forum ;)
If you need to learn the basis of Python (won't be too difficult with you PHP experience) you should read tutorials and code example at the following...
Hi yanhua,
You can access C: and D: at
2nd edition
C:\Symbian\8.0a\S60_2nd_FP2\epoc32\wins
3rd edition
C:\Symbian\9.1\S60_3rd_MR\Epoc32\winscw
Hi
The handler or observer is a function that will be called when you press the 'Select' button of the joystick. You have to define what that function have to perform; usually it gets the current...
Hi cman and welcome to the forum :)
You should have a look at ensymble it will solve your problem. 3rd edition only.
LFD
Hi aldosilva,
If you have 2nd and 3rd edition emulator installed on the same machine, make sure that the 3rd edition is the default one before using py2sis.
C:\>devices...
Hi yanhua,
With PyS60 you need to use cElementTree by Simo Salminen.
You import the module like this:
from cElementTree import ElementTree, XMLTreeBuilder ...
Try to put your file in E:
Cool! Where is the source?? :D
LFD