It's really a shame that the project is at a standstill.
I saw that there was a Github on the project and I tried to understand how it worked to try to improve it, but in fact I understand nothing...
- Grid gadget more flexible than ListIcon for data entry. - Improved debugging tools (Watchlist / Variables Viewer / Callstack / BreakPoints). A little less windows 98 style and more friendly user - May be less new things but refinement of existing elements (Who said anything about a printer ...
As the Zoom is sensitive to the position of the mouse, at each iteration of the wheel, I retain the previous coordinates,
Mouse \ x_PrW = Mouse \ x_Wld Mouse \ y_PrW = Mouse \ y_Wld Then I store the new coordinates of the mouse on the canvas, which I convert into coordinates "of the world" Mouse ...
There is a bug with TreeDelete(). if you put a breakpoint on the last lineand and you look at the contents of the Map Tree (), "TestA" is still there. :wink:
EDIT : I added a test in TreeDelete and the code works.
; remove Name$ from parent child list If DeleteAllChilds = #False ...