FROM : Matt Neuburg
DATE : Sat Jul 08 16:13:39 2006
On Fri, 7 Jul 2006 12:02:44 -0700, Kenny Leung <<email_removed>> said:
>Does anyone know why an NSTextField won't
>update even though you do setFloatValue: on it?
It is wise practice (saves time, bandwidth, etc.) to make a small isolated
project to test the thing that seems to be going wrong; that way you can
study the behavior outside the complexities of your app. So here, make a new
project consisting of an NSTextField in a window and one line of code that
calls setFloatValue: on it. It will update. So the problem must lie in
something else you are doing (and since you gave no information whatever
about what that is, no one here can possibly guess what that might be). m.
--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
DATE : Sat Jul 08 16:13:39 2006
On Fri, 7 Jul 2006 12:02:44 -0700, Kenny Leung <<email_removed>> said:
>Does anyone know why an NSTextField won't
>update even though you do setFloatValue: on it?
It is wise practice (saves time, bandwidth, etc.) to make a small isolated
project to test the thing that seems to be going wrong; that way you can
study the behavior outside the complexities of your app. So here, make a new
project consisting of an NSTextField in a window and one line of code that
calls setFloatValue: on it. It will update. So the problem must lie in
something else you are doing (and since you gave no information whatever
about what that is, no one here can possibly guess what that might be). m.
--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide - Second Edition!
<http://www.amazon.com/gp/product/0596102119>
| Related mails | Author | Date |
|---|---|---|
| Kenny Leung | Jul 7, 19:13 | |
| Kenny Leung | Jul 7, 21:02 | |
| Matt Neuburg | Jul 8, 16:13 |






Cocoa mail archive

