Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi
the plugin functionalities are all ok but the problem is when we do something like.
AddAcadLine() then UpdateWpfWindow() then AddAcadLine() UpdateWpfWindow() ,
what we see is:
UpdateWpfWindow() then UpdateWpfWindow() then AddAcadLine() AddAcadLine() .
the scenario is we try to add/delete ACAD Objects and we want to see the notifications in the wpfWindow after each add/delete process.
we use aApp.Application.ShowModelessWindow(wpfWindow); for this example.
and C#/VS2019 and Autocad/Civil3d 2018.
thanks in advance, any help will be appreciated.
Solved! Go to Solution.