JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)
Prasant J
pj0585 at gmail.com
Tue Jul 29 13:19:22 UTC 2014
On Mon, Jul 28, 2014 at 12:38 AM, Daniel Blaukopf
<daniel.blaukopf at oracle.com> wrote:
> We are in the process of moving this application into the openjfx repository.
>
> On Jul 27, 2014, at 1:03 PM, Seeon Birger <seeon.birger at oracle.com> wrote:
>
>> You can use this one which is more suitable for testing multi-touch:
>> rt-closed/toys/HelloWorld/src/helloworld/HelloMultitouch.java
>>
>> Also note that if using Monocle you'll have to apply the patch referenced in this JIRA:
>> RT-37950 - Wrong touch coordinates for a window not at the origin (0,0)
>>
>>
Thanks Seeon for pointing out this one. This may be a potential reason
why the "pop up" window (extra layout) is not detecting touch. FYI:
this is not on (0,0) co-ordinates.
Also, Daniel (in a separate context) pointed out that I have not
included freetype & pango in my openjfx cross-build which may be a
reason for application failure. So I'm looking into that one.
>>
>>
>>
>> Daniel,
>>
>> Do you have any other suggestions for apps that we know handle multitouch correctly that Prasant could use to determine if his multitouch problem is in the platform or in his app?
>>
>> Thanks,
>>
>> Lisa
>> On 7/25/2014 11:42 AM, Lisa Selle wrote:
>>> rt//apps/toys/Hello/ has HelloGestures which uses multitouch gestures.
>>> I'm not aware of any others, but maybe someone else on the list has
>>> some input there? I will inquire internally also.
>>>
>>> Thanks,
>>>
>>> Lisa
Thanks Lisa, for pointing that out. The "HelloGestures" application
worked like a charm!!
This is exactly what I needed for testing my multi-touch.
So I guess monocle multi-touch works for me!
I will now check my cross build.
>>> On 7/25/2014 11:20 AM, Prasant J wrote:
>>>> Hi Lisa,
>>>>
>>>> Can you please point out to me a javafx application that can help me
>>>> test my multi touch?
>>>>
>>>> I want to rule out my application out of my multi touch test, so a
>>>> standard multi touch test will be of help to me.
>>>>
>>>> Regards, Prasant
>>>>
>>>>
Thanks Daniel, for pointing out that I forgot to "reply-all"..
Regards, Prasant
More information about the openjfx-dev
mailing list