+1
absolutely
-Original Message-
From: openjfx-dev [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of
Philipp Dörfler
Sent: Friday, June 27, 2014 3:38 AM
To: Ralf Spathelf
Cc: openjfx-dev@openjdk.java.net
Subject: Re: New alias for hg commit notifications?
+1
I'm also filtering t
Here's a link to Steve and Felipe's JavaOne presentation:
http://www.parleys.com/play/524ee4dbe4b0ab14e307d7b1/about
"Integrating JavaFX with Native Technologies"
> This session examines ways that applications can extend JavaFX to use native
> technologies, with a focus on OpenGL.
It's such a
when an app is
installed on the device.
-Original Message-
From: Scott Palmer [mailto:swpal...@gmail.com]
Sent: Monday, June 23, 2014 5:46 PM
To: John Smith
Cc: Herve Girod; Pedro Duque Vieira; OpenJFX Mailing List
Subject: Re: JavaFX at JavaOne 2014
That first article was so wrong about
I don't know much about Android, but does it have to be a VM, or could you use
ART or an ART equivalent:
http://www.extremetech.com/computing/170677-android-art-google-finally-moves-to-replace-dalvik-to-boost-performance-and-battery-life
https://source.android.com/devices/tech/dalvik/art.html
A couple of related stackoverflow questions won't solve your problem, but will
provide some background info:
http://stackoverflow.com/questions/16089304/javafx-imageview-without-any-smoothing
http://stackoverflow.com/questions/11886230/how-to-draw-a-crisp-opaque-hairline-in-javafx-2-2
htt
Much of the internal JavaFX implementation is performed subclassing Region (or
Control which is just a Region subclass itself) and overriding layoutChildren,
but I'm not aware of any official documentation on the subject other than the
sparse stuff in the Javadoc - so no real tutorials.
Maybe t
good
here (especially anything specific to the direct LWJGL/OpenGL/JavaFX
integration).
From: Mario Torre [mailto:neugens.limasoftw...@gmail.com]
Sent: Monday, April 07, 2014 1:33 PM
To: John Smith
Cc: openjfx-dev@openjdk.java.net; Exo Verse
Subject: RE: JavaFX 2 + with LWJGL ( OpenGL )
I don
Should new 8udev binaries start showing up soon at:
https://jdk8.java.net/download.html?
Currently the tag there is 8u20-b05 (a month ago), but the tag in the
repository is 8u20-b08 (9 days ago).
I know there is usually a lag from repository tag time to build release, but
this seems a bit longe
Hi Exo,
For general JavaFX usage questions, stackoverflow or the Oracle JavaFX forums
are probably a better place to ask than the openjfx-dev mailing list.
See for example:
http://stackoverflow.com/questions/18792822/dragging-an-undecorated-stage-in-javafx
https://community.oracle.com/community/
Sounds like your issue isn't in fact the blur, but, if it were, some things
suggestions are:
1. BoxBlurs are more efficient than GaussianBlurs:
http://en.wikipedia.org/wiki/Box_blur
2. Apply some of the suggestions from the openjfx Performance Tips and Tricks
page: https://wiki.openjdk.java
The easiest thing to do to debug JavaFX is to use a prebuilt JDK 8+ and attach
the sources from the JDK to your IDE.
Then you can set break-points in the JavaFX source and debug it (i.e. you don't
need to checkout and build openjfx at all).
This works fine if all you want to do is step through
I'd like to be able to access Jira without logging in.
Such anonymous access would have limited privileges (for example only able to
view existing public issues).
I know such access has been requested before on this mailing list, but I don't
recall any response on why it has not been provided.
T
aniel.
John
From: Daniel Blaukopf [mailto:daniel.blauk...@oracle.com]
Sent: Tuesday, January 21, 2014 2:45 PM
To: John Smith; openjfx-dev@openjdk.java.net
Subject: Re: Monocle with VNC [was: Re: openjfx/8u-dev/rt: RT-35441 [Monocle]
Provide a VNC back-end]
Hi John,
On 01/22/2014 12:24 AM, John
What does the VNC backend for Monocle do and how can it be used?
-Original Message-
From: openjfx-dev-boun...@openjdk.java.net
[mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of hang...@oracle.com
Sent: Tuesday, January 21, 2014 5:48 AM
To: openjfx-dev@openjdk.java.net
Subject: hg
Hi Danno,
It's really great to see someone paying close attention to the packaging and
deployment stuff, this level of effort has been sorely missed since Igor and
Daniel left.
Thanks for the contributions.
John
-Original Message-
From: openjfx-dev-boun...@openjdk.java.net
[mailto:op
Perhaps reactive programming is different from the problem Tomas is solving,
but I think a research project which combined some of the principles of
functional reactive programming
(http://lampwww.epfl.ch/~imaier/pub/DeprecatingObserversTR2010.pdf) with JavaFX
properties using Java 8 lambdas an
> And in general if there were some performance guidelines for JavaFX that
> would be really helpful.
There is an open-jfx wiki page for JavaFX Performance Tips and Tricks, you
could check that and see if it is helpful (if it's not maybe you could edit it
and add a new section on performance
The comments around application runtime initialization seem like they belong
more properly in the application lifecycle javadoc for the Application class
rather than on the Platform.runLater method specifically, though I do see how
the runtime initialization cuts across multiple classes
(Applic
In the past (JavaFX 2.2-), I've recommended very strongly against constructing
custom controls because:
a. For many applications it's more complicated than needed (e.g. custom
controls are usually best for reusable libraries but not application code).
b. The public API and documentation to
That's an absolutely fantastic milestone.
Thanks to all involved!
-Original Message-
From: Kevin Rushforth [mailto:kevin.rushfo...@oracle.com]
Sent: Friday, October 18, 2013 4:55 PM
To: John Smith
Cc: Richard Bair (richard.b...@oracle.com); openjfx-dev@openjdk.java.net
Subjec
Is the open sourcing of JavaFX now complete? (I think it might be)
If not, what is outstanding?
Are there auxiliary things like test frameworks or performance tools that are
intended to be open sourced to support JavaFX development?
Most (almost all) Jira issues are publicly visible (after sign
> IllegalStateException("This operation is permitted on the event thread only")
What is the event thread?
Current warnings about thread rule violations appear to be something like below
(from:
http://stackoverflow.com/questions/12182592/javafx-2-x-swing-not-on-fx-application-thread):
Except
Wow, what happened to the JDK bug system, it's based on Jira, it works similar
to the JavaFX bug system, it no longer an abominable - that's a huge step
forward.
Thanks for pioneering the move to a better bug reporter and testing the waters
with the gradle build system!
-Original Message-
I suggest posting your SSCCE on gist and linking to it from the bug report:
https://gist.github.com/
-Original Message-
From: openjfx-dev-boun...@openjdk.java.net
[mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Felix Bembrick
Sent: Monday, September 30, 2013 3:28 AM
To: Sebas
mailto:zon...@gmail.com]
Sent: Friday, August 30, 2013 3:59 PM
To: John Smith
Cc: openjfx-dev@openjdk.java.net
Subject: Re: Static FXMLLoader load method deprecation
+1
On 31/08/2013, at 8:54 AM, John Smith wrote:
> The static methods on FXMLLoader are very confusing.
>
> It is very easy
The static methods on FXMLLoader are very confusing.
It is very easy to create errors by writing code that mixes static and instance
FXMLLoader methods.
Everything that can be done with static load methods, can be done with instance
FXMLLoader methods.
Other than confusion, the static load meth
m: Richard Bair [mailto:richard.b...@oracle.com]
Sent: Wednesday, August 28, 2013 11:46 AM
To: John Smith
Cc: Anton Epple; openjfx-dev@openjdk.java.net
Subject: Re: PrefWidth/Height calculations only works if stage is shown
I could have sworn we have already had this conversation and we had a name
Is there any plan to make impl_processCSS(true) public API?
Should I create a Jira for this?
If there were a public API, would processCSS be the right name for it?
The real issue seems to be that you sometimes want to know the size of
something before you show it and there doesn't seem to a good
What kind of transitions are you interested in, and do you think they should be
in an external 3rd party library or the core JavaFX platform?
Current transitions are:
Basic transforms - these work fine in 3D
RotateTransition (works in 3D as you can rotate about any axis defined by a
given poi
ifiable data).
http://stackoverflow.com/questions/18382969/can-the-rendering-of-the-javafx-2-8-font-be-improved
(sorry to add another John to the thread to confuse it ;-)
Regards,
John Smith
Here is a link to the current jira generated release notes for JavaFX 8 (it's a
humongous list).
https://javafx-jira.kenai.com/secure/ReleaseNote.jspa?projectId=10040&version=10380
The majority of stuff in the jira generated release notes is implemented, but
some is not and will probably be mov
eha...@oracle.com]
Sent: Friday, August 09, 2013 11:38 AM
To: John Smith
Cc: Richard Bair; Felix Bembrick; openjfx-dev@openjdk.java.net List
Subject: Re: JavaFX Media issues
>> So called arbitrary input stream support is among the features for the
>> future.
>
> Could somebody
> So called arbitrary input stream support is among the features for the future.
Could somebody post back a reference to the jira, I've seen the feature
referred to from other jiras, but I've never been able to find the actual jira
reference for this. Thanks!
-Original Message-
From: o
This question was recently asked on StackOverflow as well:
http://stackoverflow.com/questions/18097404/how-can-i-free-canvas-memory "How
can I free Canvas memory?"
So others have been running into these kind of issues.
Also the proposed clear() or empty() option only applies to Canvas correct?
i
> One thing to suggest is that you can install your own URL content handlers /
> protocols in Java.
That won't help in this case unless you replaced the http, file or jar protocol
handlers, which would be weird.
"Only HTTP, FILE, and JAR URLs are supported."
http://docs.oracle.com/javafx/2/api/j
JavaFX 2.2 does http live streaming:
http://docs.oracle.com/javafx/2/media/overview.htm
"HTTP Live Streaming Support
With the addition of HTTP live streaming support, you can now download the
playlist file and playback video or audio segments using JavaFX Media. Media
players are now able to s
> So if you invent the same node-types you have on the web (lets face it
> there's only a handful of them most important are most likely div,span) and
> give them the same properties you know from the web you can copy your Web-CSS
> stylesheet to your FX-Application.
+1 to this idea (in a 3rd
> . . . imagine you had to build a visualisation of the same data but in a
> diagram, maybe something like
> http://www.novell.com/communities/files/img/groupwise_8_protocol_flow_diagram_v1.3.jpgbut
with x100 nodes, with zooming and panning - could you outline a general
strategy?
I'd use some l
I think there are two kinds of sightings =>
a) Small demo apps that show up on blogs.
b) Commercial apps or significant A+ open-source projects.
I think a Sightings type site should not host both styles, or if it does, it
should clearly delineate between the two, so that it is clear to people
> auto updating so people can easily release patch updates
Checkout getdown => http://code.google.com/p/getdown/.
It's simple, proven open source tech used to distribute the Puzzle Pirates
MMORPG which had 4 million accounts and 250 million hours of play time in 2008.
Forking getdown, swapping
The discussion on choice of anti-aliasing algorithms reminds be me of the
cipher suite setup for the jce, which represents this kind of information using
String tokens.
http://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html
There you end up with stuff like =>
TLS_ECDHE_
> I did a search and see JSObject.java in two places, web and graphics modules.
> Yikes.
A related jira issue is =>
https://javafx-jira.kenai.com/browse/RT-30622 Not able to resolve
JSObject.getWindow(this) in a java applet project
Caused by a mismatch between the JSObject code included in the
iudici [mailto:fabrizio.giud...@tidalwave.it]
Sent: Monday, July 01, 2013 1:42 PM
To: openjfx-dev@openjdk.java.net; John Smith
Subject: Re: WebView and Aloha Editor
On Mon, 01 Jul 2013 21:44:58 +0200, John Smith
wrote:
> Perhaps Fabrizio's selection issues are related to the following issues:
>
Are you using OS X?
For me, mnemonics in JavaFX work on Windows, but not at all in OS X (which is
perhaps by undocumented design?).
Apple's platform integration guide contains a section on Mnemonics, it based on
Swing but I think the concepts translate to JavaFX:
https://developer.apple.com/lib
Perhaps Fabrizio's selection issues are related to the following issues:
https://javafx-jira.kenai.com/browse/RT-18883 Google Docs editing issues
https://javafx-jira.kenai.com/browse/RT-11239 Add drawGlyphVector type support
to prism graphics
-Original Message-
From: openjfx-dev-boun...@
+1 to all Scott wrote.
> There are JavaFX controls that cover *most* of the Swing controls.. but they
> are not 1:1. There is no equivalent to FormattedTextField for example.
> SplitPane behaves differently from the Swing equivalent.
There are some 3rd party efforts to bridge some of the gaps
A somewhat related inconvenience I have with tooltips is that if you put a
tooltip on a button, then hover the mouse so that the tooltip shows up, you
can't click to activate the button unless you move the mouse pixel to left or
top because the resultant click will go to the tooltip and not to t
RT-30239 "Use Thread.UncaughtExceptionHandler instead of ExceptionDescribe() to
report exceptions"
https://javafx-jira.kenai.com/browse/RT-30239
It was fixed by Artem Ananiev for Java 8
It links outstanding:
RT-30369 "Lens: implement RT-30239, Thread.UncaughtExceptionHandler"
https://javafx-jira
No need to reply to this email (or this thread could rapidly get very long ;-)
The email is just a summary of some thoughts I had on performance.
Perhaps more wiki material than anything else.
---
> The biggest thing when doing performance work is identifying the benchmarks.
> Once we k
I'm guessing that it is not "safe" to use the current FXML expression binding?
I don't think it's documented anywhere.
Nobody seems to understand it's exact syntax and capabilities.
It seems likely that it may be replaced with some other expression language in
the future.
I'm guessing as long
50 matches
Mail list logo