Thks.
I wish not to show my image.jpg as the background and not a default python white background display but an empty background .
Type: Posts; User: ComThink; Keyword(s):
Thks.
I wish not to show my image.jpg as the background and not a default python white background display but an empty background .
My code always display the default white screen background?
How do I change the default white background to a transparent backround to show the phone's original background for eg during menu...
(Pls ignore wrong indentation)
I can only do manually refresh while my program is running.
There is something wrong with my code shown below:
appuifw.app.menu = [(u"Refresh", self.refresh)]
...
Hi Cyke64,
Is the blueS module able to display bluetooth signal strength?
Anyone has the source code of blueS.sis?
42x42 or 42x29
.svg file type?
Which of the code shown below able to enlarge the size of the default font?How do I use it?
#t=appuifw.Text()
#fontname=appuifw.app.t.font[0]
...
Thanks Maxim6630.
It is okay now.
I also have my devcert to sign Pys60scriptshell.sis and many unsigned sis files.They all able to run well inside my phone.
Is there any difference in devcerts?
Pls ignore wrong indentation as shown.
My script is able to run within python:
import location
class network :
def __init__(self) :
self.text = u""
def network(self) :
...
I have tried many methods but the sis application displays blank sheet.
Do you have to add readdevicedata capability during making the sis?
Using location module, how to execute both applications i.e location and telephone synchronously? Pls help.
Hi,
I got this error TypeError:set_position[]takes exactly 2 arguments(3 given) when I execute the given code example as shown below.
canvas = appuifw.Canvas()
renderer =...
Any one knows this,pls share.Thanks
fgimage source code:
import e32
if e32.s60_version_info>=(3,0):
import imp
_fgimage = imp.load_dynamic('_fgimage', 'c:\\sys\\bin\\_fgimage.pyd')
else:
import _fgimage
Anyone has been successfully in installing aosocketnativenew module on a S60 3rd edition phone pls help.
Any expert on this pls help.Thanks
Part of my code is:
self4.gethost= lightblue.gethostaddr()
self4.finddname= lightblue.finddevicename(lightblue.gethostaddr())
self4.gethostcl= lightblue.gethostclass()
self4.text = u"Host...