Re: error in tutorial

2019-12-31 Thread Kevin Rushforth
te:     On 12/27/19 4:40 PM, John-Val Rose wrote:     > Ty,     >     > If it’s so easy to fix then why don’t you just fix it?     I don't exactly have the ability to directly push changes to the     repo...     >     > John-Val     >     >> On 28 Dec 2019, at 09

Re: error in tutorial

2019-12-30 Thread Ty Young
Val     >     >> On 28 Dec 2019, at 09:14, Ty Young mailto:youngty1...@gmail.com>> wrote:     >>     >>      >>> On 12/27/19 4:19 AM, Johan Vos wrote:     >>> Hi David,     >>>     >>> What tutorial are you talking about? I

Re: error in tutorial

2019-12-30 Thread Anthony Vanelverdinghe
rectly push changes to the     repo...     >     > John-Val     >     >> On 28 Dec 2019, at 09:14, Ty Young mailto:youngty1...@gmail.com>> wrote:     >>     >>      >>> On 12/27/19 4:19 AM, Johan Vos wrote:     >>> Hi David,     >>>     >>> Wha

Re: error in tutorial

2019-12-28 Thread Ty Young
8 Dec 2019, at 09:14, Ty Young mailto:youngty1...@gmail.com>> wrote: >> >>  >>> On 12/27/19 4:19 AM, Johan Vos wrote: >>> Hi David, >>> >>> What tutorial are you talking about? If you refer to https://ope

Re: error in tutorial

2019-12-28 Thread Ty Young
; If it’s so easy to fix then why don’t you just fix it? I don't exactly have the ability to directly push changes to the repo... > > John-Val > >> On 28 Dec 2019, at 09:14, Ty Young mailto:youngty1...@gmail.com>> wrote: >> >>  >>>

Re: error in tutorial

2019-12-28 Thread Johan Vos
the ability to directly push changes to the repo... > > > > > > John-Val > > > >> On 28 Dec 2019, at 09:14, Ty Young wrote: > >> > >>  > >>> On 12/27/19 4:19 AM, Johan Vos wrote: > >>> Hi David, > >>> > >>

Re: error in tutorial

2019-12-27 Thread Ty Young
tutorial are you talking about? If you refer to https://openjfx.io, that is a community-initiative, developed at https://github.com/openjfx/openjfx-docs . So if you have issues and PR's, that is the place to submit and discuss with the other contributors to that site. Only the Netbeans section has

Re: error in tutorial

2019-12-27 Thread John-Val Rose
Ty, If it’s so easy to fix then why don’t you just fix it? John-Val > On 28 Dec 2019, at 09:14, Ty Young wrote: > >  >> On 12/27/19 4:19 AM, Johan Vos wrote: >> Hi David, >> >> What tutorial are you talking about? If you refer to https://openjfx.io,

Re: error in tutorial

2019-12-27 Thread Ty Young
On 12/27/19 4:19 AM, Johan Vos wrote: Hi David, What tutorial are you talking about? If you refer to https://openjfx.io, that is a community-initiative, developed at https://github.com/openjfx/openjfx-docs . So if you have issues and PR's, that is the place to submit and discuss

Re: error in tutorial

2019-12-27 Thread Johan Vos
Hi David, What tutorial are you talking about? If you refer to https://openjfx.io, that is a community-initiative, developed at https://github.com/openjfx/openjfx-docs . So if you have issues and PR's, that is the place to submit and discuss with the other contributors to that site. Thanks

error in tutorial

2019-12-26 Thread David Green
This step fails: 3\. Create a library Go to File - Project Structure - Libraries and add the JavaFX 13 SDK as a library to the project. Point to the lib folder of the JavaFX SDK. The src.zip located in this package lib will cause the build in IJ to fail. I don't know why, since it

Re: tutorial

2018-10-01 Thread Glenn Holmer
On 10/01/2018 05:45 PM, Karl-Philipp Richter wrote: > Am 27.09.2018 um 16:39 schrieb Glenn Holmer: >> On https://openjfx.io/openjfx-docs/ I don't see any content, just >> buttons and links that don't seem to do anything. Tried both Firefox and >> Chrome. Is it just me? > Works for me on Firefox

Re: tutorial

2018-10-01 Thread Karl-Philipp Richter
Hi, Am 27.09.2018 um 16:39 schrieb Glenn Holmer: > On https://openjfx.io/openjfx-docs/ I don't see any content, just > buttons and links that don't seem to do anything. Tried both Firefox and > Chrome. Is it just me? Works for me on Firefox on Ubuntu 18.04. I have NoScript installed and needed to

Re: tutorial

2018-09-27 Thread José J . Rodriguez
Glenn Holmer wrote: On https://openjfx.io/openjfx-docs/ I don't see any content, just buttons and links that don't seem to do anything. Tried both Firefox and Chrome. Is it just me? Works for me on SeaMonkey. Regards, Joe1962

Re: tutorial

2018-09-27 Thread Nir Lisker
Works for me on Vivaldi. On Thu, Sep 27, 2018 at 5:39 PM Glenn Holmer wrote: > On https://openjfx.io/openjfx-docs/ I don't see any content, just > buttons and links that don't seem to do anything. Tried both Firefox and > Chrome. Is it just me? > > -- > Glenn Holmer (Linux registered user

tutorial

2018-09-27 Thread Glenn Holmer
On https://openjfx.io/openjfx-docs/ I don't see any content, just buttons and links that don't seem to do anything. Tried both Firefox and Chrome. Is it just me? -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe."

Re: Tutorial

2018-09-14 Thread Kevin Rushforth
tutorial for OpenJavaFX. Is there one that's up-to-date? Thanks in advance.

Re: Tutorial

2018-09-14 Thread Kevin Rushforth
tutorial for OpenJavaFX. Is there one that's up-to-date? Thanks in advance.

Tutorial

2018-09-13 Thread Amno Jeeuw
I'm looking for a installation tutorial for OpenJavaFX. Is there one that's up-to-date? Thanks in advance.

Is there a guide/tutorial on writing your own Effect? At the same level as say SepiaEffect

2016-02-03 Thread Ramon Santiago
Just to be clear, I know how to WritePixels to a buffer and manipulate them ad nauseum. But I want to write an Effect the way SepiaEffect extends Effect. BTW why is there even a SepiaEffect? it makes no sense at all -- rjs

Re: Is there a guide/tutorial on writing your own Effect? At the same level as say SepiaEffect

2016-02-03 Thread Jim Graham
Hi Ramon, Currently the effects framework has no public API for extending it for new effects. WritableImage would be the only option of a public API that you could use at this point... ...jim On 2/3/2016 1:44 PM, Ramon Santiago wrote: Just to be clear, I know how

Re: bad TableView example in the tutorial

2015-07-30 Thread Tom Schindl
On 23.07.15 13:35, Henning Brackmann wrote: https://docs.oracle.com/javase/8/javafx/user-interface-tutorial/table-view .htm Why are the SimpleStringProperties in the person class private? IMHO the Person class should be: Example 13-3 Creating the Person Class public

bad TableView example in the tutorial

2015-07-29 Thread Henning Brackmann
https://docs.oracle.com/javase/8/javafx/user-interface-tutorial/table-view .htm Why are the SimpleStringProperties in the person class private? IMHO the Person class should be: Example 13-3 Creating the Person Class public static class Person { public final SimpleStringProperty