Re: Currency Converter sample [rateField selectText:self]; doesn't work...?
Re: Currency Converter sample [rateField selectText:self]; doesn't work...?
- Subject: Re: Currency Converter sample [rateField selectText:self]; doesn't work...?
- From: tyler <email@hidden>
- Date: Sun, 15 Jul 2001 22:29:10 -0700
Thanks for the reply John,
Good thought, but rateField IS correctly connected because the
convert method sucessfully gets the rateField float value correctly and
calculates the converted currency value correctly (and puts it into the
totalField correctly) when I hit the Convert button.
It's just the final line that doesn't work -- where it is supposed to
select the rateField.
In fact, if I change the last line to select the dollarField (i.e.,
[dollarField selectText:self] ) it doesn't change the selection to that
field either (if I select the rate field before hitting the Convert
button).
So it really does appear that selectText doesn't work as far as I can
tell.
peace,
tyler
On Sunday, July 15, 2001, at 01:34 PM, John C. Randolph wrote:
On Sunday, July 15, 2001, at 01:31 PM, tyler wrote:
The last line doesn't seem to work: [rateField selectText:self];
Double-check that rateField is connected in Interface Builder.
-jcr