problems pasting text into the IDE (mac os x)

Wouter wouter.abraham at pi.be
Sat Jan 10 21:17:20 EST 2004


On 10 Jan 2004, at 18:00, use-revolution-request at lists.runrev.com wrote:

> Message: 3
> Date: Sat, 10 Jan 2004 16:43:06 +0100
> From: Wouter <wouter.abraham at pi.be>
> Subject: Re: problems pasting text into the IDE (mac os x)
> To: use-revolution at lists.runrev.com
> Message-ID: <AF06BC0B-4383-11D8-B7DD-003065CC999E at pi.be>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Next results on:
>>
>>> Message: 7
>>> Date: Fri, 9 Jan 2004 20:59:31 -0700
>>> From: Alex Rice <alex at mindlube.com>
>>> Subject: problems pasting text into the IDE (mac os x)
>>> To: How to use Revolution <use-revolution at lists.runrev.com>
>>> Message-ID: <64BA4B18-4321-11D8-A69F-000393C4760A at mindlube.com>
>>> Content-Type: text/plain; charset=US-ASCII; format=flowed
>>>
>>>


snip


Other test on:  problems pasting text into the IDE (mac os x)

on mouseUp
   put "on mouseup" & cr & "beep" & cr & "end mouseup" into fld "test1"
   put numtochar(0) after char 2 of word 1 of line 2 of fld "test1"  
--test with  0  8  29
   set the script of btn "test" to fld "test1"
   if the result is "" then put "the script is set"
   else put "something is wrong with the script"		
end mouseUp

with numtochar(0) you get "something is wrong with the script"	
but no script error dialog is generated
and when opening the script editor :

      on mouseup
         be

with numtochar(8 or 29) you get "the script is set"
but when run the execution error is generated.
When the script editor is opened the script
seems normal to the eye

Food for virii writers or busters

Greetings,
WA






More information about the use-livecode mailing list