Bill,

This probably is a bug. You can work around it with:

on mouseDoubleUp
  do "delete" && the selectedLine
end mouseDoubleUp

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web site: http://www.sonsothunder.com/

----- Original Message ----- 
From: "Bill Vlahos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 10:03 AM
Subject: Delete a selectedLine


> 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
> 

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

Reply via email to