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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to