Re: FXML import statement issue in Maven based project

2020-08-16 Thread HRH
keep the new "opens org.openjfx.fxmavenfxml to javafx.web;"? Thanks again On Sunday, August 16, 2020, 12:49:46 AM GMT+4:30, Chuck Davis wrote: Did you revise the module file? On Sat, Aug 15, 2020 at 11:34 AM HRH wrote: Hi, I had an FXML file that was working fine until I added a

Re: JavaFx maven with FXML

2020-08-15 Thread HRH
Ok, thanks for the link. I reported this as a bug (here is the link: [NETBEANS-4718] The default package for generated FXML file in maven based JavaFx application is not detected - ASF JIRA) | | | | [NETBEANS-4718] The default package for generated FXML file in maven bas

Re: JavaFx maven with FXML

2020-08-15 Thread Ernie Rael
(the ones that have to be moved?) ** > Here are the steps to create the FXML file that needs to be moved: > > 1- File->New Project->Java with Maven->FXML JavaFx Maven Archetype > (Gluon)-> to create the project. > 2- File ->New File -> JavaFX->Empty FXML->..

Re: JavaFx maven with FXML

2020-08-15 Thread HRH
these files created (the ones that have to be moved?) ** > Here are the steps to create the FXML file that needs to be moved: > > 1- File->New Project->Java with Maven->FXML JavaFx Maven Archetype > (Gluon)-> to create the project. > 2- File ->New File -&

Re: FXML import statement issue in Maven based project

2020-08-15 Thread Chuck Davis
> cjgun...@gmail.com> wrote: > > > Did you revise the module file? > > On Sat, Aug 15, 2020 at 11:34 AM HRH wrote: > > Hi, > > I had an FXML file that was working fine until I added an UI component > "WebView". The in the FXML file > marked as an

Re: FXML import statement issue in Maven based project

2020-08-15 Thread HRH
.fxmavenfxml to javafx.web;"? Thanks again On Sunday, August 16, 2020, 12:49:46 AM GMT+4:30, Chuck Davis wrote: Did you revise the module file? On Sat, Aug 15, 2020 at 11:34 AM HRH wrote: Hi, I had an FXML file that was working fine until I added an UI component "WebView". T

Re: FXML import statement issue in Maven based project

2020-08-15 Thread Chuck Davis
Did you revise the module file? On Sat, Aug 15, 2020 at 11:34 AM HRH wrote: > Hi, > > I had an FXML file that was working fine until I added an UI component > "WebView". The in the FXML file > marked as an error because somehow the javafx.web from the JavaFx\Lib is &

FXML import statement issue in Maven based project

2020-08-15 Thread HRH
Hi, I had an FXML file that was working fine until I added an UI component "WebView". The in the FXML file marked as an error because somehow the javafx.web from the JavaFx\Lib is not seen. I have already modified the POM file to include this dependency as follow alas the FXMLL

Re: JavaFx maven with FXML

2020-08-15 Thread HRH
fully mavenized in a jfx context (or some such). -ernie On 8/14/2020 8:59 PM, HRH wrote: > Hello Ernie, > > ** How are these files created (the ones that have to be moved?) ** > Here are the steps to create the FXML file that needs to be moved: > > 1- File->New Project->

Re: JavaFx maven with FXML

2020-08-15 Thread Ernie Rael
e the steps to create the FXML file that needs to be moved: 1- File->New Project->Java with Maven->FXML JavaFx Maven Archetype (Gluon)-> to create the project. 2- File ->New File -> JavaFX->Empty FXML->->Use Java Controller->...->Finish. The resulting

Re: JavaFx maven with FXML

2020-08-14 Thread HRH
Hello Ernie, ** How are these files created (the ones that have to be moved?) **Here are the steps to create the FXML file that needs to be moved: 1- File->New Project->Java with Maven->FXML JavaFx Maven Archetype (Gluon)-> to create the project.2- File ->New File -> J

Re: JavaFx maven with FXML

2020-08-14 Thread Ernie Rael
wrote: Thanks, that would work. On Friday, August 14, 2020, 10:28:50 PM GMT+4:30, Geertjan Wielenga wrote: To create a new FXML file, just copy one of the existing ones in the project into the same place where the original FXML file is found. Gj On Fri, 14 Aug 2020 at 19:51, HRH <ma

Re: JavaFx maven with FXML

2020-08-14 Thread HRH
Thanks, that would work. On Friday, August 14, 2020, 10:28:50 PM GMT+4:30, Geertjan Wielenga wrote: To create a new FXML file, just copy one of the existing ones in the project into the same place where the original FXML file is found. Gj On Fri, 14 Aug 2020 at 19:51, HRH wrote

Re: JavaFx maven with FXML

2020-08-14 Thread Geertjan Wielenga
To create a new FXML file, just copy one of the existing ones in the project into the same place where the original FXML file is found. Gj On Fri, 14 Aug 2020 at 19:51, HRH wrote: > > > Thanks Geertjan, > > Indeed, I used one of those Gluon OpenJFX projects from the New Projec

Re: JavaFx maven with FXML

2020-08-14 Thread HRH
Thanks Geertjan, Indeed, I used one of those Gluon OpenJFX projects from the New Project wizard. The one that uses FXML (not the simple one), however, the manual file transfer needed. Hopefully, the next release of Netbeans can automate this file transfer, in order to eliminate the manual

Re: JavaFx maven with FXML

2020-08-14 Thread Geertjan Wielenga
The two Gluon OpenJFX projects in the New Project wizard run and debug out of the box, no changes needed. Gj On Fri, 14 Aug 2020 at 16:41, HRH wrote: > Hi, > > I just noticed (the hard way) the generated Empty FXML by the IDE is > stored in the ${Project}\src\main\resources\fxml d

