Skip navigation.
 
mlRe: NSSearchField: sendsSearchStringImmediately is not PPC & i386 compatible?
FROM : Stephane Sudre
DATE : Fri Jul 21 18:13:24 2006

The problem happens both with "Pre-10.2 Format" and "10.2 and later
format" as far as I can tell.

On 21 juil. 06, at 17:49, Corbin Dunn wrote:

> Stephane,
>
> Are you using a non keyed-archive nib? Try it with a keyed archived
> nib (although, this is an issue).
>
> corbin
>
> On Jul 21, 2006, at 8:31 AM, Stephane Sudre wrote:
>

>> Is it a known issue that the sendsSearchStringImmediately flag is not
>> correctly read on PPC and i386 in both running applications and
>> Interface Builder(IB)?
>>
>> Examples:
>> ---------
>>
>> You enable the sendsSearchStringImmediately flag with IB in a nib on
>> a PPC Mac. You copy the nib to a i386 Mac. You open the nib in IB.
>>
>> Result: the flag is disabled.
>>
>> You enable this flag in a nib with IB on a i386 Mac. You copy the nib
>> to a PPC Mac. You open the nib in IB.
>>
>> Result: the flag is disabled.

Related mailsAuthorDate
mlNSSearchField: sendsSearchStringImmediately is not PPC & i386 compatible? Stephane Sudre Jul 21, 17:31
mlRe: NSSearchField: sendsSearchStringImmediately is not PPC & i386 compatible? Corbin Dunn Jul 21, 17:49
mlRe: NSSearchField: sendsSearchStringImmediately is not PPC & i386 compatible? Stephane Sudre Jul 21, 18:13