Re: Interface Builder Date Localization
Re: Interface Builder Date Localization
- Subject: Re: Interface Builder Date Localization
- From: Ondra Cada <email@hidden>
- Date: Tue, 18 Apr 2006 22:28:11 +0200
MMalc,
On 18.4.2006, at 22:11, mmalcolm crawford wrote:
awakeFromNib won't work because the behaviour is already set by
then ...
Not that it is such a hurdle--can be solved e.g. by replacing the
formatter object at the same address by a new one, or by another
trickery :)
... initWithCoder: might, but that gets even more ugly :)
That's agreed, but the point is in that this way the ugliness can be
cleanly separated from the "normal" application code (probably into a
framework/separate bundle), and can be easily trashed as soon as IB
begins to support 10.4+ formatters directly--which is bound to happen
in Leopard, perhaps even sooner :) Heck, with some more hackery I
suppose it could even be done automagically: as soon as the formatter
gets loaded from NIB with 10.4+ behaviour, the hack may notice and
suicide.
OTOH the "normal" way I fear the work-around has to be at least
somewhat interspersed in all the projects which should use 10.4+
formatters, which would make maintenance just a little bitch :) But I
might be wrong of course, and there can be much cleaner way :)
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden