Page 1 of 1

Android RapaGUI Widgets Demo, Hollywood Object

Posted: Fri Feb 15, 2019 12:34 pm
by PEB
I'm running the Widgets Demo on the new RapaGUI (2.0) on Android. When I select the Hollywood demo, the drawing area appears, but it doesn't respond to any screen touches. Does the code (either the .xml or .hws) need to be modified in some way to make this work?

Re: Android RapaGUI Widgets Demo, Hollywood Object

Posted: Sat Feb 16, 2019 12:57 pm
by airsoftsoftwair
What exactly do you mean by "but it doesn't respond to any screen touches"? If the drawing appears it is responding to screen touches, isn't it or what do you mean?

Re: Android RapaGUI Widgets Demo, Hollywood Object

Posted: Sat Feb 16, 2019 5:44 pm
by PEB
The drawing does not appear on my Android device. Anyone else?

Re: Android RapaGUI Widgets Demo, Hollywood Object

Posted: Sun Feb 17, 2019 12:34 am
by PEB
The demo included in this archive http://www.softwarefailure.de/tmp/examples.zip does work (the drawing appears).

Re: Android RapaGUI Widgets Demo, Hollywood Object

Posted: Mon Feb 18, 2019 4:24 pm
by airsoftsoftwair
Can you upload your applet, i.e. the one that doesn't work?

Re: Android RapaGUI Widgets Demo, Hollywood Object

Posted: Mon Feb 18, 2019 10:29 pm
by PEB
I just e-mailed it to you.

Re: Android RapaGUI Widgets Demo, Hollywood Object

Posted: Tue Feb 19, 2019 8:47 pm
by airsoftsoftwair
Ok, this looks like a generic issue not related to Android. I'll see what's causing this.

Re: Android RapaGUI Widgets Demo, Hollywood Object

Posted: Mon Jun 10, 2019 6:13 pm
by airsoftsoftwair
Ok, I think this is the same issue as this one:
Ok, so that's a feature, not a bug, the desktop version behaves the same. As soon as a Hollywood display is open, Hollywood will try to get the mouse positions from it instead of from the child. This is why you won't be able to obtain mouse positions from a display embedded inside a GUI if the parent Hollywood display is open as well. So as a rule of thumb, just keep the parent Hollywood display hidden and there won't be any problems.