Subject: Re: [orca-list] Help with Accerciser iPython console
Date: Tue, 12 Oct 2010 13:11:08 -0400
Thank-you very much, Chris - that was
my problem!
I am now able to test my code with Accerciser's
iPython console - and the correct parameter order - and it is all working
well.
For those that are interested, the correct
iPython call to do what I needed to do was simply:
t.insertText(10, "brown", 5)
Thanks again,
Carolyn
From:
Christopher Brannon <chris the-brannons com>
To:
Carolyn MacLeod/Ottawa/IBM IBMCA
Cc:
orca-list gnome org, orca-list-bounces gnome org
Date:
08/10/2010 02:13 PM
Subject:
Re: [orca-list] Help with Accerciser
iPython console
Carolyn MacLeod <Carolyn_MacLeod ca ibm com>
writes:
> Your suggestion looked really good and I had high hopes,
Carolyn,
>From what I can tell, insertText should be called like this:
t.insertText(position, string, length),
not like this:
t.insertText(string, length, position).
The arguments were transposed in the example calls that you posted
yesterday.
-- Chris
[attachment "attvldh4.dat" deleted by Carolyn MacLeod/Ottawa/IBM]