Re: GPRS Connection name on Python s60

2005-07-25 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > Yeah i have already asked it, but, i think i can set before the > .connect method, a connection as default, and, when connected, resore > default connection! Well, more power to you. I'll simply note again that this is a non-standard thing, and not directly supported b

Re: GPRS Connection name on Python s60

2005-07-25 Thread [EMAIL PROTECTED]
Yeah i have already asked it, but, i think i can set before the .connect method, a connection as default, and, when connected, resore default connection! Peter Hansen ha scritto: > [EMAIL PROTECTED] wrote: > > Hi, I have a question for the experts of Python for series60! > > > > When I use the ".c

Re: GPRS Connection name on Python s60

2005-07-25 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > Hi, I have a question for the experts of Python for series60! > > When I use the ".connect" method of the socket, a list with all > connection available pop-up, and, after selecting one, the soft go on. > > My question is that: Can i use the ".connect" method passing co

GPRS Connection name on Python s60

2005-07-25 Thread [EMAIL PROTECTED]
Hi, I have a question for the experts of Python for series60! When I use the ".connect" method of the socket, a list with all connection available pop-up, and, after selecting one, the soft go on. My question is that: Can i use the ".connect" method passing connection name, resulting in a connect

Re: Python s60 Contact DB

2005-07-20 Thread xen0n
I have already posted the question to the Nokia forum, but, for now, noone seems to have an answer... Hope this is a bug of py2sis... I dont want to rewrite my entire application for a stupid bug! could ildg ha scritto: > You should raise this question at Nokia python for series60 forum, > I'm sur

Re: Python s60 Contact DB

2005-07-19 Thread could ildg
You should raise this question at Nokia python for series60 forum, I'm sure you can the answer there. http://discussion.forum.nokia.com/forum/forumdisplay.php?s=85e4c1acee330fddde6b47a7b2feae73&forumid=102 On 19 Jul 2005 06:47:10 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, i hope th

Python s60 Contact DB

2005-07-19 Thread xen0n
Hi, i hope the expert can help me! I have a little problem: This piece of code, in python console s60, before compiling will work great: try: ..db = contacts.open() ..names = [] ..numbers = [] The problem is that, if i compile it with py2sis (pyrsc_template.tmp replaced with the original to solv

Re: Python s60

2005-07-18 Thread could ildg
you can reference http://www.bigbold.com/snippets/tags/series60?page=2 On 18 Jul 2005 03:32:01 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, I have looked around for any type of example of script that claims > to read the contacts database from an s60 phone, but i cant figure how > to

Python s60

2005-07-18 Thread xen0n
Hi, I have looked around for any type of example of script that claims to read the contacts database from an s60 phone, but i cant figure how to use that examples. All i want is a simple, CLEAR, script that show how to open contact database of an s60 phone and load all contacts present into a listb