Re: CFV: New OpenJFX Committer: Morris Meyer

2014-09-25 Thread David DeHaven

Vote: yes

-DrD-



Re: CFV: New OpenJFX Committer: Morris Meyer

2014-09-25 Thread Phil Race

Vote: yes

-phil.


Re: CFV: New OpenJFX Committer: Morris Meyer

2014-09-25 Thread Jim Graham

Vote: yes

...jim

On 9/24/14 6:17 AM, Kevin Rushforth wrote:

I hereby nominate Morris Meyer to OpenJFX Committer.

Morris was an initial member of JavaFX team at Oracle when the OpenJFX
project was created, and was on the initial list of approved committers
[1]. His status as OpenJFX committer was not recorded at that time on
the Census as he moved to another project within the Java organization.
This CVF is intended to correct this oversight.

Morris' changes prior to JavaFX becoming open-source were significant
(which is why he was on the initial list of committers). He also has the
requisite number of changes in the open-source repo to become a committer.

  hg log -M -u "morris"

A list of Morris' commits is also available by the following links:

http://hg.openjdk.java.net/openjfx/8u-dev/rt/log?rev=morris

Votes are due by October 8, 2014.

Only current OpenJFX Committers [2] are eligible to vote on this
nomination. Votes must be cast in the open by replying to this mailing
list.

For Lazy Consensus voting instructions, see [3]. Nomination to a project
Committer is described in [4].

[1]
http://mail.openjdk.java.net/pipermail/announce/2011-November/000113.html

[2] http://openjdk.java.net/census#openjfx

[3] http://openjdk.java.net/bylaws#lazy-consensus

[4] http://openjdk.java.net/projects#project-committer

Thanks,

-- Kevin



Re: Subclassing behavior in JavaFX Controls

2014-09-25 Thread Tomas Mikula
Hi Pete,

On Wed, Sep 17, 2014 at 9:57 PM, Tomas Mikula  wrote:
>
> I believe that overriding keyboard shortcuts should be doable without
> subclassing the skin (or behavior). I'm working on something right now
> and hope to publish something soon.

have a look at https://github.com/TomasMikula/WellBehavedFX. Does it
satisfy your keyboard handling needs?

Regards,
Tomas


Re: User Mailing List / Forum

2014-09-25 Thread Stephen F Northover
This is a good place to ask questions about JFX.  I'll look into the 
broken link.


Steve

On 2014-09-25, 10:38 AM, Markus Karg wrote:

I am new to JavaFX and like to ask if there is some "official" JavaFX 8 forum 
or mailing list FOR USERS as I did not find this information on 
http://openjdk.java.net/projects/openjfx/ (actually it says the user forum is 
https://forums.oracle.com/forums/forum.jspa?forumID=1385 but that results in 404 NOT 
FOUND!

Thanks
-Markus




Re: JavaFX support for native notifications

2014-09-25 Thread Richard Bair
No, we don’t have anything built in that supports this. You can write one of 
course using JNI although JNI unfortunately is a bit of a pain in the neck. You 
might be able to use JNA or another such library to make this easier (even the 
RoboVM project has some nice way of calling native from Java, maybe this could 
be use on OSX as well).

Richard

On Sep 25, 2014, at 3:07 AM, Manfred Karrer  wrote:

> I am new to that list, so sorry if that has been discussed already earlier.
> 
> Is there any support in JavaFX for native notifications. In OSX there is that 
> notification panel on the top right corner showing for instance incoming 
> mails as well a bouncing dock icon.
> I have found one JavaFX simulation for the notification panel 
> (https://github.com/HanSolo/Enzo) but it is not controlled by the OS so if 
> multiple other notifications come in they will overlay...
> 
> br,
> Manfred



User Mailing List / Forum

2014-09-25 Thread Markus Karg
I am new to JavaFX and like to ask if there is some "official" JavaFX 8 forum 
or mailing list FOR USERS as I did not find this information on 
http://openjdk.java.net/projects/openjfx/ (actually it says the user forum is 
https://forums.oracle.com/forums/forum.jspa?forumID=1385 but that results in 
404 NOT FOUND!

Thanks
-Markus


JavaFX support for native notifications

2014-09-25 Thread Manfred Karrer
I am new to that list, so sorry if that has been discussed already earlier.

Is there any support in JavaFX for native notifications. In OSX there is that 
notification panel on the top right corner showing for instance incoming mails 
as well a bouncing dock icon.
I have found one JavaFX simulation for the notification panel 
(https://github.com/HanSolo/Enzo) but it is not controlled by the OS so if 
multiple other notifications come in they will overlay...

br,
Manfred