Re: How to Alt + Enter on mac?

2020-04-22 Thread Peter Ford
On a Mac keyboard option-enter is the magic you need: on my keyboards options is also labelled alt Pete > On 22 Apr 2020, at 12:57, Geertjan Wielenga wrote: > > Probably the Apple keyboard key CMD and then Enter — or just click the > lightbulb. > > Gj > > On Wed, 22 Apr 2020 at 13:54, Ewan

Re: Git status difference between build and command line

2020-04-16 Thread Peter Hull
On Thu, 16 Apr 2020 at 22:47, George Brooks wrote: > org.eclipse.jgit [5.5.0 5.5.0.201909110433-r] remains in 12.0-beta3, and so > do the icons indicating modified files despite what git status says at the > command line. Correct. There is a PR to update it: https://github.com/apache/netbeans/pu

Re: NB 11.3 – Can not open old projects

2020-04-16 Thread Peter Nabbefeld
Hello Ulf, just to make sure: Did You add JDK 1.7 as a Java Platform in 11.3? Kind regards, Peter Am 14.04.20 um 20:26 schrieb Ulf Zibis: Thanks for the hint, Laszlo. Surprise: After starting the IDE again to view the logs, the projects were opened automatically. Anyway in the logs I

Re: Git status difference between build and command line

2020-04-11 Thread Peter Hull
Hi George, I think it is this: https://issues.apache.org/jira/browse/NETBEANS-4005 Can you see if that matches up to your situation? Pete On Thu, 9 Apr 2020 at 16:24, George Brooks wrote: > > A PHP project in Netbeans 11.1 shows git status as "- nothing to commit, > working directory clean". Aft

Re: location file which saves compile errors

2020-04-05 Thread Peter Steele
Hi I tried this, I thought it had worked but it didn't. I still have a couple of classes that have this issue (it fixed a lot though). The errors are all to do with return types (thinking they are object) or incorrectly saying a method doesn't exist on a class Peter On Sun, 5 Apr 2

location file which saves compole errors

