Re: Programmatic (Java) access to style / layout ?

2013-12-18 Thread Assaf Yavnai
I agree that different people would like different things here is mine ;) button.border().hover().setColor(red); This styling is widely used in scripting languages, jQuery is a good example. Its done by always return an object from an operation, in this example setColor() will return the

Re: discussion about touch events

2013-12-16 Thread Assaf Yavnai
Pavel, See RT-34945 https://javafx-jira.kenai.com/browse/RT-34945 for a good example to the case that touch and mouse event should behave differently on controls. Assaf On 12/15/2013 05:43 PM, Assaf Yavnai wrote: Pavel, I will summarize my answers here, and not inline, I hope I will touch

Re: discussion about touch events

2013-12-15 Thread Assaf Yavnai
. Maybe it would be best if we assemble a team to discuss those issues by phone instead of mails, what do you think? Hope its clearer. Assaf On 12/12/2013 10:30 PM, Pavel Safrata wrote: Hi Assaf, please see my comments inline. On 20.11.2013 16:30, Assaf Yavnai wrote: Pavel, I think

review request: [RT-34477] [Lens] Command-line option to track input device raw events

2013-11-27 Thread Assaf Yavnai
Hi Daniel, Would you please review the patch for RT-34477 https://javafx-jira.kenai.com/browse/RT-34477 (attached ti the JIRA) Thanks, Assaf

review request - RT-34481 [Lens] [touch] Saving of pending points may result in a bad state

2013-11-25 Thread Assaf Yavnai
Hi Dave, Would you please review the webrev attached to RT-34481 https://javafx-jira.kenai.com/browse/RT-34481 Thanks, Assaf

Re: discussion about touch events

2013-11-18 Thread Assaf Yavnai
, physical world. Am 11.11.2013 13:05 schrieb Assaf Yavnai assaf.yav...@oracle.com mailto:assaf.yav...@oracle.com: The ascii sketch looked fine on my screen before I sent the mail :( I hope the idea is clear from the text (now in the reply dialog its also look good) Assaf On 11/11/2013 12:51 PM, Assaf

review request - RT-34191 Lens: [touch] wrong logic for drag starting outside a window

2013-11-12 Thread Assaf Yavnai
JIRA - RT-34191 https://javafx-jira.kenai.com/browse/RT-34191(webrev attached) Summary: 2 problems where identified: 1) the logic issue described above 2) native mouse drag detection was relaying on an obsolete variable Fixing item 2 also solved RT-34137

Re: discussion about touch events

2013-11-12 Thread Assaf Yavnai
in the real, physical world. Am 11.11.2013 13:05 schrieb Assaf Yavnai assaf.yav...@oracle.com mailto:assaf.yav...@oracle.com: The ascii sketch looked fine on my screen before I sent the mail :( I hope the idea is clear from the text (now in the reply dialog its also look good) Assaf On 11/11/2013

Re: discussion about touch events

2013-11-11 Thread Assaf Yavnai
The ascii sketch looked fine on my screen before I sent the mail :( I hope the idea is clear from the text (now in the reply dialog its also look good) Assaf On 11/11/2013 12:51 PM, Assaf Yavnai wrote: Hi Guys, I hope that I'm right about this, but it seems that touch events in glass

did anyone encountered this?

2013-11-06 Thread Assaf Yavnai
:apps:experiments:3DViewer:compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':apps:experiments:3DViewer:compileJava'. java.lang.ClassFormatError: Invalid Constant Pool entry Type 18 * Try: Run with --stacktrace option to get the stack

Re: mouse vs. touch events on touch systems like iOS/Android/Dukepad

2013-10-23 Thread Assaf Yavnai
Matthias, Please look inline On 10/22/2013 07:33 PM, Richard Bair wrote: Hi Matthias, I think Assaf, one of the embedded engineers, is now on the mailing list and can help answer these questions. Thanks Richard On Oct 21, 2013, at 1:58 AM, Matthias Hänel hae...@ultramixer.com wrote: Hi,