Re: NSPredicateEditor - row size

2008-10-27 Thread Peter Ammon


On Oct 25, 2008, at 4:07 AM, Chris Idou wrote:



Has anyone found a way to make a row in the NSPredicateEditor to  
have components taller than the standard height or a more  
complicated arrangement of components, or are you pretty much  
limited to  one row of buttons, and text fields and similar sized  
components?


Programs like Hazel are able to vary the height of rows at will,  
however it doesn't use the real NSPredicateEditor, it seems to  
simulate something similar with a table or something.


You can insert by returning it within an override of templateViews.

There's no support for multiple rows of different height though.

-Peter

___

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 your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


Re: NSPredicateEditor - row size

2008-10-27 Thread Peter Ammon


On Oct 27, 2008, at 11:28 AM, Peter Ammon wrote:



On Oct 25, 2008, at 4:07 AM, Chris Idou wrote:



Has anyone found a way to make a row in the NSPredicateEditor to  
have components taller than the standard height or a more  
complicated arrangement of components, or are you pretty much  
limited to  one row of buttons, and text fields and similar sized  
components?


Programs like Hazel are able to vary the height of rows at will,  
however it doesn't use the real NSPredicateEditor, it seems to  
simulate something similar with a table or something.


You can insert by returning it within an override of templateViews.

There's no support for multiple rows of different height though.

-Peter


I meant to write You can insert a custom view by returning it within  
an override of templateViews, but there's no support for multiple  
rows of different height.


___

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 your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]


NSPredicateEditor - row size

2008-10-25 Thread Chris Idou

Has anyone found a way to make a row in the NSPredicateEditor to have 
components taller than the standard height or a more complicated arrangement of 
components, or are you pretty much limited to  one row of buttons, and text 
fields and similar sized components?

Programs like Hazel are able to vary the height of rows at will, however it 
doesn't use the real NSPredicateEditor, it seems to simulate something similar 
with a table or something.




  
___

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 your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]