Delete a selectedLine
Bill Vlahos
bvlahos at jpl.nasa.gov
Wed Feb 20 11:11:00 EST 2002
I have a field which contains a list of items I want to delete by double
clicking.
The following field script works fine except it leaves a blank line
where the text was instead of completely eliminating the line.
on mouseDoubleUp
delete the selectedLine
end mouseDoubleUp
The results look like this:
Bill
Jim
Mary
Instead of:
Bill
Jim
Mary
Is this a bug or is there a workaroung?
The hilited line looks non-standard to any other system I've seen. Is
there a simple way to make the list have checks or blanks before the
names?
Bill Vlahos
More information about the use-livecode
mailing list