Guest
I would like to achieve a behavior similar to leHiCreateRect where user can enter as many rectangles as he wants until he cancels the enter function.
If we try to achieve this with enterBox, this function returns immediately after the first rectangle was entered by the user.
One solution is to call:
while( enterBox(...)
t
)
This will achieve a behavior close to the built-in rectangle creation. However, it would make the options form to disappear after each box is entered.
Is there any other way to achieve behavior of the built-in hiHiCreateRect ?
If we try to achieve this with enterBox, this function returns immediately after the first rectangle was entered by the user.
One solution is to call:
while( enterBox(...)
t
)
This will achieve a behavior close to the built-in rectangle creation. However, it would make the options form to disappear after each box is entered.
Is there any other way to achieve behavior of the built-in hiHiCreateRect ?