Dear Muaadh,

On Friday, July 11, 2003, at 01:23 PM, muaadh salih wrote:

we entered manually a Semitic text in field 1.

 The button script is
On mouseUP
Get field 1
put it into field 2
end mouse up

the result is not only that field 2 is filled with garbage but filed 1 original text is turned in garbage as well

any solution?


Try this as the button script:


on mouseUp
        set the unicodeText of field "2" to the unicodeText of field "1"
end mouseUp

Let me know if that works! - I'm curious to hear how Rev handles text in right-to-left languages.

Regards,

--
Igor de Oliveira Couto
----------------------------------
[EMAIL PROTECTED]
----------------------------------

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

Reply via email to