Re: Currency Converter (tyler, you there ?)
Re: Currency Converter (tyler, you there ?)
- Subject: Re: Currency Converter (tyler, you there ?)
- From: Irwin Poche <email@hidden>
- Date: Sun, 28 Oct 2001 11:20:13 -0600
The Return key works as it should. It is the equivalent of the button. It's
the selectText that's behaves differently with a button click or a Return.
>
From: Matt Majka <email@hidden>
>
Date: Sun, 28 Oct 2001 09:45:05 -0700
>
To: Irwin Poche <email@hidden>
>
Cc: <email@hidden>
>
Subject: Re: Currency Converter (tyler, you there ?)
>
>
In IB make sure you have Return set as the key equivalent
>
for the Convert button. Select the Convert button, press
>
Command+Shift+I to bring up the Inspector, look in the
>
Attributes under the "Equiv:" setting...
>
>
On Sunday, October 28, 2001, at 09:21 am, Irwin Poche wrote:
>
>
> In the July archives there's a posting from "tyler" asking why a line of
>
> Currency Converter only worked when the button Convert is clicked, as
>
> opposed to pressing Return...
>
>
>
> [rateField selectText:self];
>
>
>
> I am having exactly the same problem and do not find a solution in the
>
> archives.
>
>
>
> I know it's not a coding goof on mine or tyler's part. I've downloaded
>
> the
>
> O'Reilly Learning Cocoa examples which includes Currency Converter and it
>
> exhibits exactly the same symptom.
>
>
>
> Anyone know what's going on with this?