Thanks Guys, Appologies for late response.
By using actionSet I can show or hide set of tools. Is there a way in which I can change the location of those set of tools or atleast show them on the new line? Regards, Rahul Erdal Karaca wrote: > > I would suggest to use the eclipse menu contributions extension points > [1]. > This is the preferred way of contributing/adding new toolbars/menus/popup > menus since 3.4. > If you use [1], this will enable you to use visibleWhen which can be set > to > declaratively hide/show a menu contribution based on an eclipse > expression. > Moreover, you will be able to add a new toolbar and add your > contributions. > > About the "cool bar": I was told by an eclipse platform programmer that > this > "terminology" was not meant to become official, it has just leaked through > the api :-) > > [1] http://wiki.eclipse.org/index.php/Menu_Contributions > > > > 2009/10/26 Jody Garnett <[email protected]> > >> You will need to check the eclipse docs; the abilities of the toolbars >> and >> other functionality changes each release. I know I can turn off and on >> the >> perspective view now for example but before you could not. The >> functionality >> should be in online help under "cool bar"; not sure what is cool about >> them >> but whatever. >> >> I will also repeate that the "main" application toolbar is controlled >> with >> Actions and Actionsets (or with contributions like a menu) and not really >> something to be turned on and off. You would be setting up your own >> toolbar >> in an alternate location and would populate it as you see fit. >> >> Cheers, >> Jody >> >> >> On 26/10/2009, at 9:12 PM, Rahul A Kulkarni wrote: >> >> >>> Thanks, >>> >>> Is there a way I can hide a toolbar view or move it to some other >>> location? >>> >>> Regards, >>> >>> Rahul >>> >>> >>> Jody Garnett-3 wrote: >>> >>>> >>>> Eclipse applications only have one main toolbar which is configured >>>> with Action Sets. You will need to read the eclipse documentation to >>>> see if you can do more? >>>> >>>> Ideas: >>>> - I use a view and add both UI feedback; and the tools for that UI in >>>> one spot (example InfoTool and InfoView; Selection and TableView). >>>> - I would like to move the Editor tools into a Palette as you see in >>>> the Page editor >>>> >>>> Jody >>>> >>>> You can >>>> On 26/10/2009, at 5:01 PM, Rahul A Kulkarni wrote: >>>> >>>> >>>>> Hi >>>>> >>>>> I want to add a new toolbar to udig application and add new tools to >>>>> that >>>>> toolbar. >>>>> Is there a way udig support this? >>>>> >>>>> Thanks, >>>>> >>>>> Rahul >>>>> -- >>>>> View this message in context: >>>>> >>>>> http://www.nabble.com/Want-to-add-a-new-toolbar-to-udig-application-tp26054898p26054898.html >>>>> Sent from the udig-devel mailing list archive at Nabble.com. >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>>> >>>> >>> -- >>> View this message in context: >>> http://www.nabble.com/Want-to-add-a-new-toolbar-to-udig-application-tp26054898p26057135.html >>> Sent from the udig-devel mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> 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 > > -- View this message in context: http://old.nabble.com/Want-to-add-a-new-toolbar-to-udig-application-tp26054898p26191218.html Sent from the udig-devel mailing list archive at Nabble.com. _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