2020-04-05 Thread Peter Steele
ather just delete the file necessary to make netbeans clear it's cache. Any help would be appreciated Thanks Peter p.s. this issue isn't easily replicatable as it just happens all of a sudden P.p.s I am on 11.3 but this has happened on all previous netbeans versions (can remember if it

Re: Best strategy to solve JavaHelp issue

2020-03-17 Thread Peter Hull
Jaroslav Tulach was asking a couple of years ago whether it was also licensed CDDL. What happened to this line of thinking? https://github.com/javaee/javahelp/issues/45 On Tue, 17 Mar 2020 at 13:27, Geertjan Wielenga wrote: > > Here's the related issues, one of the very first: > https://issues.a

Image Previewing

2020-03-09 Thread Peter Steele
Netbeans has a useful feature for previewing images (you just double click and it opens a window with the image in), I can view bmp and png images as an example. Not all image formats that I use are preview able though. Can someone help point me in to the right direction as to how I can add support

Re: Autoupdate problem

2020-03-04 Thread Peter Hull
Hi Jerome, Did you ever fix this issue? Peter On Thu, 13 Feb 2020 at 22:32, Jerome Lelasseux wrote: > > I see the "Comparing versions" log lines only upon first start after fresh > install (when I removed AppData/Local/jjazzlab and AppData/Roaming/jjazzlab). > > When th

Re: NetBeans 11 xdebug path mapping

2020-02-13 Thread Peter Ford
Sorry - found it: the Advanced button was not visible on the Run Configuration dialog until I expanded it a bit… Pete > On 13 Feb 2020, at 10:36, Peter Ford wrote: > > Hi, > > I’m trying to remote-debug a PHP project that runs on a Linux server, but I > can’t work out wher

NetBeans 11 xdebug path mapping

2020-02-13 Thread Peter Ford
Hi, I’m trying to remote-debug a PHP project that runs on a Linux server, but I can’t work out where the Path Mapping feature is on NetBeans 11 (currently 11.1) - I’m running NetBeans on a Mac so the directory structure is a bit different. As far as I can tell the tutorials for remote xdebug ar

Re: Autoupdate problem

2020-02-12 Thread Peter Hull
On Wed, 12 Feb 2020 at 17:27, Jerome Lelasseux wrote: > Maybe you viewed the xml file using the builtin Firefox viewer which hides > the XML declaration part... Well I have learnt something anyway - yes I was using firefox. Looking at the code you should be seeing log lines like [exec] FINER [or

Re: Autoupdate problem

2020-02-12 Thread Peter Hull
I don't know the answer, but looking at the NB update center, the XML does start with an XML declaration and a DTD (see below), whereas yours does not. Maybe the DTD needs to be added? Pete http://www.netbeans.org/dtds/autoupdate-catalog-2_6.dtd";> On Wed, 12 Feb 2020 at 10:43, Geertjan Wielenga

Maven Error -- Illegal access exception?

2020-01-04 Thread Peter L. Berghold
denied in a future release -- Peter L. Berghold Professonally: (retired) IT Professional (DevOps, Puppet, Perl...) Advocations: Dog Training, Beer Brewing, BBQ, Cooking - To unsubscribe, e-mail

Re: Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread Peter L. Berghold
configurations. > > Well that just gave me the impetus to take a look at Spring Boot. Been hearing about it and never gave it a thought -- Peter L. Berghold Professonally: (retired) IT Professional (DevOps, Puppet, Perl...) Advocations: Dog Traini

Netbeans and Kubernetes; Hibernate Configurations

2020-01-03 Thread Peter L. Berghold
o the local MariaDB on my workstation. When I go to deploy to Kubernetes I'll be using a service name to connect to. How have others handled this situation so that the Hibernet configuration ends up pointed to the correct host after deployment? -- Peter L

Re: Netbeans can't find Classes with main function

2019-11-12 Thread Peter Hull
On Thu, 7 Nov 2019 at 11:38, Farouk Alhassan wrote: > Sure thanks. > > Hi Farouk, Have you filed an issue for this? As far as I can see it is a real bug but the fix is not straightforward. Peter

Re: Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Szepi Peter
all the servers at Services/Servers - Readd the servers at Services/Servers - Readd the servers for each project at Project properties/Run Now it works fine. I hope, I will not find any new mystic behaviours in new Netbeans versions :) Peter 2019. 11. 02. 15:21 keltezéssel, Laszlo Kishalmi

Re: Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Szepi Peter
last line "In-place deployment... " was not appeared even after 15 minutes. Dou you have any idea? Peter 2019. 11. 02. 14:19 keltezéssel, Geertjan Wielenga írta: Can you reproduce if you use a Maven based project instead of an Ant based project? I am asking this so we can narrow

Deployment problem with NB11.1 and 11.2

2019-11-02 Thread Szepi Peter
d. The glassfish installation is same as I used with NB11.0. I studied forums, etc but I have not found any similar in the near past. Only a similar bug was reported concerning netbeans in 2006 and 2007 Any suggestions are welcome. Best

Re: GUI builder cannot find generated code

2019-10-31 Thread Peter Toye
so I can continue work. Thanks again. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Thursday, October 31, 2019, 5:05:02 PM, you wrote: > On Thu, 31 Oct 2019 at 16:53, Peter Toye > wrote: >> Thanks a million. That did the trick. > Great! >

Re: GUI builder cannot find generated code

2019-10-31 Thread Peter Toye
, but not the variables. I suspect that the conversion from NB 8 to 11 has some bugs in this area - it probably doesn't add the comments in properly. But now I don't have a working NB 8 so can't test it out. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com -

Re: GUI builder cannot find generated code

2019-10-31 Thread Peter Toye
ile is corrupt. If you don't, your system is different from mine. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Wednesday, October 23, 2019, 3:33:49 PM, you wrote: Unless we can reproduce it or get a stack trace, you?ll get no responses. Gj On Wed

Re: GUI builder cannot find generated code

2019-10-23 Thread Peter Toye
send an entire project without zipping? I'm on Windows and don't have tar. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Wednesday, October 23, 2019, 4:57:18 PM, you wrote: I just did that and two issues popped up right away: Problem: The pro

Re: GUI builder cannot find generated code

2019-10-23 Thread Peter Toye
levant). If not already open, in package com.ptoye.testFormBug, open OuterPane.Java. Click on "Design" tab You should get an error message saying the file is corrupt. If you don't, your system is different from mine. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com --

Re: GUI builder cannot find generated code

