Hi Mr Farrykh - I must of missed your email to udig-devel :-) We try and stay on top of things there but it has been busy lately. Ideas to try: - You should set some breakpoints in your tools (and confirm that the tool is not getting control). - Check the various "id" tags in the plugin.xml and make sure that there is no conflict; perhaps control is being sent to another class with the same id string?
If you can find where your tool is mentioned in your plugin.xml file and cut and paste just that xml fragment to the list here we should be able to point out either a problem; or where an error may occur. Finally I assume you are running with -consoleLog enabled (perhaps there is a tool conflict and you are missing a warning?). Cheers, Jody Mirza Farrukh wrote: > Hi all, > > I know i am posting at the wrong mailing list but I am desperate. > > I had followed the uDig's RCP branding walk through and have > successfully developed an application on top of uDig. Later I have > also developed an modal tool extension point of type > net.refractions.udig.project.ui.tool. inherited from SimpleTool. It is > working. > > The problem is that I am now trying to develop another modal tool of > the same type and every thing, but ofcourse a different Class. This > tool as well gets deployed, but it doesn't work at all when i select > it. It seems like the control is not sent to the class. > > I hope you guys might have a solution for this type of problem and you > understand the problem. If not, please feel free to ask for > clarifications. > > Regards, > > Farrukh. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
