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
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 mails | Author | Date |
|---|---|---|
| Thomas Bauer | Jul 17, 23:22 | |
| Ed Wynne | Jul 17, 23:53 | |
| Thomas Bauer | Jul 17, 23:56 | |
| Mike Blaguszewski | Jul 18, 00:08 | |
| Uli Kusterer | Jul 18, 00:59 | |
| Thomas Bauer | Jul 18, 16:17 | |
| Ed Wynne | Jul 18, 17:41 | |
| Thomas Bauer | Jul 18, 18:46 | |
| Thomas Bauer | Jul 19, 10:11 | |
| Ed Wynne | Jul 19, 18:17 |






Cocoa mail archive