2019-10-23 Thread Peter Toye
nitComponents() { ... add(pnlButtons, java.awt.BorderLayout.NORTH); ?? } // // Variables declaration - do not modify private javax.swing.ButtonGroup bgColours; ... private javax.swing.JRadioButton rbtTemp; // End of variables declaration ?? Any ideas on how I can recover from this, as

GUI builder cannot find generated code

2019-10-22 Thread Peter Toye
code looks fine? Regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Java project now needs classpaths to run it

2019-10-22 Thread Peter Toye
Dear Eric, Thanks. I'm Windows-based so the details of *nix flavours rather pass me by. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 21, 2019, 9:02:34 PM, you wrote: It's pretty common-place (at least in *nix) for commands

Re: Java project now needs classpaths to run it

2019-10-21 Thread Peter Toye
Dear Geertjan, Much happier :-)> . Many thanks. I owe you another beer Where are you based? Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 21, 2019, 4:15:08 PM, you wrote: https://issues.apache.org/jira/browse/NETBEANS-3260 H

Re: Java project now needs classpaths to run it

2019-10-21 Thread Peter Toye
Dear Geertjan, Fine. I agree. A shame that OpenJDK don't put this on the mailing list page you sent me. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 21, 2019, 2:53:18 PM, you wrote: Who is “they”? Why are thousands of people

Re: Java project now needs classpaths to run it

2019-10-21 Thread Peter Toye
Dear Geertjan, I wasn't expecting you to, but I hope you can see my frustration. I mail OpenJDK at the address they give you, and get an auto-reject telling me to contact that same address. This is for information - just don't bother trying to contact OpenJDK. Best regar

Re: Java project now needs classpaths to run it

2019-10-21 Thread Peter Toye
Dear Geertjan, Agreed - but the address they give is the one that's auto-rejected! Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 21, 2019, 11:35:13 AM, you wrote: You’ll need to subscribe to the mailing lists you want to write to

Re: Java project now needs classpaths to run it

2019-10-21 Thread Peter Toye
mailman-ow...@openjdk.java.net. But that was the address that I mailed! A but recursive. Something wrong up at openJDK methinks. I've tried another address I'll file an issue in JIRA. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday,

Re: Java project now needs classpaths to run it

2019-10-21 Thread Peter Toye
he Ant script output now has three bugs: No double quotes round the Java executable directory "Program Files" "-module-path" should read "--module-path" "-m" needed before the main class. Why the Java designer can't just stick to a single syntax

Re: Java project now needs classpaths to run it

2019-10-20 Thread Peter Toye
ava\jdk-12.0.1/bin/java" --module-path D:\Peter\Netbeans\TestModules1\build\modules com.ptoye.greetings.Main Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true Error: Could not find or load main class com.ptoye.greetings.Main Caused by: java.lang.ClassNotFoundException: com.ptoye.greet

Re: Java project now needs classpaths to run it

2019-10-15 Thread Peter Toye
Dear Geertjan, Thanks - I’ll try that. I don't think OpenJDK existed when I last looked at Java. Astonishing how you can get out-of-date so fast. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 14, 2019, 10:18:27 AM, you wrote: O

Re: Java project now needs classpaths to run it

2019-10-14 Thread Peter Toye
otes because of the space in the path. A minor bug, but annoying when you use cut-and-paste to put it into a batch file! Does this clear things up? Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Sunday, October 13, 2019, 7:47:57 PM, you wrote: You appear t

Re: Problems contacting website

2019-10-07 Thread Peter Toye
Dear Geertjan, I see what you mean! Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 7, 2019, 12:06:23 PM, you wrote: The mailing list is the forum. Gj On Mon, Oct 7, 2019 at 1:05 PM Peter Toye wrote: Dear Geertjan, I don't thin

Re: Problems contacting website

2019-10-07 Thread Peter Toye
Dear Geertjan, I don't think I'm on your forum. I didn't know there was one. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, October 7, 2019, 11:42:54 AM, you wrote: Here is our website: netbeans.apache.org. And you are current

PLease ignore previous mail

2019-10-07 Thread Peter Toye
Sorry - I just realised that my address book is out of date and has the old Oracle addresses. Regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

Problems contacting website

2019-10-07 Thread Peter Toye
view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem. I hope you can get this fixed! Regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

SOLVED -- Re: Creating a Java library project with Apache Netbeans

