Help on ordering actions returned from Utilities.actionsForPath

2024-11-08 Thread stephen cumminger
oClipboard(spannode, AttachmentDemographics.TYPE_GUY,AttachmentDemographics.SUBTYPE_ANY); } @Override public final void customEnable() { if (spannode==null) setEnabled(false); else { AttachmentDemographics demos1 = AttachmentDemographics.getDemographics(spannode.getLocalProxylist()); this.setEnabled(demos1.guy); } } } Regards, Stephen Cumminger

Modules Updates Question

2018-08-03 Thread stephen cumminger
older. I hope my question is clear. Stephen Cumminger

RE: Installer bug?

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

RE: Installer bug?

2018-07-27 Thread stephen cumminger
It does look very similar. I'll do some more testing. Stephen Cumminger -Original Message- From: Emilian Bold Sent: Friday, July 27, 2018 1:36 PM To: stephen cumminger Cc: users@netbeans.apache.org Subject: Re: Installer bug? Seems to be a variation of https://netbeans.org/bug

Installer bug?

2018-07-27 Thread stephen cumminger
. I have heard 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-20 Thread stephen cumminger
document. Since the singleton windows can make changes to the opened documents, I wanted it very clear visually which document is being viewed/modified in the singleton. Regards, Stephen Cumminger -Original Message- From: Neil C Smith Sent: Friday, July 20, 2018 6:13 AM To: stephe

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&key=fdbff8687fce223e862172363d7ac040 Stephen Cumminger From: stephen cummi

Customizing the tab showing a TopComponent in Editor mode

2018-07-19 Thread stephen cumminger
le tab, but I'd settle for changing the tab's text color. Ideas or alternative suggestions always welcome. Stephen Cumminger

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: Thoma

RE: Using HTML formatted text as Property Values in PropertySheetView

2018-05-18 Thread stephen cumminger
nPanel jPanel114.repaint(); jScrollPane5.doLayout();//may not be needed? } }); } Steve From: stephen cumminger Sent: Wednesday, May 16, 2018 5:18 PM To: Marco Rossi Cc: users@netbeans.apache.org Subject: RE: Using HTML formatted text as Proper

RE: Using HTML formatted text as Property Values in PropertySheetView

2018-05-16 Thread stephen cumminger
It looks promising. I’ll give it a try. Thanks. Steve From: Marco Rossi Sent: Wednesday, May 16, 2018 4:48 PM To: stephen cumminger Cc: users@netbeans.apache.org Subject: Re: Using HTML formatted text as Property Values in PropertySheetView Why don’t you try to implements a custom property

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 display

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: Ge

RE: Signing NBMs with a Trusted Certificate

2018-03-24 Thread stephen cumminger
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 use to sign > the NBMs that are pos

Signing NBMs with a Trusted Certificate

2018-03-22 Thread stephen cumminger
This may be a simple question, but I could use some help nonetheless. I have a NetBeans RCP app based on version 8.2. I have a certificate from a major trusted certificate provider (Comodo) that I use to sign the NBMs that are posted to our Update Center. The question is "how do I get rid of the

RE: [VOTE] Apache NetBeans Logo

2018-03-01 Thread stephen cumminger
#2 On 2018-03-01 07:34, Antonio wrote: Hi all, For popular demand let's vote about the NetBeans Logo in the mailing list, that's easier for everybody, right? This will close NETBEANS-145 [1]. The received entries are at [2

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 comp

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 th