New Action template issue

2020-06-17 Thread Marco Rossi
Hi guys, I’ve installed NetBeans 12.0 to start a new RCP project and I’ve got the following in the editor window after created a new Action with the NetBeans wizard. Anyone else has already got this? package com.cemit.hcsetup.platform; import java.awt.event.ActionEvent; import java.awt.event.Ac

Re: New Action template issue

2020-06-17 Thread Marco Rossi
in 12.0. > > This only impacts the New Action wizard and is related to an upgrade of an > underlying library. > > Gj > > On Wed, 17 Jun 2020 at 15:23, Marco Rossi <mailto:ma...@markreds.it>> wrote: > Hi guys, > I’ve installed NetBeans 12.0 to start a new RCP proj

Re: Networking module? Netbeans platform

2020-07-20 Thread Marco Rossi
Hello Jon, in case of Update Center, Netbeans offers a complete API to manage updates for your RCP application and it is totally transparent to the programmer (you don’t have to setup the connection manually), you can take a look to NB framework programming guide where there is a complete exampl

Show label under icon in toolbar buttons

2020-07-27 Thread Marco Rossi
Hello, In my RCP application I would like to get a toolbar that shows the action label under the icon of each button (similar to Mac OS applications). I’ve found this post https://blogs.oracle.com/geertjan/custom-tabbed-toolbar-with-corporate-image-and-central-registry-integration

Re: possibly naive question

2021-01-14 Thread Marco Rossi
Hey, I was thinking about ARexx too!!! Love my Amiga :-D Marco > Il giorno 15 gen 2021, alle ore 03:47, Scott Palmer ha > scritto: > > I would, but I miss my Amiga with ARexx :-) > > https://en.wikipedia.org/wiki/ARexx >

Re: removing the "new project" support for Ant projects

2021-04-20 Thread Marco Rossi
+1 also for me to not eliminating Ant support for new (or existing) projects. Mark Reds > Il giorno 20 apr 2021, alle ore 20:08, Mitch Claborn > ha scritto: > > +1 for not eliminating Ant support for new (or existing) projects. We've been > using Ant for a long time, and it still works just f

ProgressUtils dialog resize

2021-11-11 Thread Marco Rossi
Hello, sometimes when I start a job in background via ProgressUtils API the progress dialog is not sized and showed correctly (as you can see in the image attached). Is there a way to fix or manually adjust the dimension of that? I’m using the platform of Netbeans IDE 8.2. Thank you. Marco

Large icons in BeanTreeView

2017-12-20 Thread Marco Rossi
Hi everybody, Is there someone here that could suggest me a way to show a larger node icon size (24x24) in a BeanTreeView such as in the Toolbar? - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional comma

Unable to quit after cancelling Savables

2018-02-05 Thread Marco Rossi
Hi to all, I’ve noticed a possible bug: when I quit my custom Netbeans Platform application (from menu bar > Quit... in OS X environment), if there are some AbstractSavable instances in the SavableRegistry, it appears the default Save dialog (see picture) asking user if he would like to save cha

Re: Unable to quit after cancelling Savables

2018-02-09 Thread Marco Rossi
247690 > > --emi > > Original Message > On 6 February 2018 11:22 PM, Marco Rossi wrote: > >> Hi Emilian, >> I’ve created this small project (attached here as a zip, hope it’s ok) and >> got the same issue. Please note that this seem

Re: [VOTE] Apache NetBeans Logo

2018-03-01 Thread Marco Rossi
#2 > Il giorno 01 mar 2018, alle ore 16:17, Ivar Grimstad > ha scritto: > > #1 > > Ivar > > On Thu, Mar 1, 2018 at 4:16 PM Ryan Calder > wrote: > #1 > > > Thanks, > > Ryan Calder > r...@jgquinn.com > > > On March 1, 2018 at 6:34:43 AM,

Programmatically select a node after being created