2019-10-06 Thread Peter L. Berghold
Thanks for the help folks. One suggested feature I'd like to put out there? Have an option for initializing the Git repo (local) at project start? -- Peter L. Berghold Professonally: IT Professional (DevOps, Puppet, Perl...) Advocations: Dog Tra

Java project now needs classpaths to run it

2019-10-05 Thread Peter Toye
:\Program Files\Java\jdk-12.0.1/bin/java -cp C:\Program Files\NetBeans 11\netbeans\java\modules\ext\AbsoluteLayout.jar;D:\Peter\Netbeans\Partitions511\dist\Partitions511.jar;D:\Peter\Netbeans\KillerSudoku11\dist\KillerSudoku11.jar com.ptoye.TestKiller.TestKiller?? 1) In Windows, the Java executable

Creating a Java library project with Apache Netbeans

2019-10-03 Thread Peter L. Berghold
I seem to be missing something here. When I last used Netbeans 8.x I was able to from the menu create a Java library. That does not seem to be the case with NB 11.0. Please advise -- Peter L. Berghold Professonally: IT Professional (DevOps, Puppet, Perl

Re: Question on Netbeans 11 and C++

2019-09-28 Thread Peter Kovacs
>incompatible with Windows SDKs, and difficult to maintain and >configure.) >> >>> On Sep 27, 2019, at 4:25 AM, Geertjan Wielenga <mailto:geert...@apache.org>> wrote: >>> >>> Yes, that is called the Apache Software Foundation. >>> >>

Re: Question on Netbeans 11 and C++

2019-09-27 Thread Peter Kovacs
9 at 09:24, Ulf Zibis wrote: > >> >> Am 26.09.19 um 23:02 schrieb Peter Kovacs: >> > I do not understand the question. Can you elaborate? >> >> My understanding of "donation" was, that there is a kin

Re: Question on Netbeans 11 and C++

2019-09-26 Thread Peter Kovacs
I do not understand the question. Can you elaborate? I understand that the Donation of the c++ plugin from Oracle to Apache Netbeans has been delayed. Last status report to this topic suggests that Oracle Lawyers are still reviewing. (As far as I remember the Information has been that this is wha

Grahical Git Browser?

2019-09-22 Thread Peter Nabbefeld
Hello, is there any graphical GUI browser plugin available/planned, like in Eclipse or IntelliJ? Kind regards Peter - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h

Java project now needs classpaths to run it

2019-09-20 Thread Peter Toye
:\Program Files\Java\jdk-12.0.1/bin/java -cp C:\Program Files\NetBeans 11\netbeans\java\modules\ext\AbsoluteLayout.jar;D:\Peter\Netbeans\Partitions511\dist\Partitions511.jar;D:\Peter\Netbeans\KillerSudoku11\dist\KillerSudoku11.jar com.ptoye.TestKiller.TestKiller 1) In Windows, the Java executable

Over-enthusiastic deprecation removal

2019-08-29 Thread Peter Toye
Object. The suggested change picks up the wrong one. I suggest that Netbeans should check for possibly ambiguous overrides before deprecating such constructions. Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Replacing dependency on tools.jar in Java 11

2019-08-23 Thread Peter Hull
On Fri, Aug 23, 2019 at 4:41 AM Alex Kotchnev wrote: >the code needs a few classes from the compiler tree API (e.g. > com.sun.source.util - TreePath, Trees, etc). I looked around but couldn't > find what dependency to add to the project instead. It seems that those > classes are still avail

Re: Javadoc popup works, but "Show Javadoc" does not.

2019-08-13 Thread Peter Toye
Dear Neil, Sorry, no. Still "Cannot perform Javadoc here". But shift-F1 works OK (as it did before). Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Tuesday, August 13, 2019, 11:57:11 AM, you wrote: > On Tue, 13 Aug 2019 at 11:38, Peter

Re: Javadoc popup works, but "Show Javadoc" does not.

2019-08-13 Thread Peter Toye
Dear Thomas, I have a similar problem, but with the Oracle JDK. I specify the Javadoc index as https://docs.oracle.com/en/java/javase/12/docs/api/ Also using NB 11.1 on Windows. Maybe Alt-F1 is broken in 11.1?? Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Files tab does not show all files

2019-08-08 Thread Peter Toye
I think that's a matter of opinion. Personally I find it useful to know what a program is doing, and think that this self-censorship is a bad idea. You obviously differ. As one can always use whatever file explorer the OS provides, it's not really an issue. Thanks for your help and advice. B

