Re: Application getParameters() not returning Umlaute properly

2022-04-13 Thread Daniel Peintner
d main(String[] args) { System.out.println("Arguments: " + Arrays.toString(args)); // launching JavaFX ... } } I reached out to the reporter but did not get any more feedback for now. Thanks, -- Daniel > > --John >

Application getParameters() not returning Umlaute properly

2022-04-11 Thread Daniel Peintner
" becomes "a¨". Note: loading of the file fails because this file does not exist. Choosing the file via FileChooser and storing it again on Windows solves the problem. Have any of you ever encountered such an issue? Thanks for any insight, -- Daniel

Re: Question about fatal JavaFX crashes

2022-03-23 Thread Daniel Peintner
e default. Hope this might be useful for others. Thanks, -- Daniel On Fri, Mar 18, 2022 at 11:10 PM Scott Palmer wrote: > I wonder, could you do the opposite and force compilation to trigger the > bug more consistently? > > Scott > > > On Mar 18, 2022, at 2:03 PM, Philip Race

Re: Question about fatal JavaFX crashes

2022-03-18 Thread Daniel Peintner
-client flag might help in some cases but unfortunately this flag is no longer taken into account for 64bit JVMS. Thanks, -- Daniel > > --John > > On 18/03/2022 09:43, Daniel Peintner wrote: > > Hello, > > > > I take the liberty to ask on the email reflector if th

Question about fatal JavaFX crashes

2022-03-18 Thread Daniel Peintner
his line. Having said that, I cannot provide a test-case since it happens all of a sudden and sometimes after hours using the application. I am open to any feedback or input on how to proceed best. Thanks! -- Daniel

Re: RFR: 8208088: Memory Leak in ControlAcceleratorSupport [v6]

2021-09-10 Thread Daniel Peintner
essary due to the minor assert differences in Junit4 vs. Junit5) Hope this helps, -- Daniel On Fri, Sep 10, 2021 at 1:40 PM Kevin Rushforth wrote: > On Fri, 10 Sep 2021 11:28:25 GMT, Marius Hanl wrote: > > > Could you please report the bug at https://bugreport.java.com/ with a > min

Re: Dialog contentText does not wrap correctly always

2021-03-23 Thread Daniel Peintner
ue. Do you consider this as a bug? Does it make sense to open a bug report (I don't have the privileges to do so)? I hope I can help to make JavaFX even better. Note: I am using Windows 10, JavaFX version 16. Thanks again, -- Daniel [1] https://github.com/danielpeintner/Java11T

Dialog contentText does not wrap correctly always

2021-03-18 Thread Daniel Peintner
nicels wraps to the next line if it does not fit. See below a simple code snippet and find on [2] screenshots that show the problem. (the problem is that it shows "..." and does *not* wrap to the next line) Are you aware of that problem? Thanks, -- Daniel [1] https://github.com/o

TableView Future/Enhancements

2020-10-13 Thread Daniel Peintner
open for suggestions. (i.e. I think JDK-8089514 could be solved at least for TableView. Not sure though about the other mentioned controls were I don't have the big picture) Sorry again for the lengthy email and any feedback is welcome! Thanks, -- Daniel [1] https://bugs.openjdk.java.net/browse

Re: TabPane - initial select tab not working properly?

2020-08-20 Thread Daniel Peintner
Hi Ambarish, all, Thank you for the feedback. I did report the bug and got the internal review ID : 9066543 Thanks, -- Daniel On Wed, Aug 19, 2020 at 8:45 PM Ambarish Rapte wrote: > Hello Daniel, > > The behavior seems like a bug to me. > Looks like the first layout of Tab

TabPane - initial select tab not working properly?

2020-08-19 Thread Daniel Peintner
for JavaFX 8 but also for 15-ea. Thanks for any insight, -- Daniel === import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Label; import javafx.scene.control.Tab; import javafx.scene.control.TabPane; import javafx.stage.Stage; public class TestManyTabs

Re: JavaFX HiDPI layout bugs

2020-06-22 Thread Daniel Peintner
as expected. -- Daniel On Fri, Jun 19, 2020 at 3:52 PM Sam Hutchins < sam.hutch...@screamingfrog.co.uk> wrote: > Hi, > > I've been doing some investigation into a layout bug in JavaFX on Windows > with non-integer scaling values. I think it's related to JDK-8199592, and > I'v

JDK-8089514 - Clicking outside of the edited cell, node, or entry should commit the value

2019-11-08 Thread Daniel Peintner
a) someone is still trying (or plans) to look into the issue b) how I can help (even though I might not know enough about intrinsic problems) Any comment welcome, -- Daniel [1] https://bugs.openjdk.java.net/browse/JDK-8089514

