Details
-
Type:
Improvement
-
Status:
Analysis
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.2.M2
-
Fix Version/s: UDIG 1.4.1
-
Component/s: tools and editing
-
Labels:None
-
Environment:Windows XP, JRE 1.6
Description
I want to activate a modal tool from radio button click. I have tried IAction tool = ApplicationGIS.getToolManager().getToolAction("toolID" , "categroyID").run();
but it is not working and it is going into a loop.
Kindly suggest me...
It sounds like you are doing the correct thing; what does the debugger tell you is going wrong? Why is it looping?