Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] uDig Multiple Modal Tool problem

One of the most common problems is the tool does not have a no arg public constructor.  Verify that then verify that the IDs are unique (as indicated by jody).

Jesse

On 7-Aug-08, at 8:44 PM, Mirza Farrukh wrote:


Hi all,
  
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.

_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users


Back to the top