Skip navigation.
 
mlRe: cross development problem
FROM : Thomas Bauer
DATE : Wed Jul 19 10:11:38 2006

Dear list,

There is one more issue remaining that has some kind of entertaining 
weirdness.

The application makes use of bindings (since they rock ;-). An 
NSTextField is bound to an ObjectController
returning an NSNumber which is translated using a Formatter to 
something like:

Size of files to burn: xxx MB

The binding is established in IB (no programmatic changes). The value 
changes at all kinds of situations,
mainly during DRDeviceStatusChanged notifications. Again, this all 
works perfectly in 10.4.

Only under 10.3 however - if the value of the NSNumber is not 0, the 
binding shows:

Siz of fils to burn: xxx MB

YES, stripping all the "e"s. (If a tester would have reported this to 
me i would have doubted his sanity)
The applications furthermore crashes sometimes, now in Thread 0 on a 
"keyvalue observation notification",
after a burn (which might have a connection to the above issue?).

I am - how should I say -  "stunned" and would appreciate any comments.

thanks and cheers
Thomas

Related mailsAuthorDate
mlcross development problem Thomas Bauer Jul 17, 23:22
mlRe: cross development problem Ed Wynne Jul 17, 23:53
mlRe: cross development problem Thomas Bauer Jul 17, 23:56
mlRe: cross development problem Mike Blaguszewski Jul 18, 00:08
mlRe: cross development problem Uli Kusterer Jul 18, 00:59
mlRe: cross development problem Thomas Bauer Jul 18, 16:17
mlRe: cross development problem Ed Wynne Jul 18, 17:41
mlRe: cross development problem Thomas Bauer Jul 18, 18:46
mlRe: cross development problem Thomas Bauer Jul 19, 10:11
mlRe: cross development problem Ed Wynne Jul 19, 18:17