Re: scenebuilder and migpane

2014-01-06 Thread Tom Eugelink
On 2014-1-6 17:19, Richard Bair wrote: MigLayout is a very popular layout engine in Swing and SWT (and also gaining ground on Android), I think it would be good for SceneBuilder to better support MigLayout. +1, I’d love to see enough support in SceneBuilder that any 3rd party layout containe

Re: JavaFX on headless Jenkins

2014-01-06 Thread Tom Eugelink
Ok. I saw xfvb passing by, but most blogs talked about xvnc, I'll give that a spin. Thanks. Tom BTW: the Travis environment keeps reporting errors; it has trouble downloading one of the supporting jar from maven. On 2014-1-6 23:49, Matthieu BROUILLARD wrote: On the linux nodes on travis.org

SceneBuilder build instructions

2014-01-06 Thread Roman Besolov
Hi! Is there a manual how to build SceneBuilder? I'm trying to run gradle "apps" task, but scenebuilder doesn't builds. I'm using linux, gradle 1.8 and latest jdk1.8 build (b121). After dirty hack, by adding next lines to the sampleAppsJar task into "/apps/build.xml" file: i got "SceneB

Re: JavaFX on headless Jenkins

2014-01-06 Thread Matthieu BROUILLARD
On the linux nodes on travis.org xvfb is used to mimic a GUI environment on headless nodes. Have a look at : http://about.travis-ci.org/docs/user/gui-and-headless-browsers/ you might be probably able to do something like that on your linux box. Matthieu

hg: openjfx/8u-dev/rt: RT-35196 Fix IntelliJ configuration files for version 13

2014-01-06 Thread hang . vo
Changeset: 881be4494731 Author:Daniel Blaukopf Date: 2014-01-07 00:12 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/881be4494731 RT-35196 Fix IntelliJ configuration files for version 13 Reviewed-by: snorthov ! .idea/gradle.xml ! .idea/vcs.xml

Re: How to draw line to connect Two components at run time?

2014-01-06 Thread Stephen F Northover
Investigate SplitPane? Not sure what the question is. Steve On 2014-01-06 4:45 PM, Amine Tengilimoglu wrote: Hi; I met a problem and need urgent help from you here, I am new in javafx ... draw lines between any two components(are panes) at RUN-TIME, not at design time pls advice how to do

[8u] Code Review Request - RT-34951: Provide a way to exit when the screen is first rendered

2014-01-06 Thread Daniel Blaukopf
Hi Kevin, Please review this extension to PulseLogger to exit after processing a given number of pulses. This is for benchmarking VM startup time using FX samples. https://javafx-jira.kenai.com/browse/RT-34951 http://cr.openjdk.java.net/~dblaukop/webrev-20140106-2341-RT-34951/webrev/ Thanks

How to draw line to connect Two components at run time?

2014-01-06 Thread Amine Tengilimoglu
Hi; I met a problem and need urgent help from you here, I am new in javafx ... draw lines between any two components(are panes) at RUN-TIME, not at design time pls advice how to do it?

How I do connect two panes?

2014-01-06 Thread Amine Tengilimoglu
I want to connect two panes. panes are dragable so: I need dinamic line... Which API should I look at? ı am waiting for answers...thanx

Re: scenebuilder and migpane

2014-01-06 Thread Eric Le Ponner
Le 6 janv. 2014 à 17:19, Richard Bair a écrit : >> MigLayout is a very popular layout engine in Swing and SWT (and also gaining >> ground on Android), I think it would be good for SceneBuilder to better >> support MigLayout. > > +1, I’d love to see enough support in SceneBuilder that any 3rd

Re: JavaFX on headless Jenkins