Re: Table Input

2018-06-20 Thread Daniel Peintner
available as ControlsFX release. Note: I think the credits go to Jose Pereda (Gluon?) The easist way to test it is using jpro demo [1] where you can find a TableView2 section. Having said that, I don't actually know how it is implemented. I just noticed commit on focus lost support while playing wi

Re: Table Input

2018-06-20 Thread Daniel Peintner
Hi, I believe the last time I looked at the TableView2 contribution at ControlsFX (which can be used as a TableView replacement), commit on focus lost was implemented/supported. -- Daniel Jonathan Giles schrieb am Mi., 20. Juni 2018, 10:28: > Yup, > > A great regret. I wish it were

Re: Review Request: JDK-8195974: Replace use of java.util.logging

2018-05-22 Thread Daniel Fuchs
, -- daniel On 20/05/2018 13:00, openjfx-dev-requ...@openjdk.java.net wrote: Hi, Please review the fix approach for: https://bugs.openjdk.java.net/browse/JDK-8195974 http://cr.openjdk.java.net/~nlisker/8195974/webrev.00/ Many details in the issue. Thanks, Nir

Re: [11] Review request : JDK-8195799 : Use System logger instead of platform logger in javafx modules

2018-03-26 Thread Daniel Fuchs
Hi Ajit, Looks good to me. I obviously didn't review the build changes. best regards, -- daniel On 26/03/2018 12:36, Ajit Ghaisas wrote: Thanks all for the review. I have addressed the review comments in -http://cr.openjdk.java.net/~aghaisas/fx/8195799/webrev.1/ The changes are - 1

Re: [11] Review request : JDK-8195799 : Use System logger instead of platform logger in javafx modules

2018-03-23 Thread Daniel Fuchs
Hi Kevin, This sounds reasonable to me. best regards, -- daniel On 23/03/2018 17:51, Kevin Rushforth wrote: Hi Daniel, Thanks for the review. I like the idea of removing the unused levels and methods. As for directly using System.Logger.Level, we have enough usages of the Level

Re: [11] Review request : JDK-8195799 : Use System logger instead of platform logger in javafx modules

2018-03-23 Thread Daniel Fuchs
of maintaining a Map and dealing with the complexity of weak reference may not be justified. Best regards, -- daniel

Re: [11] Review request : JDK-8195799 : Use System logger instead of platform logger in javafx modules

2018-03-23 Thread Daniel Fuchs
latformLogger::severe to PlatformLogger::error PlatformLogger::fine to PlatformLogger::debug PlatformLogger::finer to PlatformLogger::trace PlatformLogger::finest to PlatformLogger::trace Otherwise looks mostly good - I guess. best regards, -- daniel On 23/03/2018 16:34, Ajit Ghaisas wro

Bugs in TreeTableViewSkin. resizeColumnToFitContent() - labels always ellipsized

2017-01-13 Thread Daniel Glöckner
cases it makes sense to have it configurable and make the column suit even collapsed rows I'm keen to hear feedback from the community. We can also share our "fixed" skin which is a subclass of inTreeTableViewSkin. Kind regards, Daniel

RE: Planning for JavaFX.next

2016-12-08 Thread Daniel Glöckner
int columnIndex)") * Focus traversal API -> I think this must be done one day ;) Kind regards, Daniel > -Original Message- > From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf > Of Jonathan Giles > Sent: Thursday, December 08, 2016 12:45 AM

RE: JDK-8163078 ArrayIndexOutOfBounds is thrown in Parent.updateCachedBounds

2016-11-10 Thread Daniel Glöckner
Hi Stefan, >From code review it seems that this is not the case. I'll ask my team mate to >check this programmatically just to make sure... Note that JDK-8163078 contains a code example which reproduces the exception but adds and removes listeners on the JavaFX thread. Kind regards,

RE: Playing a sound at regular intervals

2016-08-24 Thread Daniel Glöckner
Hi, Thanks for the explanation. For now we'll use AudioInputStream / Clip from javax.sound.sampled which seems wo work nicely for WAV clips. That API also offers continuous playback but without strange delays ;) Kind regards, Daniel > -Original Message- > From: David D

Playing a sound at regular intervals

