You cannot post messages because only members can post, and you are not currently a member.
Description:
The main discussion list of the Scripting Layer for Android (SL4A) open source project.
|
|
|
sl4a r5 = android r5
|
| |
Hi,
Is sl4a release version the same as the android version? sl4a r5 =
android r5? and now the android is r18?
Best regards,
Ken
|
|
HTMLParser
|
| |
Hi. I use python 3. Try is code "import HTMLParser". But not is running. Error code is "no module named HTMLParser". HTMLParser is standart library.
|
|
Countdown in FullScreenUI
|
| |
[link]
Lines 28 and 29: Pressing button "Timer" a countdown start writing
numbers on the same button, but everything is locked until the
countdown is over.
I'd like to be free to do something else while the countdown goes on
and I thinked to use the threading module.... more »
|
|
Rebuild script.jar
|
| |
Dear members,
I saw script.jar is rebuilt from time to time ([link]
p/android-scripting/source/det ail?
r=9f00db74844d686977bed831d836 f0357321e265), where can I find the code
achieving this ? Or is there a project only dedicated to script.jar ?
Thanks
A.
|
|
python time.sleep(60) in background becomes time.sleep(6000) ??
|
| |
I've got this nicely running script, that checks for new SMS messages every minute, using a time.sleep(60). When put in background though, it "oversleeps" dramatically, like one hour and a half - but then it does what it has to do at normal speed. This is with sl4a_r5.apk, PythonForAndroid_r4.apk, MiniCM9-3.0.1 on an... more »
|
|
TextWatcher in SL4A?
|
| |
Is there a way to create something like TextWatcher (http://
developer.android.com/referenc e/android/text/TextWatcher.htm l) in SL4A?
|
|
r5x builds and script_for_android_template
|
| |
Hi all,
It seems the builds for script_for_android_template.zi p on the
unofficial page is out of sync with the r5x builds. Is anyone
currently maintaining a buildbot which would keep them updated? If
not, would there be an interest in such a thing? In the mean time,
does anyone have new versions of the script.jar and similar for those... more »
|
|
|