Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] right-click menu tools?

I have a group of modal tools in the toolbar. My client would like to also access this set of tools by right-clicking within the map and selecting the tool from some sort of right-click tool menu that pops up.

Is this possible without too much hacking? The first problem I see is that if the user has some modal tool already active and they right-click on the map, that modal tool is likely catching all the user clicks. Is there some system place where all those events are also passed where I should look to add some sort of right-click menu? The second problem I see is if it is even possible to put a group of modal tools somewhere other than the toolbar? They are currently setup as usual as udig tool extensions, but I'm not sure how to hook them into anything else.

Any tips on how to get started or any examples I could look at?

--
Graham Davis
Refractions Research Inc.
gdavis@xxxxxxxxxxxxxxx



Back to the top