2016-08-23 Thread Daniel Glöckner
solution so far has been to have a scheduled executor which calls audioclip.play() every 500 ms. This creates a new thread every time (see stack trace below) and we don't like this approach. Are there any experts for NativeMediaPlayer on this mailing list? Kind regards, Daniel Daemon Thread [Thread

End-to-end performance tests for distributed JavaFX application

2016-08-17 Thread Daniel Glöckner
an update is rendered (example 1). Does anyone on this list have experience with such performance measurements? Any hints appreciated ;) Kind regards, Daniel

RE: Structuring CSS Stylesheets

2016-08-16 Thread Daniel Glöckner
Hi, > -Original Message- > From: Kevin Rushforth [mailto:kevin.rushfo...@oracle.com] > Sent: Monday, August 15, 2016 6:02 PM > To: David Grieve > Cc: Daniel Glöckner; openjfx-dev@openjdk.java.net > Subject: Re: Structuring CSS Stylesheets > > One slight correct

Focus Traversal of Nodes / Cells in TreeTableView

2016-08-15 Thread Daniel Glöckner
out of the box since the components might not exist if they are not visible. Any ideas how this could be implemented? Is this case considered at all in JavaFX's implementation of focus traversal? Maybe it will be in Java 9? Kind regards, Daniel

RE: Structuring CSS Stylesheets

2016-08-15 Thread Daniel Glöckner
ng CSS Stylesheets > > > > On 8/15/16 9:46 AM, Daniel Glöckner wrote: > > Hi, > > > > We recently came across a number of performance issues which were caused > by our poor CSS. > > > > Our stylesheet contained too many selectors, specifically too many generic &g

Structuring CSS Stylesheets

2016-08-15 Thread Daniel Glöckner
. What do you think about this approach? Will this work nicely with caching of CSS styles in JavaFX? Kind regards, Daniel

iMX.6 X11 limitations.

2016-03-08 Thread Daniel.
Hi everybody, At wiki there is this statement: Using X11 to obtain the EGL context, but acting as if we are the only application. This path was implemented in the "Monocle" windowing subsystem, which is available in the OpenJFX build, and will be part of a future JDK for ARM release. This path

Re: VNC alternative for JavaFX running directly on framebuffer.

2016-03-02 Thread Daniel.
Hi everybody, Is there any further schedule for FX fully supporting VNC? Now I really need input support :( Best regards and thanks in advance! 2016-02-05 11:07 GMT-02:00 Daniel. <danielhi...@gmail.com>: > Hi everybody, > > I've succesfully build and using framebuffer-vncs

Re: VNC alternative for JavaFX running directly on framebuffer.

2016-02-05 Thread Daniel.
recipes: https://gist.github.com/gkos/9ed87cad62d72c599761 Cheers, 2016-01-20 16:28 GMT-02:00 Daniel. <danielhi...@gmail.com>: > I've also tried running with these: > > -Dglass.platform=Monocle -Dmonocle.platform=VNC -Dprism.order=sw > > I can see the 5901 port in listening, can

Re: VNC alternative for JavaFX running directly on framebuffer.

2016-01-20 Thread Daniel.
.Executors$RunnableAdapter.call(Executors.java:511) Best regards, 2016-01-20 14:43 GMT-02:00 Daniel. <danielhi...@gmail.com>: > Hi Dell, thanks for the reply > > I have both versions of libegl.so compiled and installed, the > framebuffer variants are at /opt/VIVANTE-fb. When I run it

Re: VNC alternative for JavaFX running directly on framebuffer.

2016-01-20 Thread Daniel.
Hi Dell, thanks for the reply I have both versions of libegl.so compiled and installed, the framebuffer variants are at /opt/VIVANTE-fb. When I run it with x11 variants and run x11vnc I can connect to the vnc server, can see the application screen, but the inputs doesn't work. I've tested with:

RE: Future of JavaFX

2015-12-01 Thread Daniel Kraus
Volkswagen is doing a lot of research with JavaFX. For more than two years now, it is their technology of choice for rapid HMI prototyping. The have developed a framework–namely Tappas–entirely written in Java/JavaFX, which already runs on embedded hardware, featuring a 3D map renderer.[1][2][3]

Re: Future of JavaFX

2015-11-30 Thread Daniel.
The company where I work is using and developing with JavaFX. We're not in production yet but have already some testing embedded systems with it running on a [possible]customer site. The main drawback is not having the same performance running from X than running directly from framebuffer. By not

Is the TSC2007 (i2c) touchscreen supported by JavaFX?

2015-09-17 Thread Daniel.
Hi all, We're planing to use an TSC2007 (i2c) touchsreen on our product which runs JavaFX. I want to know if is supported. Cheers, - dhs -- *"Do or do not. There is no try"* *Yoda Master*

JVM (8u60) crashing on ARM

2015-08-06 Thread Daniel.
Hi all, I'm running a java application on iMX.6 (Freescale) with javafx within it. The JVM crashes after some time. I have two files: hs_err_pid1101.log (few kbytes) and core (this is big, 500mb~). Where I can get help with that crashes? Should I provide the core dump here or shold be delivered to

VNC alternative for JavaFX running directly on framebuffer.

2015-08-06 Thread Daniel.
Hi all, I'm running applications on Freescale's iMX.6 using JavaFX. It's known that it doesn't uses X but directly access the framebuffer instead, so x11vnc doesn't applies. I need to export the video input/output as VNC does. Does anybody knows an alternative solution for this? Best regards, -

Re: Cross build JavaFX for iMX6

2015-07-29 Thread Daniel.
Hi again everybody, I'm attaching an .bbappend that I use to get right EGL libraries on /opt/VIVANTE-fb. Remembering that I'm using Dizzy release of Yocto. Best regards, - dhs 2015-07-08 17:37 GMT-03:00 Daniel. danielhi...@gmail.com: Hi everybody! I finally got it working! Here is what I

Re: Cross build JavaFX for iMX6

2015-07-08 Thread Daniel.
: Solid_TextureRGB.frag The touch is working fine, at least the balls are released and paused when I press it :) Thank you very much Jörg and Kevin, I really appreciated the help! Best regards, - dhs 2015-07-07 18:13 GMT-03:00 Daniel. danielhi...@gmail.com: Hi all, I'm still trying to run JavaFX

