cart: empty [ Login ]

LWPolyLine

1 
Seo DongWong
4/3/2014 4:29 AM
Hi~ Wout~ I found problem one of the example Source project. (Ver4.0) The example is "WinFormsEditExampleCS" and problem is that "Add LWPOLYLINE" menu item is not working.
C# Code:
public void StartInteraction(IInteractor interactor, IInteractorWinFormsDrawable interactorDrawable) { if (interactor != null) { this.interactor = interactor; this.interactorDrawable = interactorDrawable; interactor.Deactivated += interactor_Deactivated; <strong>interactor.Activate();</strong> } }
The Error occurs in line "interator.Active()" and error content is "NullReferenceException". What's the matter? Please suggest. Thanks.
Wout
4/3/2014 8:37 AM
This was a bug was solved somewhere last week. Can you please try the latest CadLib version? - Wout
Seo DongWong
4/3/2014 10:45 AM
Thank you very much Wout~ I respect you~
1