Re: Printing from IDE 11.0

2019-09-14 Thread Geertjan Wielenga
Well PrintCookie or Printable needs to be in the Lookup to enable the Print button. Sounds like that is the case when a document in the editor or a node in the Projects window is selected (though not for you apparently) and not in the case of the node in the Files or Favorites window. Gj On Sat,

Re: Printing from IDE 11.0

2019-09-14 Thread Oliver Rettig
Hi, I have also played a bit with print functionality. I have tried with Netbeans 8.2. Print with selection works fine in the projects tab but not with a selection in the Files tab. A selected file in the files-tab is not shown in the print preview. It is also not working if selection is done

Re: Printing from IDE 11.0

2019-09-08 Thread philip.burn...@sky.com
HI David,I hadn't tried it from the projects view, only the file view. Having tried it (after your suggestion) I can confirm it works the same way as you are describing. If I select a file in the project list and go to File->Print, the preview box opens and the file is visible and I am able to

Re: Printing from IDE 11.0

2019-09-08 Thread David Green
On MacOS and NetBeans 11.1, I see two behaviors: 1. When I am in the Files View, there is an attempt to show me a print page preview by NetBeans. This is unreliable, mostly it comes up empty. 2. When I am in the Projects View, the OS print dialog comes up reliability and prints. (After I have

Re: Printing from IDE 11.0

2019-09-08 Thread philip.burn...@sky.com
Thanks all,Printing works for me as it should on my other station with netbeans 11.0, so it's something outside of netbeans I feel.Printing works OK with other software though (notepad++, word, excel etc.) so I'm unsure where to look for the problem :( I can open the code in notepad++ to

Re: Printing from IDE 11.0

2019-09-08 Thread Laszlo Kishalmi
Works for me under Ubuntu 18.04 as well. On 9/7/19 2:21 PM, Glenn Holmer wrote: On 9/7/19 4:05 PM, philip.burn...@sky.com wrote: Open a project, select a file to edit. Once the file is open select 'File' from the main menu, then Print from the drop down menu. The print dialog box opens, but

Re: Printing from IDE 11.0

2019-09-07 Thread Mark Eggers
Printing works for me for both 11.0 and 11.1 64 bit. I see the previews in the Print Preview window. Windows 10 Professional 64 bit AdoptOpenJDK 11.0.4+11 64 bit I have a physical (network - attached) default printer set up. Do you? . . . just my two cents /mde/ On 9/7/2019 2:18 PM,

Re: Printing from IDE 11.0

2019-09-07 Thread Glenn Holmer
On 9/7/19 4:05 PM, philip.burn...@sky.com wrote: Open a project, select a file to edit. Once the file is open select 'File' from the main menu, then Print from the drop down menu. The print dialog box opens, but all sections are greyed out (except the print options and page setup).

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
So after it creates the HTML file, you can print the HTML file, and your problem is solved. Gj On Sat, Sep 7, 2019 at 11:18 PM philip.burn...@sky.com < philip.burn...@sky.com> wrote: > It creates a html file in the chosen directory with the code in it. > > Interestingly, I've just noticed, if I

Re: Printing from IDE 11.0

2019-09-07 Thread philip.burn...@sky.com
It creates a html file in the chosen directory with the code in it. Interestingly, I've just noticed, if I select a file in the navigator window, then go File->Print, in opens a dialog box to select a printer and let's me print the code. The format of the print isn't particularly good (font's

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
I don't see that in 11.1, but I'm on Mac OSX, maybe someone can try to reproduce on Windows 10. What happens when you choose File | Print to HTML instead? Gj On Sat, Sep 7, 2019 at 11:05 PM philip.burn...@sky.com < philip.burn...@sky.com> wrote: > Open a project, select a file to edit. > Once

Re: Printing from IDE 11.0

2019-09-07 Thread philip.burn...@sky.com
Open a project, select a file to edit.Once the file is open select 'File' from the main menu, then Print from the drop down menu.The print dialog box opens, but all sections are greyed out (except the print options and page setup). Phil On Saturday, 7 September 2019, 22:00:58 BST, Geertjan

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
Now describe step by step what must be done to see the problem you describe. Gj On Sat, Sep 7, 2019 at 10:59 PM philip.burn...@sky.com < philip.burn...@sky.com> wrote: > Hi Geertjan, > Please see below: > > *Product Version:* Apache NetBeans IDE 11.1 > > *Java:* 12.0.2; Java HotSpot(TM) 64-Bit

Re: Printing from IDE 11.0

2019-09-07 Thread philip.burn...@sky.com
Hi Geertjan,Please see below: Product Version: Apache NetBeans IDE 11.1 Java: 12.0.2; Java HotSpot(TM) 64-Bit Server VM 12.0.2+10 Runtime: Java(TM) SE Runtime Environment 12.0.2+10 System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb) User directory:

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
Go to the About box, copy the content you see there, paste it here, and send it. Thanks, Gj On Sat, Sep 7, 2019 at 10:55 PM philip.burn...@sky.com < philip.burn...@sky.com> wrote: > Hi emi, > I've also upgraded to Oracle JDK 12, but still the problem exists. :( > > Phil > > On Saturday, 7

Re: Printing from IDE 11.0

2019-09-07 Thread philip.burn...@sky.com
Hi emi,I've also upgraded to Oracle JDK 12, but still the problem exists. :( Phil On Saturday, 7 September 2019, 21:38:05 BST, Emilian Bold wrote: I suspect it's JDK/JRE-related. CoolBeans seems to print just fine on macOS using the default OpenJDK 64-Bit Server VM 11.0.3+7. --emi On

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
Indeed, you're going to need to fully describe your environment, see the About box in NetBeans for details. Gj On Sat, Sep 7, 2019 at 10:38 PM Emilian Bold wrote: > I suspect it's JDK/JRE-related. CoolBeans seems to print just fine on > macOS using the default OpenJDK 64-Bit Server VM

Re: Printing from IDE 11.0

2019-09-07 Thread Emilian Bold
I suspect it's JDK/JRE-related. CoolBeans seems to print just fine on macOS using the default OpenJDK 64-Bit Server VM 11.0.3+7. --emi On Sat, Sep 7, 2019 at 11:28 PM philip.burn...@sky.com wrote: > > Hi Geertjan, > I've upgraded to netbeans 11.1 and still have the same problem. > > Best

Re: Printing from IDE 11.0

2019-09-07 Thread philip.burn...@sky.com
Hi Geertjan,I've upgraded to netbeans 11.1 and still have the same problem. Best RegardsPhil On Saturday, 7 September 2019, 16:58:42 BST, Geertjan Wielenga wrote: Can you reproduce the problem in 11.1? Gj On Sat, Sep 7, 2019 at 4:24 PM philip.burn...@sky.com wrote: Hi All,Printing

Re: Printing from IDE 11.0

2019-09-07 Thread Geertjan Wielenga
Can you reproduce the problem in 11.1? Gj On Sat, Sep 7, 2019 at 4:24 PM philip.burn...@sky.com < philip.burn...@sky.com> wrote: > Hi All, > Printing to a physical printer seems to have stopped working at some > point. Using File->Print opens the dialog box with a blanked out print > preview

Printing from IDE 11.0

2019-09-07 Thread philip.burn...@sky.com
Hi All,Printing to a physical printer seems to have stopped working at some point. Using File->Print opens the dialog box with a blanked out print preview and no access to the top buttons. The Page setup and print options work but that's all. Any idea what may have caused this and how I can