Re: Cross build JavaFX for iMX6

2015-07-07 Thread Daniel.
-PCOMPILE_TARGETS=armv6hf Best regards, - dhs 2015-07-06 16:47 GMT-03:00 Daniel. danielhi...@gmail.com: I see, so I'll keep usign armv6hf, I'm compiling a new fsl-image-gui from scratch (have to update yocto) using Dizzy release. What version of Yocto you're using and what image you use for testing

Re: Cross build JavaFX for iMX6

2015-07-06 Thread Daniel.
Hi Jörg, So did you compile for armv7hf? Where can I get the toolchain for armv7hf?? Best regards - dhs 2015-07-05 21:48 GMT-03:00 Daniel. danielhi...@gmail.com: Hi Jörg, I'm in home right now, tomorrow I'll try it. Thanks for the tip! - dhs Em 05/07/2015 18:47, Jörg Wille joerg.wi

Re: Cross build JavaFX for iMX6

2015-07-06 Thread Daniel.
do most of our (limited) testing on iMX6 using armv6hf binaries, but armv7hf should work, too. -- Kevin Daniel. wrote: Hi Jörg, So did you compile for armv7hf? Where can I get the toolchain for armv7hf?? Best regards - dhs 2015-07-05 21:48 GMT-03:00 Daniel. danielhi...@gmail.com

Re: Cross build JavaFX for iMX6

2015-07-05 Thread Daniel.
Hi Jörg, I'm in home right now, tomorrow I'll try it. Thanks for the tip! - dhs Em 05/07/2015 18:47, Jörg Wille joerg.wi...@gmail.com escreveu: Hi Daniel, did you try running javafx with monocle? Also sudo is required. I am also using yocto and using following bash-script to run ui-apps

Cross build JavaFX for iMX6

2015-07-03 Thread Daniel.
I trying to install JavaFX on a board running an iMX6q core. I follow the instructions to cross build the JavaFX of the openjdk wiki: https://wiki.openjdk.java.net/display/OpenJFX/Building+OpenJFX Looking at rt/buildSrc/crosslibs/crosslibs-armv6hf.sh I realised that I have two problems. 1) The

Re: Cross build JavaFX for iMX6

2015-07-03 Thread Daniel.
file: No such file or directory Any ideia? I thought that JavaFX whould not use X at all, so can this be an absent of configuration while compiling? Best regards! - dhs 2015-07-03 12:50 GMT-03:00 Daniel. danielhi...@gmail.com: I trying to install JavaFX on a board running an iMX6q core. I

Re: openjfx-dev Digest, Vol 34, Issue 36