Re: C++

2019-08-03 Thread Peter Kovacs
Load the version from Netbeans 8.0. It works. Oracle is reviewing the code, and it will be donated in the near future. On 04.08.19 01:44, mmo...@me.com.INVALID wrote: > I’m using NetBeans 11.0. > > Is C++ no longer supported? > > I can’t seem to find the PlugIn. > > Best Regards, > > Michael

Re: Files tab does not show all files

2019-08-03 Thread Peter Toye
speak for other OSs. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Saturday, August 3, 2019, 4:12:53 PM, you wrote: Form files are not shown anywhere, not in the Favorites window either. Even if you’re looking inside a Form file, you’re most likely doing

Re: Files tab does not show all files

2019-08-03 Thread Peter Toye
Dear Thomas, So do I, but I hadn't realised that the Files tab only showed a subset. .form doesn't appear in the Tools | Options | Miscellaneous | Files ignored list, so it's presumably programmed in somewhere else. A bit odd. Best regards, Peter mailto:netbe...@ptoye.co

Re: Files tab does not show all files

2019-08-03 Thread Peter Toye
nd. If it's done on purpose, fair enough. From your reply I assume that's the case. I'm trying to build a case for a JIRA issue on character translation - I'll post it after I'm back from holiday. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com --

Files tab does not show all files

2019-08-03 Thread Peter Toye
When investigating an issue, I found that the Files tab doesn't show the .form files generated by the form editor. Is this on purpose, as it's a bit confusing? It's possibly a hangover from the Oracle days, as it also happens in NB version 8. Regards, Peter mailto:net

RE: subscribe

2019-08-01 Thread Peter Kovacs
It says it what you have to do at each mail. Plus given link explains it a bit more lengthy. To unsubscribe please send an email to: users-unsubscr...@netbeans.apache.org Am 1. August 2019 16:32:10 MESZ schrieb "DONAGHY, MATTHEW (IT Services)" : >Please unsubscribe me from email list. > >Regard

Re: Odd character translation

2019-07-20 Thread Peter Toye
itor certainly picked up this change. So in this file, your (a) shouldn't be happening as the encoding (UTF-8) is capable of representing the characters. (b) seems to be the problem. Is it worth while my putting this into JIRA? It's probably a rare occurrence. Best

Re: Odd character translation

2019-07-20 Thread Peter Toye
Dear Geertjan, So you weren't able to confirm that the problem exists on your configuration, then? Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Saturday, July 20, 2019, 10:30:07 AM, you wrote: No, I didn't do anything other than change th

Re: Odd character translation

2019-07-20 Thread Peter Toye
's comment implies the former, so I shall try to produce a smaller example before raising it as an issue. I assume (I don't think you actually confirmed) that you tried deleting the "undo" button and saw the correct characters appear. Best regards, Peter mailto:ne

Re: Odd character translation

2019-07-19 Thread Peter Toye
Sorry - hit "reply" rather than "reply all" Dear Geertjan, True. Can you try it in the form editor and see what happens? There's not much point in having an IDE which forces you to use an external editor! Best regards, Peter mailto:netbe..

Re: Odd character translation

2019-07-19 Thread Peter Toye
s now, so won't be back for a few hours. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Friday, July 19, 2019, 4:11:52 PM, you wrote: I cloned your repo and then edited this file directly in GitHub, replacing the question marks with your special char

Re: Odd character translation

2019-07-19 Thread Peter Toye
Dear Geertjan, Thanks - it runs fine. So what exactly did you do as I can see no difference in either the ,form or .java files? Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Friday, July 19, 2019, 3:57:45 PM, you wrote: 1. Open a terminal window. 2

Re: Odd character translation

2019-07-19 Thread Peter Toye
'm still trying to work out how to merge your update into my local repository. GitHub doesn't have the most intuitive of user interfaces and I'm a complete newbie with it. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Friday, July 19, 2019,

Re: Odd character translation

2019-07-19 Thread Peter Toye
m file into the Java code for initComponents(). Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Friday, July 19, 2019, 12:42:14 PM, you wrote: I just followed your steps now and am now at the end where you say: "Go back to the OuterPane design and

Re: Odd character translation

