selectedchunk
    Ken Norris (dialup) 
    pixelbird at interisland.net
       
    Wed Jan 16 22:13:00 EST 2002
    
    
  
on 1/15/02 11:14 AM, bmmeili at bmmeili at swissonline.ch wrote:
> hi
> I've still got a problem with the selectedchunk-function.
> 
> The following test-script works properly and I get the wished
> chunk-description.
> 
> on mouseup
> select word random(50) of field 1
> put the selectedchunk
> end mouseup
> 
> But, if I select a word in field 1 myself and then press the button with the
> script
> 
> on mouseup
> put the selectedchunk
> end mouseup
> 
>  then I only get an empty message-box. In Rev. 1.0 the whole thing
> works fine.
> 
> I already tried to get an answer to this problem from the use-rev-lists, but
> nobody answered.
> 
> Isn't there really anybody out there who can help me?
----------
Try:
put the selection
Best regards,
Ken N.
    
    
More information about the use-livecode
mailing list