2014-09-22 Thread Daniel Fuchs
Hi, I don't recommend using sun.* proprietary APIs. The safest way to suppress the logger output would be to switch it off in a logging.properties file. -Djava.util.logging.config.file=logging.properties and inside: logger-name.level = OFF best regards, -- daniel On 22/09/14 05:30

hg: openjfx/8u-dev/rt: RT-38668 [Monocle] x86egl build fails with warnings

2014-09-16 Thread daniel . blaukopf
Changeset: e68f17bfa4f1 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-16 11:38 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/e68f17bfa4f1 RT-38668 [Monocle] x86egl build fails with warnings ! modules/graphics/src/main/native-glass/monocle/x11/X11.c

hg: openjfx/8u-dev/rt: RT-38673 [Monocle] Fall back to headless screen if we cannot access the framebuffer

2014-09-16 Thread daniel . blaukopf
Changeset: 55914cd82ec8 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-16 17:43 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/55914cd82ec8 RT-38673 [Monocle] Fall back to headless screen if we cannot access the framebuffer ! modules/graphics/src

hg: openjfx/8u-dev/rt: RT-37414 JavaFX x86egl cross built from a 64 bits Linux gives NumberFormatException

2014-09-11 Thread daniel . blaukopf
Changeset: 2abfc95e5ffd Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-11 15:17 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/2abfc95e5ffd RT-37414 JavaFX x86egl cross built from a 64 bits Linux gives NumberFormatException ! modules/graphics/src

hg: openjfx/8u-dev/rt: RT-38393 [Monocle] Mouse Events stop coming on embedded

2014-09-08 Thread daniel . blaukopf
Changeset: 1d08d9490df0 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-09-08 10:51 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/1d08d9490df0 RT-38393 [Monocle] Mouse Events stop coming on embedded Fixes in modules/graphics/src/main/java/com/sun/glass/ui

Re: openjfx-8u20-b23: Stuck in monocle build for armv7hf

2014-07-31 Thread Daniel Blaukopf
. Thanks, Daniel On Jul 31, 2014, at 4:06 PM, Lisa Selle lisa.se...@oracle.com wrote: Kevin or David, Ideas on how to get Prasant past this issue? Apparently he has his pango libs installed in a non-standard location and needs to use PKG_CONFIG_PATH so they can be found. Thanks, Lisa

Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event)

2014-07-27 Thread Daniel Blaukopf
@openjdk.java.net Subject: Re: JavaFX embedded (jre 8u6): touch problem (malformed multi touch event) 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

