Very Very Very Basic Question!!!!!
David Burgun
dburgun at dsl.pipex.com
Thu Mar 23 11:56:48 EST 2006
Hi,
You'd think so, wouldn't you???!!! If *only* that really were the
case!!!!! If that were so I wouldn't have just wasted the best part
of 2 days pulling my hair out!
If you'd like to know more read the topic "Re:Weirdness Passing
Messages" especially the post from Richard Gaskin. Also read
"Terrible RunRev Bug? - Was Weirdness Passing Messages".
put <something> into me does NOT work 100% of the time.
I have found something that *appears* to work, but I would like to
know if it is 100% guaranteed to work before I change gods knows how
many scripts to use: set the text of the long name of me to "XXXXX".
I just don't want to do this work and then find out it only works
"sometimes" as is the case with put <something> into me!
All the Best
Dave
On 23 Mar 2006, at 16:40, Devin Asay wrote:
>
> On Mar 23, 2006, at 9:24 AM, David Burgun wrote:
>
>> Hi,
>>
>> Should the following lines work 100% of the time, regardless of
>> how or where the message handler is called?
>>
>> on MessageHandler
>> local myData
>>
>> set the text of the long name of me to "XXXXX"
>> put the text of the long name of me into myData
>> end MessageHandler
>
> In this script 'the long name of me' is just like saying 'me'. It
> should work in any object that can contain text; i.e., fields and
> buttons. This should do the same thing:
>
> set the text of me to "XXXXX"
> put the text of me into myData
>
> Devin
>
> Devin Asay
> Humanities Technology and Research Support Center
> Brigham Young University
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list