2018-04-13 Thread Marco Rossi
Hi there, can someone tell me how to programmatically select a node in my beanTreeView (backed up by an explorerManager) after being created in my data model? I tried to do this in parent node, by adding a NodeListener like this: parentNode.addNodeListener(new NodeAdapter() {

Re: Programmatically select a node after being created

2018-04-16 Thread Marco Rossi
nd listen on the JTree directly (it's a protected > field). Still... it's ugly. > > Not really sure if there's some other way. If you do find it, please come > back on the mailing list and let us know. > > --emi > > ‐‐‐ Original Message ‐‐‐ > >

Re: Using HTML formatted text as Property Values in PropertySheetView

2018-05-16 Thread Marco Rossi
Why don’t you try to implements a custom property sheet editor with a JLabel (that supports simple html rendering). Take a look here: https://platform.netbeans.org/tutorials/nbm-property-editors.html > Il giorno 16 mag 2018, alle ore 17:58, stephen cumminger > ha scritto: > > I am using Proper

Compiling issue

2018-07-17 Thread Marco Rossi
Hi everybody, at last I found some time to spend trying the Netbeans VC 3 with my project but I've got this compiling issue :-/ An annotation processor threw an uncaught exception. Consult the following stack trace for details. java.lang.NoClassDefFoundError: com/sun/java/help/search/Indexer

Re: File: Open Recent File … Not working

2018-08-29 Thread Marco Rossi
I’ve noticed this issue too, same OS and Netbeans versions. > Il giorno 29 ago 2018, alle ore 09:57, Juan Escribano > ha scritto: > > My system: Apache Netbeans 9.0 running over Java 1.8.0_181, MacOS 10.13.6. > > Clicking on a file in menu: File -> Open Recent File -> “Filename” > > Does noth

Re: making an offline portable setup

2019-05-19 Thread Marco Rossi
Hi Alex, you can play with the .conf file inside the etc subfolder of your RCP application bundle and change cache and userdir parameters according to your needs. You can set values to relative paths also. Marco Rossi Inviato da iPhone > Il giorno 19 mag 2019, alle ore 17:24, Emilian B

Updates don't be applied

2019-07-30 Thread Marco Rossi
already checked permission of my /Applications/AppName.app. Can someone give me a hand to understand what’s wrong? Thank you. Marco Rossi - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e

Re: Updates don't be applied

2019-07-31 Thread Marco Rossi
java:490) at org.netbeans.updater.ModuleUpdater.run(ModuleUpdater.java:142) I’ve verified that there is the executable unpack200 in ../Contents/Home/bin with the right permissions. Maybe is it something related to OpenJDK instead of NetBeans? > Il giorno 30 lug 2019, alle ore 09:04, Marco Rossi

Re: Updates don't be applied

2019-07-31 Thread Marco Rossi
you are not running in some new fancy macOS sandbox that is > disallowing you to execute external binaries? M, I’m suspecting something similar as Emilian suggested. Damn! :-/ I’ll take a closer look. Thank you guys. Marco > > -Original Message- > From: Marco Rossi mailto:m

Re: Updates don't be applied

2019-08-01 Thread Marco Rossi
ut have you done the same for the working > directory you're telling ProcessBuilder to use? That is, > "/Applications/ISNet Cube.app/Contents/Resources/isnet/isnet/modules". > > On Wed, 31 Jul 2019 at 21:49, Marco Rossi wrote: >> >> >> Can you

Re: Updates don't be applied

2019-08-27 Thread Marco Rossi
ailing List members hoping someone else can find these information useful. Cheers, Marco > Il giorno 1 ago 2019, alle ore 11:59, Marco Rossi ha > scritto: > > Yes, also the working directory exists. > > As Emilian has mentioned I think it is something related to macOS sandb

Re: [lookup] Accessing dynamically created objects through lookup

2019-10-13 Thread Marco Rossi
[{0}] from the lookup.", item); } } } Marco Rossi > Il giorno 13 ott 2019, alle ore 18:13, Patrik Karlström ha > scritto: > > I feel somewhat stupid asking this one, but I just can't grip how to > "publish" a "dynamically created" obj

MissingResourceException

2020-01-14 Thread Marco Rossi
related to the @Message annotations and other keys in Bundle.properties file. Due to this I’m unable to put a TopComponent and a JPanel in the same package. Anyone else has got this problem? Marco Rossi Inviato dal suo MacBookPro

Re: MissingResourceException

2020-01-15 Thread Marco Rossi
bably move away from @Message annotations, and just > write my own Bundle files.) > > > -- Eirik > > > From: Marco Rossi mailto:ma...@markreds.it>> > Sent: Tuesday, January 14, 2020 4:52 AM > To: List NetBeans Mailing <mailto:users@netbeans.apache.org&g