JavaFx maven with FXML

2020-08-14 Thread HRH
Hi, I just noticed (the hard way) the generated Empty FXML by the IDE is stored in the ${Project}\src\main\resources\fxml directory and unless this is manually copied or moved to src\main\resources\org\openjfx\${Project} folder the app will fail at the run time.

FXML

2020-07-01 Thread John Brice
Hello all, I have a few minor FXML-related issues I hope someone can help with. Win10, NB12, JDK14, Maven but I've seen these since at least NB10, JDK11 and across multiple computers. 1) Most days (but not every day) I have to reactivate JavaFX (Tools > Options > Java > JavaFX)

Re: Nested FXML controller generation problem

2020-04-28 Thread Archibald Wiborg
Edit: Formatting is fixed now. Hello Netbeans Users, currently playing around with JavaFX FXML files and automatic controller generation in Netbeans. This works quite good (simply clicking "Make Controller" in the context menu of  the FXML file). However, I'm ecountering a pro

Nested FXML controller generation problem

2020-04-28 Thread Wiborg
Hello Netbeans Users, currently playing around with JavaFX FXML files and automatic controller generation in Netbeans. This works quite good (simply clicking "Make Controller" in the context menu of  the FXML file). However, I'm ecountering a problem when using nested/included

Re: [MASSMAIL]Re: Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread jose . rodriguez
On 2020-03-25 14:56, Geertjan Wielenga wrote: In the Options window, go to the Java tab and then JavaFX within that. Gj On Wed, Mar 25, 2020 at 7:30 PM wrote: How do you integrate Scene Builder 11.0.0 with Netbeans 11.3? According to instructions googled, it should happen automagically with

Re: Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread Geertjan Wielenga
t to port some of my stuff to JDK > 11. The Gluon test program builds and runs ok, thanks to the Youtube > video by Geertjan, but I just can't get Netbeans to edit fxml files with > Scene Builder. Appreciate any tips on this... > > Regards, > Joe1962 > > > -

Netbeans 11.3 not opening fxml in Scene Builder 11.0.0

2020-03-25 Thread jose . rodriguez
etbeans to edit fxml files with Scene Builder. Appreciate any tips on this... Regards, Joe1962 - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org F

Re: FXML file context menu

2020-01-22 Thread Glenn Holmer
On 1/22/20 9:32 AM, Glenn Holmer wrote: > What is the "Open Advanced..." context menu item for a JavaFX FXML file > supposed to do? As far as I can tell, it doesn't do anything. Interesting, JavaFX was not yet "activated" when that menu item appeared (new install

FXML file context menu

2020-01-22 Thread Glenn Holmer
What is the "Open Advanced..." context menu item for a JavaFX FXML file supposed to do? As far as I can tell, it doesn't do anything. -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the af

Re: Netbeans - FavaFX - FXML: Location not set

2019-06-17 Thread Luff,Chris
I am running Windows10, netbeans 11,openjdk 12, javafx 12. I am developping a modular javafx application, using Ant (i.e. no Maven, no Gradle). I have several modules (Mainmodule, Tools, UI). In the UI module is the package MainWindow, where the MainApp, all controllers and all FXML-files reside.

Re: Netbeans - FavaFX - FXML: Location not set

2019-06-15 Thread Helmut Leininger
nster1.fxml <--> Fenster1.fxml) Thanks Helmut Am 15.06.2019 um 12:23 schrieb Geertjan Wielenga: > When I google ‘JavaFX location is not set’, I see quite a few > responses and solutions. > > Gj > > > On Sat, 15 Jun 2019 at 11:42, Helmut Leininger <mailto:h.leinin...@g

Re: Netbeans - FavaFX - FXML: Location not set

2019-06-15 Thread Geertjan Wielenga
t; I am developping a modular javafx application, using Ant (i.e. no Maven, > no Gradle). > > I have several modules (Mainmodule, Tools, UI). In the UI module is the > package MainWindow, where the MainApp, all controllers and all > FXML-files reside. > In the MainController, w

Netbeans - FavaFX - FXML: Location not set

2019-06-15 Thread Helmut Leininger
, where the MainApp, all controllers and all FXML-files reside. In the MainController, when a certain Button is clicked, I open another Window (of the same package). The code sniplet: FXMLLoader fxmlLoader =3D new FXMLLoader(getClass().getResource("fenster1.fxml")); System.o

Re: FXML completion

2018-11-24 Thread Glenn Holmer
On 11/24/2018 12:17 PM, Geertjan Wielenga wrote: > Has NetBeans ever had code completion in FXML files? Apparently; I'm an FX newbie. https://www.youtube.com/watch?v=IjenXYBS3BM https://netbeans.org/bugzilla/show_bug.cgi?id=271048&x=22&y=7 -- Glenn Holmer (Linux registered use

Re: FXML completion

2018-11-24 Thread Geertjan Wielenga
Has NetBeans ever had code completion in FXML files? Gj On Sat, Nov 24, 2018 at 6:27 PM Glenn Holmer wrote: > I am not getting code completion in FXML files. I tried with two > projects, one modular and one non-modular, following the NetBeans > directions on openjfx.io. I see a blu

FXML completion

2018-11-24 Thread Glenn Holmer
I am not getting code completion in FXML files. I tried with two projects, one modular and one non-modular, following the NetBeans directions on openjfx.io. I see a blue tooltip "No suggestions" (Java code completion for JavaFX code works normally, and the project builds and runs).