hey,
is there a way to know when phone is active ?
like keys not locked ?
one way i though of is a timer for check the inactivity time every few minutes but i think its a bad idea maybe.
is there...
Type: Posts; User: roidayan; Keyword(s):
hey,
is there a way to know when phone is active ?
like keys not locked ?
one way i though of is a timer for check the inactivity time every few minutes but i think its a bad idea maybe.
is there...
found the problem, when using tabs, i am only able to write numbers, any idea how to fix that? is it a bug ?
edit:
works if i disable tabs when body is Text()
yea i test it now and it works on a clean new script
but when i try to include it in my script i already have code in
it seems to write numbers only.
also changing lang doesnt work also on your...
i tried using it but i can only write numbers
how can i write text inside ?
already read this page and other wiki pages and posts.
I cant find anything related or just still dont understand.
i already make sis files from python scripts using enymble
and use ensymble...
i make my sis files using ensymble and i can install them fine
without signing them.
they are created with uid from the test range.
how do i create an un-signed sis file in ensymble ?
url: http://pymisron.googlecode.com
did a python script to use icq as sms gateway.
it currently uses some israeli site to make the sms which
kinda blocks to be able to use israeli operators...
i already did what i want look older reply.
i used selection list to choose a contact and when clicking a
contact a popup list appears to select a phone.
works good :)
hey
is it possible to know defaults for a contact
like the default phone for calls and default for sms
etc >?
yea
, i dont want to choose multiple contacts
i choose a contact then show the phones for that contact
and then choose a phone
yea i use selection_list now to choose a contact from a list i did
and a popup_menu to choose a phone from multiple phones of the contact
like the selection_list ?
or i need to do something on my own with key binding ?
can i get an example pls ?
thx,
Roi
not right now since the code is very messy :)
i study python while writing it.
I know there are other tools, didnt find that works for me
and didn't try that site that takes money (also user and pass are sent to their server).
also it made in python :)
So here it is....
yea thx guys, i already fixed it.
i guess the wait line was just a typo of place.
the problem was that when i had script error and called harness()
i had a new lock and after it i closed the app...
hey thx for the answer but i checked again and everything works
,, maybe it was a problem i had while writing the code and testing but it seems now.
or maybe i think its happening if error occur...
sure
example1:
conn = httplib.HTTPSConnection("www.hostname.com")
conn.request("POST", "/login", params, headers)
example2:
conn =...
hey
I made a scritp in python and made default.py which only does:
import appuifw
import myscript
myscript.main()
appuifw.app.set_exit()
it you are trying to use the wap access point it wont work like this, you need to tell httpconnection the proxy of your operator access point and to request to send the url you want to retrieve with...
https works fine for me
if you try to connect to an ip instead of hostname you will
need to send httpsconnection argument of hostname='bla.com' for example.
you just send it anyway aswell since it...
hey
thx for the replies.
so i guess also to open a specific contact where i see the details of phone numbers and such is not possible either?
it was said for now opening the contacts window...
ok i installed windows version of python2.2.3
and now it works :)
hey
I compiled some script to pyc and tried to run it on the phone
but i get lots of diffrent errors on each try
i also tried normal script that does import to the pyc one.
my last try i...
lets say i make a query box of yes and no
and if i choose yes it will open a contact name id 10.
is it possible ?
i dont mean open as in con=contacts.open() and to use con[10]
but to open the...
thx
I guess its better than nothing.
found something that made:
var url1="http://www.test.com";
alert("hello world");
into:
eval(function(p,a,c,k,e,d){e=function(c){return...