2019-07-19 Thread Peter Toye
Dear Geertjan, You didn't answer my last emails, and I’ve been away for a few days. Have a look at https://github.com/ptoye/TestCharacters4 - I hope you can access it but I'm not sure about the privacy settings on GitHub. There's a README file to tell you what to do. Best

Re: Odd character translation

2019-07-14 Thread Peter Toye
ntrol failure as I can't find anything in the git push command to identify myself to the remote. Also, I think I'll need to know your Github user ID to allow you access. Sorry to be a pain, but GitHub's UI doesn't help much - the tutorial material doesn't seem to have a

Re: Odd character translation

2019-07-13 Thread Peter Toye
Dear Geertjan, I tried and cut out most of the objects in the frame, and it worked OK! So this may take some time Especially as it's nothing to do with my real work. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Saturday, July 13, 2019, 4:28:

Re: Odd character translation

2019-07-13 Thread Peter Toye
Dear Geertjan, Oh dear, I was wrong. The problem came back today, even without the offending file in the directory.Shall I try to cut down the program to a manageable size before posting it, or would you like the lot? Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Odd character translation

2019-07-12 Thread Peter Toye
med it (I don't delete files incase they're needed again) but the problem stayed. Then I moved it to another directory and the problem went away. I hadn't realised that NB was so sensitive to files that shouldn't be there, even with an extension of .old Best regard

Re: Odd character translation

2019-07-12 Thread Peter Toye
ere's something wrong in the translation from this and the generated Java. Peter mailto:netbe...@ptoye.com www.ptoye.com - Tuesday, July 9, 2019, 12:53:19 PM, you wrote: I modified a button to display a character rather than a GIF icon. The character is a symbol

Re: NB11 - gradle support

2019-07-11 Thread Peter Steele
this. Raise an enhancement request if you want this, in JIRA. I personally prefer having the jars separate. Regards Peter On Thu, 11 Jul 2019, 16:12 Mike Billman, wrote: > When running from a command prompt: > > > > Gradle runApp --info --stacktrace > > > > Starting proc

Odd character translation

2019-07-09 Thread Peter Toye
anyone any idea what's going on? It seems to be something to do with converting the form design to Java code, which I don't know anything about. Thanks in advance, Peter mailto:netbe...@ptoye.com www.ptoye.com ---

Re: ...and now I can't build

2019-07-05 Thread Peter Toye
rink as long as it's not vintage champagne). I'm obviously getting too old to be using Java. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Thursday, July 4, 2019, 4:17:56 PM, you wrote: Well it might even be a javac issue in JDK 12. I just

Re: ...and now I can't build

2019-07-04 Thread Peter Toye
fline now for a few hours - maybe even tomorrow. I'll report back. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Thursday, July 4, 2019, 12:39:57 PM, you wrote: Also, there appear to be two separate applications here, one named 'KillerSudoku11&#x

Re: ...and now I can't build

2019-07-04 Thread Peter Toye
Dear Geertjan, Here's the output from a clean build. ant -f D:\\Peter\\Netbeans\\KillerSudoku11 -Dnb.internal.action.name=rebuild clean jar init: deps-clean: Updating property file: D:\Peter\Netbeans\KillerSudoku11\build\built-clean.properties Partitions5.init: Partitions5.deps-clean: Upd

Re: ...and now I can't build

2019-07-04 Thread Peter Toye
Dear Geertjan, Both javac.source and javac.target are set to 12. If I change the source/target to 8 they change accordingly. See the attached if you don't believe me! Whichever I choose the build fails. Best regards, Peter mailto:netbe...@ptoye.com www.ptoy

Re: ...and now I can't build

2019-07-04 Thread Peter Toye
gards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, July 1, 2019, 4:07:34 PM, you wrote: You might be compiling your old stuff with modern Java. Either go back to Java 8 or add javac.source=1.8 and javac.target=1.8 in your project properties. On 7/1/19 1:

Re: Another installation issue

2019-07-04 Thread Peter Toye
Dear Geertjan, I've been sending you screenshots. Shall we continue this conversation under the original track? Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Thursday, July 4, 2019, 10:49:43 AM, you wrote: No one can help with this without

Re: Another installation issue

2019-07-04 Thread Peter Toye
Dear Geertjan, I was referring to the track called ' ...and now I can't build' which you've been helping me with. That problem remains in 11.1. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Wednesday, July 3, 2019, 7:03:26 PM, you

Re: Another installation issue