2014-01-06 Thread Tom Eugelink
Yes please, I've got Jenkins setup so it starts a vncserver and it runs on linux, so I'm interesting in the option you mention (as long as it doesn't require too many hoops I need to jump through). Tom On 2014-1-6 17:36, David Hill wrote: On 1/4/14, Jan 4, 3:57 PM, Tom Eugelink wrote: I'm

Re: JavaFX on headless Jenkins

2014-01-06 Thread Kevin Rushforth
The headless toolkit mentioned by David and Richard is one possible approach, and may be the best long term approach depending on what you are trying to test (e.g., it won't test rendering, but might be fine for most of your tests), but as Richard notes, it isn't there yet. If you prefer not t

Re: JavaFX on headless Jenkins

2014-01-06 Thread Richard Bair
Hi Tom! On Jan 4, 2014, at 12:57 PM, Tom Eugelink wrote: > I'm trying to run JavaFX UI tests using TestFX on a headless Jenkins server > (Ubuntu / Debian). I've gotten to the point where the UI is actually started > by Jenkins, but then the test fail with a "no suitable pipeline found". Any >

Re: properties of custom controls in SceneBuilder

2014-01-06 Thread Eric Le Ponner
I would say it's deeply embedded. SB2 currently defines a fixed list of "property classes" that can be edited in the Inspector panel. Extending this list with a new type means: - adding some specific metadata that help Scene Builder to edit/create FXML text - adding some specific UI logic that en

Re: JavaFX on headless Jenkins

2014-01-06 Thread David Hill
On 1/4/14, Jan 4, 3:57 PM, Tom Eugelink wrote: I'm trying to run JavaFX UI tests using TestFX on a headless Jenkins server (Ubuntu / Debian). I've gotten to the point where the UI is actually started by Jenkins, but then the test fail with a "no suitable pipeline found". Any suggestions how to

hg: openjfx/8/graphics/rt: RT-34744 [Touch, Lens] Scrolling is only possible using scroll bars

2014-01-06 Thread hang . vo
Changeset: 5aca75258738 Author:Rafi Tayar Date: 2014-01-06 11:23 +0200 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/5aca75258738 RT-34744 [Touch, Lens] Scrolling is only possible using scroll bars Reviewed-by: dblaukop kcr jgiles ! buildSrc/armv6hf.gradle ! buildSrc/a

Re: scenebuilder and migpane

2014-01-06 Thread Richard Bair
> MigLayout is a very popular layout engine in Swing and SWT (and also gaining > ground on Android), I think it would be good for SceneBuilder to better > support MigLayout. +1, I’d love to see enough support in SceneBuilder that any 3rd party layout container could supply editor support, so th

Re: properties of custom controls in SceneBuilder

2014-01-06 Thread Richard Bair
Thanks! On Jan 6, 2014, at 8:33 AM, Eric Le Ponner wrote: > I would say it's deeply embedded. > > SB2 currently defines a fixed list of "property classes" that can be edited > in the Inspector panel. > Extending this list with a new type means: > - adding some specific metadata that help Scene

Re: properties of custom controls in SceneBuilder

2014-01-06 Thread Richard Bair
If somebody else wanted to contribute, where should they go looking for those limitations and how to remove them? Or is it very deeply embedded in the code? On Jan 3, 2014, at 2:15 AM, Eric Le Ponner wrote: > Yes, SB currently makes a filtering : for custom components, it displays: > - propert

hg: openjfx/8u-dev/rt: TOYS ONLY: Add quit button to HelloSanity

2014-01-06 Thread hang . vo
Changeset: 29e103b816cb Author:snorthov Date: 2014-01-06 11:26 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/29e103b816cb TOYS ONLY: Add quit button to HelloSanity ! apps/toys/Hello/src/main/java/hello/HelloSanity.java

Re: Android Port: Next Steps

2014-01-06 Thread tomas.brandalik
Hi Steve, if you're using new Android studio then resolving dex max method limit issue won't be so easy. Android studio is based on gradle build system with android gradle plugin which doesn't allow modifying of dex task to generate more .dex files. You have to stick with good old ant for now.