Re: Bad text...

2011-01-09 Thread Mark Wieder
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

Re: Bad text...

2011-01-09 Thread Björnke von Gierke
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

Re: Bad text...

2011-01-09 Thread David Bovill
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

Re: Bad text...

2011-01-08 Thread Mark Wieder
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

Bad text...

2011-01-08 Thread David Bovill
> > 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 :) _