2019-07-03 Thread Peter Toye
ft. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Monday, July 1, 2019, 10:05:08 AM, you wrote: Or the other way around, use the installer, in fact, use the 11.1 beta 2 installer and provide feedback on it: https://cwiki.apache.org/confluence/displa

Re: ...and now I can't build

2019-07-02 Thread Peter Toye
t down the PC and booted it up this morning, and it's not building again with the same error messages. I don't think that anything has changed. I have a nasty feeling that I'm going to have to open a new project and copy all the files across. Best regards, Peter mailto:netbe..

Re: ...and now I can't build

2019-07-01 Thread Peter Toye
Dear Geertjan, I think we're at cross-purposes here. My Project Properties doesn't have tabs - see the attached screenshot. I tried a new project using Maven and that does have tabs. So it seems to be an Ant problem. Best regards, Peter mailto:netbe...@ptoye.com www

Re: ...and now I can't build

2019-07-01 Thread Peter Toye
rsion <=8 (can't remember exactly which version - it was a long time ago) by the usual method - select "Java application" and click "New | JFrame" - design & program from there. HTH. Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com --

...and now I can't build

2019-07-01 Thread Peter Toye
;t being overridden correctly. Any ideas where to go from here please? Regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Another installation issue

2019-06-30 Thread Peter Toye
Dear Geertjan, Yes... but it's a pain having to tell it each time that I want to run it. Isn't there a way of telling Windows that there is a digital signature even if it hasn't been installed by WIndows Installer? Best regards, Peter mailto:netbe...@ptoye.co

Another installation issue

2019-06-30 Thread Peter Toye
EYS file, but I have no idea what to do with it. Can some kind soiul please tell me? The OS is Windows 7 Home if that's relevant. Sorry to keep asking silly questions, but I can't find the solution on the Web or in JIRA. Regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Bits missing in NB11 installation

2019-06-28 Thread Peter Toye
Thanks Geertjan, Being new to the Apache NB mechanisms I'm a bit lost in where to look for things! On the Javadoc, it seems I have to wait for NB 11.1... Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Friday, June 28, 2019, 3:48:16 PM, you wrote:

Bits missing in NB11 installation

2019-06-28 Thread Peter Toye
URL to https://docs.oracle.com/en/java/javase/12/docs/api/index.html but this didn't work. When I last used Java over 3 years ago one could download the entire API Javadoc as a Zip file, but this seems to have disappeared. Can someone please tell me where to find it? Regards, Peter mailto

Re: Swing in Netbeans

2019-06-27 Thread Peter Toye
lated into a hamcrest call. Anyway, it seems to have gone now. Regards, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Swing in Netbeans

2019-06-26 Thread Peter Toye
t have one?) so I seem to be OK. But I thought I'd try starting afresh and couldn't find the old New Project - Java. Now I realise I have to select Java with Ant. Sorry for the trouble - getting too old for this sort of thing. Best regards, Peter mailto:netbe...@pto

Swing in Netbeans

2019-06-26 Thread Peter Toye
in advance, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: Coming back to Netbeans

2019-06-23 Thread Peter Toye
lass library was not found. ??Solution: Click Resolve to open the Library Manager and create a new class library called "swing-layout". The project uses swing - is there any further updating I need to do before I can continue playing with it? Thanks in advance, Peter

Coming back to Netbeans

2019-06-22 Thread Peter Toye
at is) and keep my existing projects? Or do I have to start from scratch? And are there any gotchas? I'm using Windows 7 SP1 Home. Thanks in advance, Peter mailto:netbe...@ptoye.com www.ptoye.com

Re: jTestField

2019-06-11 Thread Peter Hull
tuff in the Event parameter passed to the handler. That's what I'd do, I bet others will have a more elegant way to do it. Peter - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands,

Re: Unused method highlighting

2019-06-10 Thread Peter Steele
It's possible, intelij does it, it's just a question if netbeans does it. If not I'd advise raising a new Jira or adding the functionality yourself if you have the expertise. Netbeans definitely highlights unused methods and fields to a certain extent. On Mon, 10 Jun 2019, 17:38 Greenberg, Gary,

Code complete in lambda functions

2019-05-29 Thread Peter Steele
Hi Does anyone else have issues with code complete in a lambda function? (Just wondering if it's me or a wider issue) Thanks Peter

<    1   2   3   >