Hi Jody,

Thanks for the Quick Reply.

i am adding the new menu and submenu using

<extension

point="org.eclipse.ui.menus">

<menuContribution

locationURI="menu:org.eclipse.ui.main.menu?after=additions">

<menu

id="net.refractions.udig.menu.navigate"

label="Custom"

mnemonic="N">

<command

commandId="net.refractions.udig.project.ui.addLayerCommand"

label="Add User"

style="push">

</command>

</menu>

</menuContribution>

</extension>
Now, for the Add User button i need a popup.
please provide me a solution for this.

Thanks,
Venu



On Wed, Oct 5, 2011 at 9:34 PM, Jody Garnett <[email protected]> wrote:

> Your action should open a dialog. Have a look at the CRS dialog for the map
> for a quick example.
>
> --
> Jody Garnett
>
> On 06/10/2011, at 1:14 AM, venugopal palapala <[email protected]>
> wrote:
>
> > Hi,
> >
> > i would like to add a new menu to the exiting one. which i am able to do.
> > now, i want to add a popup once the user clicks on it. (e.g : popup
> should ask for some username and password info).
> >
> > could some one gives info on this.
> >
> > Thanks,
> > Venu
> >
> >
> >
> > _______________________________________________
> > User-friendly Desktop Internet GIS (uDig)
> > http://udig.refractions.net
> > http://lists.refractions.net/mailman/listinfo/udig-devel
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to