Hello, The toolbars are currently quite difficult to configure. I am developing a custom application right now and am running into the same problems. I'm actually spending some time in the coming days/weeks working on making it more customizable.
Currently the only thing you could do would be to replace the ToolManager (see ApplicationGIS.getToolManager()), but this is a hack as its not an extension point right now. I could quickly change that for a first cut, but it is definitely not the ideal solution. If you have any other suggestions, please let me know. Cheers, Richard On Tue, 2007-02-13 at 14:49 +0100, Ángel Nevado wrote: > Hi. > > > > I'm trying to build a specific application but i have a little > problem. I have a toolbar and this is located in the middle of the > uDig tools. It always appears in the same position and I would like to > know the method to specify the position of my toolbar, for example to > put it in the last position, using only extensions in my plugin.xml. > > In fact, I'd like to know how to specify the tools position in the > same toobar when the tools are found in various plug-ins. > > I have been debuggind uDig and I have seen some tools are located by > code. I thought to create a earlystartup class to solve the problem. > Is this necessary? > > > > > Thank's. > _______________________________________________ > 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
