Re: Skip the "Choose Project" step in New Project wizard
Paco Barrera <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAFS-qL=VBj2zJz-CqqwGM9YJdeWcz4_uafyTn46bEz5Ot-WVpg@mail.gmail.com> |
Well, the goal to achieve is that the New Project Wizard doesn't ask for the first step "Choose Project", where usually the user selects the project template registered in some categories. The solution I'm trying is to create a custom new project Action that calls the same that the NB NewProjectAction but in some way to instantiate from code the project template to use the NewProjectWizard. In this way, when I click the custom new project action button, opens the NewProjectWizard but skipping the first step. The tests I have done until now, I achieve to show the panels of the wizard, but not integrated in it. I would like to know if this approach is right or totally wrong due that the NewPropjectWizard cannot be instantiated with a project template or any other reason. Thanks. 2016-01-20 12:25 GMT+01:00 geertjan wielenga <[email protected]>: > > > You're going to have to explain in a lot more detail -- not going to help > otherwise. > > Gj > > > On 20-1-2016 12:24, Paco Barrera wrote: > > Because user requierements :( > I've tried to convince they but not look....I know that it's not the > standard use of netbeans, but..... > > 2016-01-20 12:18 GMT+01:00 geertjan wielenga <[email protected] > >: > >> >> On 14-1-2016 12:12, Paco Barrera wrote: >> >>> Hi all, >>> >>> I'm trying to skip the first step when creating a new custom project >>> from New Project Wizard. >>> >> >> >> Why? >> >> Gj >> >> > >