Re: Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-13 Thread Daniel Blaukopf
the option of building the 8u-dev repository (https://wiki.openjdk.java.net/display/OpenJFX/Cross+Building+for+Arm+Hard+Float). You could also try the OpenJFX community builds at http://harmoniccode.blogspot.co.uk. Thanks, Daniel On Jul 11, 2014, at 8:37 PM, Jörg Wille joerg.wi...@gmail.com

Java SE Embedded 8u6 and JDK 8u6 for ARM released

2014-07-10 Thread Daniel Blaukopf
://docs.oracle.com/javase/8/javase-embedded.htm This is an update to the tested and supported binary release of JavaFX. The OpenJFX sources have the latest features and bug fixes, but have not undergone the same testing as supported JavaFX binary releases. Daniel

hg: openjfx/8u-dev/rt: RT-37865 [Monocle] Show absolute axis bounds in GetEvent

2014-07-09 Thread daniel . blaukopf
Changeset: 8cd193121334 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-09 15:59 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8cd193121334 RT-37865 [Monocle] Show absolute axis bounds in GetEvent ! modules/graphics/src/main/java/com/sun/glass/ui

hg: openjfx/8u-dev/rt: RT-37871 [Monocle] monocle.input.traceEvents.verbose should imply monocle.input.traceEvents

2014-07-09 Thread daniel . blaukopf
Changeset: acc06f0a5691 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-09 20:43 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/acc06f0a5691 RT-37871 [Monocle] monocle.input.traceEvents.verbose should imply monocle.input.traceEvents ! modules/graphics

hg: openjfx/8u-dev/rt: Fix broken build

2014-07-07 Thread daniel . blaukopf
Changeset: 91225781d515 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-07 13:16 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/91225781d515 Fix broken build ! modules/graphics/src/main/java/com/sun/glass/ui/monocle/TouchState.java

Re: Monocle gone?

2014-07-07 Thread Daniel Blaukopf
Monocle included in the build and will be able to use it as before. Thanks, Daniel On Jul 5, 2014, at 11:09 PM, Christian krampenschies...@gmail.com wrote: Hi all, I just updated from 1.8.20-b17 to b21 and there is no monocle platform anymore. Will it come back? Is there any other way to have

hg: openjfx/8u-dev/rt: [DOCS] RT-35308: [Monocle] Make sure all methods in Monocle used by the X11 port have javadocs

2014-07-06 Thread daniel . blaukopf
Changeset: cfdd4005b555 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-06 15:49 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/cfdd4005b555 [DOCS] RT-35308: [Monocle] Make sure all methods in Monocle used by the X11 port have javadocs Partial fix

hg: openjfx/8u-dev/rt: [DOCS] RT-35308: [Monocle] Make sure all methods in Monocle used by the X11 port have javadocs

2014-07-06 Thread daniel . blaukopf
Changeset: 8aa4a19308e6 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-06 16:37 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8aa4a19308e6 [DOCS] RT-35308: [Monocle] Make sure all methods in Monocle used by the X11 port have javadocs ! modules

hg: openjfx/8u-dev/rt: RT-37802 [Monocle] GetEvent shows events as integer values instead of constant names

2014-07-03 Thread daniel . blaukopf
Changeset: b072265d6928 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-03 15:01 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/b072265d6928 RT-37802 [Monocle] GetEvent shows events as integer values instead of constant names ! modules/graphics/src

hg: openjfx/8u-dev/rt: RT-36424 [Monocle] Implement software solution for double buffering

2014-07-03 Thread daniel . blaukopf
Changeset: a83aa0a73ee5 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-07-03 15:09 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/a83aa0a73ee5 RT-36424 [Monocle] Implement software solution for double buffering ! modules/graphics/src/main/java/com/sun

hg: openjfx/8u-dev/rt: RT-37456 [Monocle] Fold together monocle.input, monocle.util and monocle packages

2014-06-25 Thread daniel . blaukopf
Changeset: 3fa3f3d53510 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-06-25 09:58 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/3fa3f3d53510 RT-37456 [Monocle] Fold together monocle.input, monocle.util and monocle packages Reviewed-by: kselle

hg: openjfx/8u-dev/rt: RT-37707 [Monocle] Software cursor is too transparent

2014-06-25 Thread daniel . blaukopf
Changeset: 83f65386cca4 Author:Daniel Blaukopf daniel.blauk...@oracle.com Date: 2014-06-25 16:53 +0300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/83f65386cca4 RT-37707 [Monocle] Software cursor is too transparent ! modules/graphics/src/main/java/com/sun/glass/ui/monocle

[8u26] Review request RT-37456: [Monocle] Fold together monocle.input, monocle.util and monocle packages

2014-06-18 Thread Daniel Blaukopf
Hi Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37456 Thanks, Daniel

[8u26] Review request RT-37508: [Monocle] Support 16-bit software-rendered framebuffer

2014-06-12 Thread Daniel Blaukopf
Hi Dave, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37508 Thanks, Daniel

[8u26] Review request RT-37512: [Monocle] Provide a software-rendered cursor

2014-06-12 Thread Daniel Blaukopf
Hi Dave and Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-37512 Thanks, Daniel

[8u26] Review request RT-36960: A switch to change between frame buffers

2014-06-11 Thread Daniel Blaukopf
Hi Lisa, Please review the proposed fix for https://javafx-jira.kenai.com/browse/RT-36960 Thanks, Daniel

Review request: RT-37474 [Monocle] Shift-backspace generates an undefined key code

2014-06-09 Thread Daniel Blaukopf
Hi Lisa, Please review: https://javafx-jira.kenai.com/browse/RT-37474 http://cr.openjdk.java.net/~dblaukop/webrev-20140609-2233-RT-37474/webrev Thanks, Daniel

Review request: RT-36421 Implement drag and drop for monocle

2014-05-20 Thread Daniel Blaukopf
Hi Dave and Lisa, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140520-0006-RT-36421/webrev/ https://javafx-jira.kenai.com/browse/RT-36421 Thanks, Daniel

Review request: RT-35838 [Quantum] NPE if Platform.exit() is called when rendering is happening

2014-05-11 Thread Daniel Blaukopf
Hi Steve and Dave, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140212-0939-RT-35838/webrev/ https://javafx-jira.kenai.com/browse/RT-35838 Thanks, Daniel

Re: ScrollPane like on iOS?

2014-05-11 Thread Daniel Blaukopf
Hi Tobias, Running with -Dcom.sun.javafx.touch=true should get you the effect you are looking for. The code for this is in VirtualFlow and ScrollBarSkin. Thanks, Daniel On May 11, 2014, at 3:39 PM, Tobias Bley t...@ultramixer.com wrote: Hi JavaFX freaks, does anybody has an idea how

Review request: RT-37063 [Monocle] X11 port should use full screen mode

2014-05-11 Thread Daniel Blaukopf
Hi Lisa and Dave, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140511-1730-RT-37063/webrev https://javafx-jira.kenai.com/browse/RT-37063 Thanks, Daniel

Review request: RT-37064 [Monocle] Make -Dembedded=monocle the default

2014-05-11 Thread Daniel Blaukopf
Hi Lisa, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140511-1749-RT-37064/webrev/ https://javafx-jira.kenai.com/browse/RT-37064 Thanks, Daniel

Review request: RT-37065 [Monocle] Use the X11 implementation in preference to framebuffer if DISPLAY is set

2014-05-11 Thread Daniel Blaukopf
Hi Lisa and Dave, Please review: http://cr.openjdk.java.net/~dblaukop/webrev-20140511-1809-RT-37065/webrev/ https://javafx-jira.kenai.com/browse/RT-37065 Thanks, Daniel

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
: -Dmonocle.input.traceEvents=true -Dmonocle.input.traceEvents.verbose=true Please let me know how you get on with this. Thanks, Daniel On May 6, 2014, at 7:56 PM, Ruíz Martín, Ricardo rrmar...@indra.es wrote: Hi, We are trying adding direct multitouch interaction support for our JavaFX

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
With the latest code you should be getting notification of multitouch gestures as well as raw multitouch events. These events use JavaFX's built-in gesture recognizer for embedded platforms. Out of curiosity, what touch screen are you using? Thanks, Daniel On May 7, 2014, at 12:29 PM, Daniel

Re: News about Java 8

2014-05-07 Thread Daniel Blaukopf
On May 7, 2014, at 12:47 PM, Ruíz Martín, Ricardo rrmar...@indra.es wrote: Hi Daniel, This properties should work in 8u20? Only with OpenJFX repository version? You’ll need to build OpenJFX with the latest repository version because you need this fix: http://hg.openjdk.java.net/openjfx

[8u26] Review request for RT-35406 [Monocle] Implement mouse/touch grab

2014-05-05 Thread Daniel Blaukopf
Hi Lisa, Would you review the fix for https://javafx-jira.kenai.com/browse/RT-35406 ? http://cr.openjdk.java.net/~dblaukop/webrev-20140505-2010-RT-35406/webrev/ Thanks, Daniel

Re: FX and PiTFT on Raspberry

2014-05-04 Thread Daniel Blaukopf
what you need? Thanks, Daniel On May 4, 2014, at 1:01 PM, Marco Wiorek ma...@code-xy.com wrote: Hello guys, I wonder if it is possible to redirect the eglfb output to /dev/fb1 instead of fb0. An older revision of modules/graphics/src/main/native-prism-es2/eglfb/wrapped_egl.c (19ca9150cb33

[8u26] Review request for RT-36822 [Monocle] X11 framebuffer container doesn't work any more

2014-04-24 Thread Daniel Blaukopf
Hi Lisa, Would you review the fix for https://javafx-jira.kenai.com/browse/RT-36822? http://cr.openjdk.java.net/~dblaukop/webrev-20140424-2239-RT-36822/webrev/ Thanks, Daniel

[8u26] Review request for RT-36461: Monocle: Pressing two fingers, releasing, and pressing again - is sending two touch events with same coordinates

2014-04-16 Thread Daniel Blaukopf
Hi Rafi, Would you review the fix for https://javafx-jira.kenai.com/browse/RT-36461 ? http://cr.openjdk.java.net/~dblaukop/webrev-20140417-0022-RT-36461/webrev/ Thanks, Daniel

Re: JavaFX8: Multittouch support under Linux

2014-04-07 Thread Daniel Blaukopf
Tracked at https://javafx-jira.kenai.com/browse/RT-36462 It's targeted at 9, but there will be a patch soon. Thanks, Daniel On 4/4/14, 10:40 AM, Stefan Schwandter wrote: Hi, thanks! I’ve tried to compile on a current Ubuntu 13.10. A default build (gradle 1.8 without parameters) works fine

Re: JavaFX8: Multittouch support under Linux

2014-04-02 Thread Daniel Blaukopf
yourself (“gradle -PCOMPILE_TARGETS=x86egl sdk”). This is a hybrid binary that uses EGL/X11 for full-screen output but gets input directly from device nodes in /dev/input. Thanks, Daniel On Apr 2, 2014, at 11:10 AM, Stefan Schwandter s.schwand...@me.com wrote: Hi Anthony, thanks for your

Re: Glass Robot and getSCreenCapture

2014-03-23 Thread Daniel Blaukopf
We should be consistent about what we return, although I agree that that the actual value doesn’t seem to matter. 0 for imaginary pixels seems reasonable. On Mar 21, 2014, at 7:05 PM, Anthony Petrov anthony.pet...@oracle.com wrote: Hi David, I don't think we're making any assumptions. We

Button events in ListCells not working

2014-02-13 Thread Daniel Opitz
);                 b.setOnAction(action - System.out.println(zam));                 b.setOnMouseClicked(action - System.out.println(bam));                 setGraphic(b);             }         }     } } --  Daniel Opitz

