Re: line break in Interface Builder

2008-09-04 Thread John Murphy
That works. Thanks everybody! John ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Upda

Re: line break in Interface Builder

2008-09-04 Thread Randall Meadows
On Sep 4, 2008, at 1:35 PM, I. Savant wrote: On Thu, Sep 4, 2008 at 3:26 PM, Quincey Morris <[EMAIL PROTECTED]> wrote: Option-Return? Well there's an 'option'. Have you tested this in a binding? I'm interested in hearing whether it actually works. Yes, it also works in the single-line "La

Re: line break in Interface Builder

2008-09-04 Thread I. Savant
On Thu, Sep 4, 2008 at 3:44 PM, Uli Kusterer <[EMAIL PROTECTED]> wrote: > Just tried it. Works like a charm. Glad to learn about this. Though the > editing experience leaves a bit to be desired. Hey, great! Glad as well, thanks, guys! -- I.S. ___ C

Re: line break in Interface Builder

2008-09-04 Thread Uli Kusterer
On 04.09.2008, at 21:35, I. Savant wrote: On Thu, Sep 4, 2008 at 3:26 PM, Quincey Morris <[EMAIL PROTECTED]> wrote: Option-Return? Well there's an 'option'. Have you tested this in a binding? I'm interested in hearing whether it actually works. Just tried it. Works like a charm. Glad t

Re: line break in Interface Builder

2008-09-04 Thread I. Savant
On Thu, Sep 4, 2008 at 3:26 PM, Quincey Morris <[EMAIL PROTECTED]> wrote: > Option-Return? Well there's an 'option'. Have you tested this in a binding? I'm interested in hearing whether it actually works. -- I.S. ___ Cocoa-dev mailing list (Cocoa-de

Re: line break in Interface Builder

2008-09-04 Thread Randall Meadows
On Sep 4, 2008, at 1:14 PM, John Murphy wrote: I need to know how to create a line break in Interface Builder. "\n" does not work... I have a multiline text field that is populated using bindings, the value is modified using a display pattern: %{value1}@ %{value2}@ I need a line break betwee

Re: line break in Interface Builder

2008-09-04 Thread I. Savant
On Thu, Sep 4, 2008 at 3:26 PM, John Murphy <[EMAIL PROTECTED]> wrote: > This was actually my first thought as well, but I was hoping to avoid this > technique because I am using this as part of a tutorial I want to remain in > Interface Builder as much as possible for this particular lesson.

Re: line break in Interface Builder

2008-09-04 Thread Quincey Morris
On Sep 4, 2008, at 12:14, John Murphy wrote: I need to know how to create a line break in Interface Builder. "\n" does not work... I have a multiline text field that is populated using bindings, the value is modified using a display pattern: %{value1}@ %{value2}@ I need a line break between

Re: line break in Interface Builder

2008-09-04 Thread John Murphy
I. Savant <[EMAIL PROTECTED]> > Subject: Re: line break in Interface Builder > To: [EMAIL PROTECTED] > Cc: Cocoa-dev@lists.apple.com > Date: Thursday, September 4, 2008, 7:20 PM > On Thu, Sep 4, 2008 at 3:14 PM, John Murphy > <[EMAIL PROTECTED]> wrote: > >

Re: line break in Interface Builder

2008-09-04 Thread I. Savant
On Thu, Sep 4, 2008 at 3:14 PM, John Murphy <[EMAIL PROTECTED]> wrote: > I need to know how to create a line break in Interface Builder. > "\n" does not work... > I have a multiline text field that is populated using bindings, the value is > modified using a display pattern: > %{value1}@ %{value2