Delete a selectedLine
Bill Vlahos
bvlahos at jpl.nasa.gov
Wed Feb 20 11:44:01 EST 2002
Ken,
Perfect. That works great.
Thank you.
Bill
On Wednesday, February 20, 2002, at 08:31 AM, Ken Ray wrote:
> 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: kray at sonsothunder.com
> Web site: http://www.sonsothunder.com/
>
> ----- Original Message -----
> From: "Bill Vlahos" <bvlahos at jpl.nasa.gov>
> To: <use-revolution at lists.runrev.com>
> 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
>> use-revolution at lists.runrev.com
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list