x11start
Guest
sometimes happens in the lisp, to have to select objects in sequence: e.g., I had made a "number" command that allowed to select texts and turn them into progressive numbers; Obviously the texts were selected with order and not with a simple window, otherwise you could not be sure of the order with which the program would elaborate them.
from this you can see the need to find a "fast" way to select the sequence. I thought I'd draw a polyline to touch all the texts... a bit like in the game of the "enigmistic week" where you have to join the dots. the program will take care (and I have to understand how.... maybe by scrolling between the coordinates of the pline to step of 1 design unit) to find one to one the elements, and put them in the selection set.
other solution I think it is with grdraw.... but this would have the disadvantage of deleting the line to video, if during the selection I made a pan or a zoom, so maybe it is better polylinea.
Is there anyone who knows how to help me?
from this you can see the need to find a "fast" way to select the sequence. I thought I'd draw a polyline to touch all the texts... a bit like in the game of the "enigmistic week" where you have to join the dots. the program will take care (and I have to understand how.... maybe by scrolling between the coordinates of the pline to step of 1 design unit) to find one to one the elements, and put them in the selection set.
other solution I think it is with grdraw.... but this would have the disadvantage of deleting the line to video, if during the selection I made a pan or a zoom, so maybe it is better polylinea.
Is there anyone who knows how to help me?