Feature requests for future versions of Hollywood can be voiced here
-
airsoftsoftwair
- Posts: 2777
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
-
Contact:
Post
by airsoftsoftwair » Wed Jan 23, 2019 5:22 pm
Code: Select all
- New [Android]: Added "OnAccelerometer" and "OnGyroscope" event handlers; these will trigger whenever
the device's sensors report new values; note that typically those event handlers will deliver lots
of messages so you should only enable them if you really need them
- New [Android]: Added Vibrate() function; this will vibrate the device for the specified duration in
milliseconds
- New [Android]: Added ImageRequest() function; this function can be used to ask the user to select an
image from Android's gallery; the image will then be returned as a Hollywood brush to the script; if
you pass the #REQ_CAMERA type, ImageRequest() will pop up the device's camera instead of the gallery
and the user can take a picture which is then returned to the Hollywood script as a brush
-
xabierpayet
- Posts: 173
- Joined: Fri Feb 24, 2012 9:34 am
Post
by xabierpayet » Thu Jan 24, 2019 3:36 pm
it´s superb, thanks. When will be ready the update?
-
sashapont
- Posts: 102
- Joined: Thu Aug 03, 2017 2:49 pm
Post
by sashapont » Fri Jan 25, 2019 9:56 pm
Will you plan port for android RapaGUI in next release?
-
sashapont
- Posts: 102
- Joined: Thu Aug 03, 2017 2:49 pm
Post
by sashapont » Sat Jan 26, 2019 7:12 am
Will it will work with only new Hollywood?
-
airsoftsoftwair
- Posts: 2777
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
-
Contact:
Post
by airsoftsoftwair » Sat Jan 26, 2019 12:17 pm
Sure. It is part of Hollywood on Android because it is implemented in Java and Hollywood plugins can't contain Java code.
-
zylesea
- Posts: 189
- Joined: Tue Feb 16, 2010 12:50 am
- Location: Westfalen/Germany
-
Contact:
Post
by zylesea » Sun Feb 10, 2019 5:58 pm
Could you post a screenshot of a RapaGUI app running on Android? I am very curious how it actually looks like and as long as RapaGUI for Android is not publically available...
The updates to Andoid in Hollywood 8 are really massive and a big, big step forward. I really think Hollywood has now become a pretty powerful Android deveopment option - I mean it was already nice before, but actually made a mighty jump forward and in my impression has reached premier league now.