Re: Weird NSTextField behavior on MBA.

2011-11-23 Thread Gustavo Pizano
Ok so its fixed. Interestingly setting the textfiield.stringvalue wasn't working. But when I set the textfield.floatValue it did work normally on all machines. gustavo On Nov 22, 2011, at 2:37 PM, Richard Somers wrote: > On Nov 22, 2011, at 1:59 AM, Gustavo Pizano wrote: > >> I will make s

Re: Weird NSTextField behavior on MBA.

2011-11-22 Thread James Walker
On 11/21/2011 2:08 PM, Gustavo Pizano wrote: So im wondering what its going on because I have tried the behavior on 2 iMacs, 2 MPB and 2 MBA, on the latest one is the only one that doesn't behave as expected. What can it be? Did you compare the OS versions? -- James W. Walker, Innoventi

Re: Weird NSTextField behavior on MBA.

2011-11-22 Thread Richard Somers
On Nov 22, 2011, at 1:59 AM, Gustavo Pizano wrote: > I will make some debugging on my friend MBA and see if something's wrong in > the code, if not, then I guess I will be filling up a Bug report, because > this issue makes no sense to me. Is this done completely in Interface Builder or in code

Re: Weird NSTextField behavior on MBA.

2011-11-22 Thread Gustavo Pizano
Hello Richard thanks for the reply. I will make some debugging on my friend MBA and see if something's wrong in the code, if not, then I guess I will be filling up a Bug report, because this issue makes no sense to me. Gustavo On Nov 22, 2011, at 7:18 AM, Richard Somers wrote: > On Nov 21,

Re: Weird NSTextField behavior on MBA.

2011-11-21 Thread Richard Somers
On Nov 21, 2011, at 3:08 PM, Gustavo Pizano wrote: > So im wondering what its going on because I have tried the behavior on 2 > iMacs, 2 MPB and 2 MBA, on the latest one is the only one that doesn't behave > as expected. What can it be? Perhaps it is a graphics card issue. One way to check out

Weird NSTextField behavior on MBA.

2011-11-21 Thread Gustavo Pizano
Hello all. This is really bothering me. I have a slider and a textfield. When I move the slider im setting the value of the slider on the text field. So this works fine on my iMac and my wife's MBP, but on a friend MBA the value on the textfield does not display at all. Somehow it display whe