Re: text field question

2012-02-25 Thread Rick C.
Great thanks everyone I think I got it! :-) rc On Feb 25, 2012, at 12:06 AM, Kyle Sluder wrote: > On Feb 23, 2012, at 5:38 PM, "Rick C." wrote: > >> Thanks Jan. What method do you call to make it accept the text? That's >> maybe what I'm looking for... > > As I mentioned before, and is e

Re: text field question

2012-02-24 Thread Kyle Sluder
On Feb 23, 2012, at 5:38 PM, "Rick C." wrote: > Thanks Jan. What method do you call to make it accept the text? That's > maybe what I'm looking for... As I mentioned before, and is explained in the documentation, you use -[NSWindow makeFirstResponder:] or -[NSObject(NSEditor) commitEditing].

Re: text field question

2012-02-24 Thread Rick C.
Thanks Jan. What method do you call to make it accept the text? That's maybe what I'm looking for... On Feb 23, 2012, at 11:32 PM, Jan E. Schotsman wrote: > > On Feb 23, 2012, at 7:56 AM, Rick C. wrote: >> >> I have a panel with a number of text fields where a user should enter >> numeric

Re: text field question

2012-02-24 Thread Rick C.
Thanks to all for the replies. In my case there is a certain process that takes place (initiated by the user) that will read these values. Currently if the user enters a value but does not click enter or tab, etc. when the process starts and I read the text field string it is empty. In my cas

Re: text field question

2012-02-24 Thread Keary Suska
On Feb 22, 2012, at 5:59 PM, Rick C. wrote: > I have a panel with a number of text fields where a user should enter numeric > values. These text fields are setup with Sent on End Editing so that if the > user presses enter or tabs or changes text fields the value will be entered. > The proble

Re: text field question

2012-02-23 Thread Michael Babin
On Feb 23, 2012, at 7:24 AM, Michael Babin wrote: > On Feb 22, 2012, at 6:59 PM, Rick C. wrote: > >> I have a panel with a number of text fields where a user should enter >> numeric values. These text fields are setup with Sent on End Editing so >> that if the user presses enter or tabs or ch

Re: text field question

2012-02-23 Thread Kyle Sluder
On Thu, Feb 23, 2012 at 5:24 AM, Michael Babin wrote: >> I have a panel with a number of text fields where a user should enter >> numeric values.  These text fields are setup with Sent on End Editing so >> that if the user presses enter or tabs or changes text fields the value will >> be entere

Re: text field question

2012-02-23 Thread Kyle Sluder
On Feb 22, 2012, at 4:59 PM, "Rick C." wrote: > Hi, > > I have a panel with a number of text fields where a user should enter numeric > values. These text fields are setup with Sent on End Editing so that if the > user presses enter or tabs or changes text fields the value will be entered.

Re: text field question

2012-02-23 Thread Jan E. Schotsman
On Feb 23, 2012, at 7:56 AM, Rick C. wrote: I have a panel with a number of text fields where a user should enter numeric values. These text fields are setup with Sent on End Editing so that if the user presses enter or tabs or changes text fields the value will be entered. The problem

Re: text field question

2012-02-23 Thread Michael Babin
On Feb 22, 2012, at 6:59 PM, Rick C. wrote: > I have a panel with a number of text fields where a user should enter numeric > values. These text fields are setup with Sent on End Editing so that if the > user presses enter or tabs or changes text fields the value will be entered. > The proble

text field question

2012-02-23 Thread Rick C.
Hi, I have a panel with a number of text fields where a user should enter numeric values. These text fields are setup with Sent on End Editing so that if the user presses enter or tabs or changes text fields the value will be entered. The problem is sometimes a user just types in a value and