Set TextView font in IB

2010-10-20 Thread Hans van der Meer
IB on a Text View? Hans van der Meer ___ 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/Update

Re: Calling maincontroller

2010-10-08 Thread Hans van der Meer
On 7 okt 2010, at 22:13, Quincey Morris wrote: > On Oct 7, 2010, at 11:58, Hans van der Meer wrote: > >> In my application I instantiate a MainController (the delegate having >> "awakeFromNib) from where all actions are dispatched. In order to send >> messages to

Calling maincontroller

2010-10-07 Thread Hans van der Meer
g; I am not very happy with the static variable but do not see another way to accomplish this. I fear my solution is not as much in the spirit of Cocoa programming as it should be. Is there a better way? Hans van der Meer ___ Cocoa-dev mailing

different width in fastenumeration

2009-11-24 Thread Hans van der Meer
3 of 'countByEnumeratingWithState:objects:count' with different width due to prototype. [XCode 3.2.1 64-bit on 10.6.2] What is happening? Am I doing something wrong here? Hans van der Meer ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.

modal sheet not understood

2008-03-14 Thread Hans van der Meer
ctly inside openSheetDidEnd 2008-03-14 .. chosen sheet /Users/hans/Projects/Cocoa/Railfence/testdata Hans van der Meer ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the lis

row reversal in tables

2008-02-24 Thread Hans van der Meer
behaviour of my tables as indicated above. Hans van der Meer ___ 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

bind tableview to arraycontroller

2008-02-23 Thread Hans van der Meer
new content but not signalled that to the tableview; the latter changing when prodded into action by the click in the column header. Someone who knows what exactly is going on? I have read the XCode documentation in the "Cocoa Binding Programming Topics" but could not solve it from