David-
Sunday, January 9, 2011, 1:51:15 AM, you wrote:
> On the first card try "put the good_Text of fld 1 of cd 2", which works as
> expected, but "put the bad_Text of fld 1 of cd 2" returns empty! It gets
> even more complicated if you try to get "the properties of fld 1 of cd 2" -
> where the
i can replicate this even when using normal handlers, but only as long as
"sharedtext" is false (for example it does work correctly with the 'default'
label fields of the ide). I filed a bug report:
http://quality.runrev.com/qacenter/show_bug.cgi?id=9286
--stacks script
on bText
return the te
On 9 January 2011 01:08, Mark Wieder wrote:
>
> >> getprop bad_Text
> >>return the text of the target
> >> end bad_Text
> >>
> >> getprop good_Text
> >>put the long id of the target into targetObject
> >>return the text of targetObject
> >> end good_Text
> >>
>
> I get the same result
David-
Saturday, January 8, 2011, 4:16:02 PM, you wrote:
>> getprop bad_Text
>>return the text of the target
>> end bad_Text
>>
>> getprop good_Text
>>put the long id of the target into targetObject
>>return the text of targetObject
>> end good_Text
>>
I get the same results with eit
>
> getprop bad_Text
>return the text of the target
> end bad_Text
>
> getprop good_Text
>put the long id of the target into targetObject
>return the text of targetObject
> end good_Text
>
Anyone think these two handlers are equivalent? Think again :)
_