There are two problems I've come across with Isodraw macros that I'm hoping someone can help with.
1. I have several macros that repeat - where you select items on an illustration one after the other and the macro makes a change each time.
The problem on all these macros is that after about the 5th time you select an item (within a while loop), it insists on refreshing the screen every time you select something.
2. Some macros I have specifically put "select none" at the end but it still leaves lines selected when the macro is finished.
3. I have another macro where you select 2 beziers on the illustration and the macro insists on changing the pens of these beziers. The first one becomes medium, the 2nd one becomes thin - though nothing in the macro changes the pens.
Has anyone else come across this behaviour in their macros and did you find a way round them?