http://www.forum.nokia.com/main/0,,034-821,00.html
Type: Posts; User: llapplecn; Keyword(s):
http://www.forum.nokia.com/main/0,,034-821,00.html
Try to unzip Python_1_1_5_for_2ndEd_FP1_SDK.exe. The are two folders. One is called "InstallderData".
1. Find Resouce1 in this directory "InstallerData\Disk1\InstData\\Resource1.zip"
2. Unizip...
It may have problem when u use old version of SDK. Try to use newer version of SDK:
PythonForSeries60_1_1_5_for_2ndEd_FP1_SDK.
There is a folder in this directory:...
This is my code.I want to show the image 5 seconds and show the text "Hello world" . It works correctly as a script in Python application. However, when it is changed to a stand-alone application. It...
Thanks a lot...............................
请问各位高手,怎么打开mbm文件的图像,我自己建立了一个application,所以想附带一些图片(用mbm),但是不知道怎么打开。。。。我是用Pyhon for Series的,不过如果有人知道,C++或别的语言也没有关系,可能有相似之处。
Thanks..i have seen your work...but it is Rom-only, Black & White only.... I wanna to create my own application which have my own mbm file( color images).....Then I can open by "im =...
How can I open an image from .mbm file,,,,,If I use Image.open( ), it can not assign a parameter which is the order of the image. How it can regonize which image i want to use????????Thanks a lot.
e32.start_exe('z:\\system\\programs\\apprun.exe', 'e:\\system\\apps\\voucher\\voucher.app',3)
Can I transfer the data to this application? I tried this statement,,,it is ok,,,but nothing is...
How can I make it work?I saw most of the application have two files: RSC and APP.I have copied these files to the folder.
How can I make tha application work on the emulator?I used this command "py2sis XX.py ...\temp\xx.sis --leavetemp". Then I copied the .rsc file, .app file, and .aif file to a new folder called myapp...
1. icon1 = appuifw.Icon(u"z:\\system\\data\\avkon.mbm", 28, 29)
What is the meaning of two numbers?If the first one is the number of order, what is the meaning of the second number?
2. How can I...
Any further information or examples for that ? That is very difficult to start without any ideas.Thanks a lot.
How an application calls and send data to another application?(one application talks to another application)?
I wrote an application. I want to have an image to show when i click the the icon for this application. This image will show 10 seconds.........How can this be achived?...
My phone is nokia 6600...and i use PythonForSeries60_SDK_2ndEdFP2(Microsoft) on the pc and 2nd version of SDK on the phone.
I haven't try it on the emulator. By the way, do you know how i can...
bmconv Myapp.mbm icon-44x44-colour.bmp icon-44x44-mask.bmp icon-42x29-colour.bmp icon-42x29-mask.bmp
Is this order ok?I can see the icon but it has no colour.
I followed instruction from
http://discussion.forum.nokia.com/f...ht=%2Apy2sis%2A and http://www.newlc.com/article.php3?id_article=197. I did all, but the icon on the phone is still monochrome.I...
nothing
Thanks a lot,,it works now.
I have installed "PythonforSeries60_x.x.zip", but i can not find py2sis tools either.In the Nokia folder, there are only doc and unistall folder.
I have read the document and searched all the related topics for it, however, I can't find the exact answer.
Question 1: I can't find py2sis. A lot of people have the same problem, but no answer for...
I have few python code which can be run on Python for Series 60, but i prefer to make these programs as application which have icon on the top menu of the phone. Is it possible,,how can i do it?...
I have a problom in data transmission between Python and PHP. Python 2.4 always ingore the 'space' if i want to transfer a string ,which has spaces, to PHP. If i use Python for Series 60, the space...
I would like to get the information from php and pass the messgae to php..How can i do that?Any idea?Thanks.
for example:
file.php
<?php
echo "Hello world";
?>
it return a string and the...