To start the emulator you should just be able to go to Start>Programs>Symbian 1 SDK's>Series 60 Emulators (that's what my path is)
jay
Type: Posts; User: jaydorsey; Keyword(s):
To start the emulator you should just be able to go to Start>Programs>Symbian 1 SDK's>Series 60 Emulators (that's what my path is)
jay
Yeah, I realized after the fact that I must have hit the new topic instead of reply :) Thanks for the link, and the tips. Can't really see accessing the database as that useful for me until I can...
Here's how I did it for the version 1 SDK.
Put the .py file in: C:\Symbian\6.1\Series60\Epoc32\Release\wins\udeb\z\system\apps\PYTHON\my
You might have to create the "my" folder.
Start the...
Page 24 in the file API_Reference_for_Python_1.0.pdf is where I found the list of all the data types. There are 16 total there (maybe you are working w/ 2.0?) What I'm having trouble doing is...
I found out the trial and error way about the type_codes (it's in the manual, but I didnt' catch it the first read through).
Only thing that I'm kinda stuck on now is that in the contacts table I...
Excellent example. I've been trying to get something similar to this to work but I kept missing small bits and pieces. I hope to see some excellent applications spring up from this :)