Re: Button events in ListCells not working

2014-02-13 Thread Daniel Opitz
https://javafx-jira.kenai.com/browse/RT-35864 --  Daniel Opitz On 14 Feb 2014 at 08:09:20, Jonathan Giles (jonathan.gi...@oracle.com) wrote: File a bug in Jira and I can take a closer look in the coming days. Thanks! -- Jonathan Sent from a touch device. Please excuse my brevity. On 14

Re: Failure to find any font (probably on Embedded)

2014-02-12 Thread Daniel Blaukopf
reasonable. We can verify with the version system properties that this is actually SE Embedded before showing that message. Daniel On Feb 12, 2014, at 1:53 PM, Kevin Rushforth kevin.rushfo...@oracle.com wrote: A more informative message and an earlier detection both sound good. Not sure about

8u20: Request for feedback on unit test proposal

2014-01-30 Thread Daniel Blaukopf
on StubToolkit that are not part of the Toolkit interface. For a start I’d like feedback on how we get around the threading problems in JUnit. Thanks, Daniel

Re: 8u20: Request for feedback on unit test proposal

2014-01-30 Thread Daniel Blaukopf
t...@tbee.org wrote: Am I to understand that this is using the VNC server? Because I'm not seeing the tell-tale -D parameters in the gradle.build. Or is this actually running on-screen? Tom On 2014-1-30 18:40, Daniel Blaukopf wrote: Hi, I put up on https://javafx-jira.kenai.com

