hg: openjfx/8u-dev/rt: RT-36551 [Media] Mac: Crash in media disposer thread

2014-04-18 Thread hang . vo
Changeset: 4014c968f9d0
Author:anashaty
Date:  2014-04-18 14:51 +0400
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/4014c968f9d0

RT-36551 [Media] Mac: Crash in media disposer thread
Reviewed-by: stayer, alexander.matv...@oracle.com

! modules/media/src/main/native/gstreamer/plugins/avcdecoder/avcdecoder.c



Fwd: Javafxpackager and splash screen

2014-04-18 Thread Abu Abdullah
Hi,

I have used javafxpackager to create an app but the splash screen is
not working. info.plist does not contain any splash option. Is it
supported.  I'm using jdk 1.8.0, I have tried to do it manually e.g.

keyJVMOptions/key
  array
  string-splash:$APP_ROOT/Contents/Java/images/logo.png/string
  /array

i tried even the absolute path or APPDIR but still not working.

For some reason, I'm not able to do it even using the infinitekind
 appbundler, maybe it is not supporting jdk 1.8 or maybe i missed somewhere.

example:
https://drive.google.com/file/d/0B6nSYRwywQUoNzV5RHh5bWl6amc/edit?usp=sharing

code is compiled with 1.8, you just need to modify the splash path in
your case

Any help is appreciated.


Re: Javafxpackager and splash screen

2014-04-18 Thread Danno Ferrin
Currently the launcher used by the packager does not support ally he flags that 
the command line java launcher does.  One of these is the splash screen option, 
so you won’t be able to do this with the current Java 8 code.  The Inifinite 
kind launcher has the same restrictions because of the way both of the products 
launch the JVM.

The best thing to do would be to post a feature request to 
javafx-jira.kenai.com so we can prioritize it for a future release.

—Danno

On Apr 18, 2014, at 6:59 AM, Abu Abdullah falcon.sh...@gmail.com wrote:

 Hi,
 
 I have used javafxpackager to create an app but the splash screen is
 not working. info.plist does not contain any splash option. Is it
 supported.  I'm using jdk 1.8.0, I have tried to do it manually e.g.
 
 keyJVMOptions/key
  array
  string-splash:$APP_ROOT/Contents/Java/images/logo.png/string
  /array
 
 i tried even the absolute path or APPDIR but still not working.
 
 For some reason, I'm not able to do it even using the infinitekind
 appbundler, maybe it is not supporting jdk 1.8 or maybe i missed somewhere.
 
 example:
 https://drive.google.com/file/d/0B6nSYRwywQUoNzV5RHh5bWl6amc/edit?usp=sharing
 
 code is compiled with 1.8, you just need to modify the splash path in
 your case
 
 Any help is appreciated.



JFXPanel Dragboard setDragView

2014-04-18 Thread Jeff Martin
I'm trying to figure out how to implement a version of Dragboard.setDragView() 
that works with JFXPanel (which isn't currently supported). Years ago I did 
this in Swing by creating a window that followed the mouse around (at an 
offset, so it wouldn't take all the DragOver events).

I created a Popup Window and added an ImageView, but I can't figure out how to 
get the equivalent of DragSource events. I thought I could just call 
source.startFullDrag() in my DragDetected method then I would get MouseDrag 
events on my source, but that isn't happening. Is this a bug or am I doing 
something wrong?

Also, when I get my Popup moving, I'd really like it to be exactly under the 
mouse but have the Popup be MouseTransparent (or forward events to the window 
underneath).

Thanks for any thoughts!

jeff

PS - Here is the jira I filed: Dragboard setDragView doesn't work with JFXPanel




hg: openjfx/8u-dev/rt: Fix to RT-36217: Native code needs to handle potential memory leak.

2014-04-18 Thread hang . vo
Changeset: e4d2bc0e1557
Author:Chien Yang chien.y...@oracle.com
Date:  2014-04-18 09:18 -0700
URL:   http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e4d2bc0e1557

Fix to RT-36217: Native code needs to handle potential memory leak.
reviewed by Anthony Petrov

! modules/graphics/src/main/native-glass/win/GlassInputTextInfo.cpp



(In)sanity Monday...

2014-04-18 Thread Lisa Selle

Reminder to check out the matrix at

https://wiki.openjdk.java.net/display/OpenJFX/8u20

 for your insanity testing assignment for this week.  Testing should 
take 1 hour or less.  If your assignment takes longer, stop after an 
hour and continue where you left off the following week.


Also, please review the weekly code freeze and push rules :)

Happy testing!

Lisa