RE: Installer bug?

2018-08-01 Thread stephen cumminger
ename: "{app}\bin\{#SrcApp}"; Tasks: desktopicon [Registry] Root: HKCR; SubKey: ".{#appnamelowercase}"; ValueType: string; ValueData: "{#appprojectfile}"; Flags: uninsdeletekey Root: HKCR; SubKey: "{#appprojectfile}"; ValueType: string; ValueData: "{#appprojectfile

Installer bug?

2018-07-27 Thread stephen cumminger
this complaint from several users/companies, so I have to assume that option #1 is expected to be a viable option for the install of programs. Has anyone run across this before? Stephen Cumminger

RE: Customizing the tab showing a TopComponent in Editor mode

2018-07-23 Thread stephen cumminger
Just concluding this thread to tell everyone that I went with the AttentionHighlight suggestion below. The html results for tab title were not consistently reliable. Stephen Cumminger From: stephen cumminger Sent: Friday, July 20, 2018 2:50 PM To: users@netbeans.apache.org Subject: RE

RE: Customizing the tab showing a TopComponent in Editor mode

2018-07-20 Thread stephen cumminger
Good suggestions. Thanks. Turns out that after another Clean & Build, html color markups are working again in the default platform tabs. Regards, Stephen Cumminger From: Geertjan Wielenga Sent: Friday, July 20, 2018 9:47 AM To: users@netbeans.apache.org Subject: Re: Customizing the

RE: Customizing the tab showing a TopComponent in Editor mode

2018-07-19 Thread stephen cumminger
JGoodies implementation. It may be the missing piece ? https://jar-download.com/explore-java-source-code-detail.php?file=./javaSource/com.jgoodies/jgoodies-looks/2.7.0/com/jgoodies/looks/plastic/PlasticTabbedPaneUI.java=fdbff8687fce223e862172363d7ac040 Stephen Cumminger From: stephen cumminger Sent

RE: Any alternatives to JavaHelp?

2018-06-21 Thread stephen cumminger
I'd be interested in other alternatives as well, even to stay with JavaHelp. I currently use RoboHelp, which hasn't been updated much over the years. The good thing is that I can get a pdf User Manual and a JavaHelp file from the same content. Stephen -Original Message- From:

RE: Using HTML formatted text as Property Values in PropertySheetView

2018-05-18 Thread stephen cumminger
jPanel114.validate();//contains mainPanel jPanel114.repaint(); jScrollPane5.doLayout();//may not be needed? } }); } Steve From: stephen cumminger <stephen.cummin...@sonideft.com> Sent: Wednesday, May 16, 2018 5:18

Using HTML formatted text as Property Values in PropertySheetView

2018-05-16 Thread stephen cumminger
I am using PropertySupport.Reflection in the createSheet call of an AbstractNode to populate several properties of interest in a PropertySheetView. Everything works fine, but I would like to use html rendering for the property values. The String values currently have and tags that get

RE: [java]Visual Library API not available

2018-05-12 Thread stephen cumminger
It works for me in a RCP project using 8.2 just by selecting the library under the platform folder. After this, then you can add the Visual Library as a dependency for a module. Are you doing a module project or just a Java application? [cid:image001.png@01D3E9CA.F5EAAEA0] Stephen From:

RE: Signing NBMs with a Trusted Certificate

2018-03-24 Thread stephen cumminger
24, 2018 8:05 AM To: users@netbeans.apache.org Subject: Re: Signing NBMs with a Trusted Certificate On 03/22/2018 07:55 PM, stephen cumminger wrote: > I have a NetBeans RCP app based on version 8.2. I have a certificate > from a major trusted certificate provider (Comodo) that I u

RE: Migrating all settings from one computer to another

2018-02-14 Thread stephen cumminger
I would suggest using the Export Option under Tools->Options. I know it captures most things. Regards, Stephen From: Mike Billman [mailto:mikebill...@qcsoftware.com] Sent: Wednesday, February 14, 2018 5:03 PM To: us...@netbeans.incubator.apache.org Subject: Migrating all settings from one

RE: [Module Development] Visual editor for binary file type

2018-01-13 Thread stephen cumminger
Hi Pete. If the binary file type has a unique file extension, you could certainly create a Data Object with the appropriate mime type to open the file and gain access to some of the typical functions for DataObjects that NetBeans enables (copy, rename, delete…) However, if you don’t need all