Search found 8 matches

by tohe
Mon Feb 11, 2019 1:07 pm
Forum: Announcements
Topic: Hollywood 8: Supremacy out now!
Replies: 65
Views: 74849

Re: Hollywood 8: Supremacy out now!

p-OS wrote: Sun Feb 10, 2019 10:16 pm Cool!
Please try to compile with RapaGui for android. Is it work now?
The plugin-download page doesn't include RapaGUI for Android yet, but I'll give it a try when available.
by tohe
Mon Feb 11, 2019 9:40 am
Forum: Announcements
Topic: Hollywood 8: Supremacy out now!
Replies: 65
Views: 74849

Re: Hollywood 8: Supremacy out now!

"System notifications are now supported" Is this a Android only feature or available on the other platforms as well ? I got the license in few minutes yesterday when upgraded my 7.1 to new 8.0 - great work! Reading the change history from help-files, I believe this is for other platforms ...
by tohe
Wed Jan 17, 2018 12:13 pm
Forum: Announcements
Topic: Hollywood APK Compiler 2.1 released
Replies: 9
Views: 11134

Re: Hollywood APK Compiler 2.1 released

An app that I just compiled with the new APK Compiler is having problems (automatically closing) whenever I change the display orientation (portrait/landscape)---either by Hollywood command, or by physically rotating the android device. I tried it on three different devices; and the same thing happ...
by tohe
Wed Jun 15, 2016 12:06 pm
Forum: Announcements
Topic: Hollywood APK Compiler 1.3 released
Replies: 1
Views: 7223

Re: Hollywood APK Compiler 1.3 released

Excellent work, the speed improvement when starting up the software is huge... Great Work!!!
by tohe
Wed May 18, 2016 6:51 pm
Forum: Newbie questions
Topic: Android-keyboard and text input
Replies: 6
Views: 6772

Re: Android-keyboard and text input

Hmm, the problem is that I don't have any devices running the Samsung keyboard here. It is working fine on my Nexus devices with the Google keyboard. I need to see if I can borrow a Samsung device from a friend to debug this or can the Samsung keyboard be installed on Nexus devices? I tried to down...
by tohe
Mon May 16, 2016 8:15 am
Forum: Newbie questions
Topic: Android-keyboard and text input
Replies: 6
Views: 6772

Re: Android-keyboard and text input

So I just tried following short clip and compiled apk: 1. it works if I have Samsung keyboard without predictive text input (and word selection bar) on 2. if I turn Samsung keyboard on with predictive text input - nothing is displayed (and s$ is empty) same code works on any other platform + Android...
by tohe
Fri May 13, 2016 8:56 am
Forum: Newbie questions
Topic: Android-keyboard and text input
Replies: 6
Views: 6772

Re: Android-keyboard and text input

- first thanks for answer, but as said I would rather keep things simple and as it works on other platforms I expect it to work similar way on Android too. and update to this, incase someone else is wondering with the same issue: - It *does* work on Android if you set up the predictive text input of...
by tohe
Thu May 12, 2016 8:30 am
Forum: Newbie questions
Topic: Android-keyboard and text input
Replies: 6
Views: 6772

Android-keyboard and text input

It seems that I cannot get input from Android - keyboard (I'm running 6.1 and compiled APK's). Both: s$ = InKeyStr(#ALPHABETICAL) and a$ = StringRequest(.... ) will return emptry string when running on Android (of course I also use ShowKeyboard() + HideKeyboard()) Any suggestions so I don't spend to...