Any NSView (subclasss drawing) Layout Persistence Frameworks around?
Any NSView (subclasss drawing) Layout Persistence Frameworks around?
- Subject: Any NSView (subclasss drawing) Layout Persistence Frameworks around?
- From: email@hidden
- Date: Sun, 6 Nov 2005 10:49:22 -0800
Hi, all.
I have been using cocoa a lot, and core data/bindings is amazing and
all,
but I am finding that I am more and more wasting a lot of coding time on
NSView subclass where I am laying out items in relation to each other.
(This is mostly for printing)
What I am really looking for (and haven't found it yet) is a sort of
box-model
that can manage the layout of say bezier paths or other abstract
items inside
a custom NSView. Something like the HTML box model that simply
calculates
boxes, and and handles thier interaction,especially if it were like
HTML/CSS
where I can just layout default items, and sprinkle custom layout
behavior
via J-Script, something like this doesn't exists in cocoa AFAIK...
So... before I hack something together I'll ask here...
Thanks!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden