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 -> JavaFX->Empty FXML->...

Re: JavaFx maven with FXML

2020-08-14 Thread Ernie Rael
I didn't completely follow this. How are these files created (the ones that have to be moved?) If they come from standard NetBeans operations, then there is a bug. Please file it and either post the issue number here, or add me as a watcher. Thanks. -ernie On 8/14/2020 11:11 AM, HRH wrote: T

Re: [platform] Module load order maven application

2020-08-14 Thread Emilian Bold
What we need is a debug flag that loads the modules at random if possible (while still respecting the topological sort as defined by dependencies). This would show all kind of assumptions you didn't thing about. --emi vin., 14 aug. 2020, 19:43 Patrik Karlström a scris: > Hi, > > Den fre 14 aug.

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 Project > wizard. The on

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 inter

Re: npm script commands window

2020-08-14 Thread Alan
Your modules are listed in a folder And a right click on the project gives you access to the scripts. On 2020-08-14 12:48, Bear wrote: In phpstorm you can do to create  a window that allows easy access to the scripts. Does NB have some kind of function that can do EXACTLY the same thing,

npm script commands window

2020-08-14 Thread Bear
In phpstorm you can do to create  a window that allows easy access to the scripts. Does NB have some kind of function that can do EXACTLY the same thing, instead of having to select the file -> step thru menu items each time? -- Bear

Re: [platform] Module load order maven application

2020-08-14 Thread Patrik Karlström
Hi, Den fre 14 aug. 2020 kl 11:39 skrev Emilian Bold : > I feel you are enumerating a whole bunch of workarounds you already > thought about without giving us an example of the real issue you > experienced. > I was unable to, and still am, specifying the issues, but one of the symptoms was that

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 directory and u

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.

Re: [platform] Module load order maven application

2020-08-14 Thread Emilian Bold
I feel you are enumerating a whole bunch of workarounds you already thought about without giving us an example of the real issue you experienced. Normally, modules can be installed and enabled and disabled by users are any time. If your app is somehow erratic now it means there's a hidden depende