Re: Windows with blank background, java, Nvidia, 30bit colors

2022-07-03 Thread Guy Daniel
hmmm Interesting... I wonder if we could replicate this in swing and the openjdk? On 7/3/22 16:04, Marco Penitenti wrote: Hello, I'm new to the list I've seen there is no FAQ or info configured, so I hope doing just fine writing here. I've encounter a weird situation and solved it and I

Re: Session question

2022-06-22 Thread Guy Daniel
Hi Bayless, HSQL is probably just storing everything in RAM, so unless you hand the same connection to the second class you may not see the data. Just to test, try using a connection to a MariaDB instance or some SQL that stores onto the disk by default? You could post code, but I think

Re: create serialVersionUID

2022-05-24 Thread Guy Daniel
There is a current thread on the Netbeans slack channel talking about this. Apparently this one works quite well: https://github.com/hlavki/netbeans-svuid-generator On 5/24/22 01:03, Roberto Bottoni wrote: Hello, In Netbeans, how can i create the serialVersionUID number of a class? thanks!

Qt 5.14 on NetBeans 8.1 Code completion

2020-04-28 Thread Daniel Santos
Hello all, I have started a Qt 5.14 project on NetBeans 8.1 on a mac running mojave. I can build/run the code, but the Qt code completion is not working. I have tried adding the directories with the headers in the preferences but it doesn’t work. Does anybody have any idea / suggestion on how

Re: grade multi project support?

2019-10-24 Thread Daniel Platz
testing i did not restart netbeans; only closed the projects and opened again. Maybe there is some metadata keep about the projects that caused problems. Anyway, I am now happily using my multi grade project in netbeans. Thanks for the support. Cheers, Daniel > On 24 Oct 2019, at 14:59, Las

Re: grade multi project support?

2019-10-24 Thread Daniel Platz
unsuccessful. Will try some more and let you know. Maybe someone can share how the mechanism works or point me to the source-code-file that is doing the recognition if something is a project or subproject? Cheers Daniel > On 24 Oct 2019, at 12:51, Geertjan Wielenga wrote: > > Good to hea

grade multi project support?

2019-10-24 Thread Daniel Platz
can only try to open the sub-projects but it will fail after trying. Cheers, Daniel - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further

NB 11.1 Platform Application: HelpCtx.display()

2019-08-27 Thread Daniel Hartman
All, I am porting my NB 8.2 platform application to 11.1, and I am struggling to get my helpsets displayed. That is, nothing happens when, for example, a wizard's help button within my platform application is clicked.  Everything worked great in NB 8.2. I therefore created an empty platform

Re: Spring Boot

2019-05-21 Thread daniel
Try this introduction https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa It uses maven to get all dependencies. I had no problems. Daniel Dne 21.05.2019 23:04, Michael Spence napsal: > I am trying to set up a project using Spring Boot to avoid "just use > E

Re: Change Apache Netbeans 9,10 or 11 Language to PT_BR (Brazilian Portuguese)

2019-04-09 Thread Daniel Teodoro
gt; Thanks, > > Gj > > On Wed, Apr 10, 2019 at 6:08 AM Daniel Teodoro < > danielteodoroparticu...@gmail.com> wrote: > >> Hi, I'm Daniel and I live in Brazil. >> I'm a developer in Brazil. I wanted to get a little doubt. The current >> netbeans (Apache Netbeans)

Change Apache Netbeans 9,10 or 11 Language to PT_BR (Brazilian Portuguese)

2019-04-09 Thread Daniel Teodoro
Hi, I'm Daniel and I live in Brazil. I'm a developer in Brazil. I wanted to get a little doubt. The current netbeans (Apache Netbeans) has how to change the language or language for Brazilian Portuguese? I await your reply. Thank you very much.

Change Apache Netbeans 9,10 or 11 Language to PT_BR (Brazilian Portuguese)

2019-04-09 Thread Daniel Teodoro
Hi, I'm Daniel and I live in Brazil. I'm a developer in Brazil. I wanted to get a little doubt. The current netbeans (Apache Netbeans) has how to change the language or language for Brazilian Portuguese? I await your reply. Thank you very much.

How to Hide "Customize" under "View -> Toolbars"?

2018-12-10 Thread Daniel Hartman
Is there a way to hide the "Customize" menu item that appears under "View -> Toolbars" for an application built on top of the NetBeans platform? The "Customize" menu item is added programmatically by the ToolbarConfiguration class in the Core - Windows module. Thanks in advance for any