Re: Monocle with VNC for Jenkins [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Daniel Blaukopf
on java.net yet, although I hope we will soon. Thanks, Daniel On Jan 22, 2014, at 9:41 AM, Tom Eugelink t...@tbee.org wrote: What also is very interesting is headless testing. Let me see if I'm getting this. Normally Jenkins would start a VNC server (xvnc), which provides some kind

Re: Monocle with VNC for Jenkins [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Daniel Blaukopf
thing to do. https://javafx-jira.kenai.com/browse/RT-35396 would open up possibilities for a new class of automated test, without requiring us to rewrite existing tests that use StubToolkit. Thanks, Daniel Cheers, Uwe Tom Eugelink t...@tbee.org , 22/1/2014 8:46 AM: What also

Re: Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-22 Thread Daniel Blaukopf
Thanks John! I agree that in an IoT environment where you can have many devices, a central gateway and a fast local network, a solution based on remote display could work well. Daniel On Jan 22, 2014, at 1:07 AM, John Smith john_sm...@symantec.com wrote: Monocle is a very interesting

Move to JIRA [was: Re: [8u] API Request: RT-25613, ObservableValue should have a hasListener(listener) method]

2014-01-22 Thread Daniel Blaukopf
://wiki.openjdk.java.net/display/OpenJFX/Code+Reviews#CodeReviews-TechnicalDiscussionsandCodeReviews Thanks, Daniel On Jan 22, 2014, at 7:23 PM, Stephen F Northover steve.x.northo...@oracle.com wrote: If we add this API, I like addListener(InvalidationListener, boolean) better than ensureListener

8u20 review request: RT-35443 Provide a headless glass implementation integrated with our JUnit tests

2014-01-21 Thread Daniel Blaukopf
tests run with this patch pass. Thanks, Daniel

Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-21 Thread Daniel Blaukopf

Re: Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle] Provide a VNC back-end]

2014-01-21 Thread Daniel Blaukopf

  1   2   >