Sweetwater Toolkit
Sweetwater Toolkit
- Subject: Sweetwater Toolkit
- From: Birch Browning <email@hidden>
- Date: Fri, 18 Mar 2005 11:24:01 -0800 (PST)
Is anyone else successfully using the Sweetwater
Toolkit referenced at
http://www.cocoabuilder.com/archive/message/2002/12/6/62471?
Based on the description of the framework, this should
nicely format tables as a report for printing -- a
time-consuming task and much-discussed topic in the
archives.
After building the toolkit, moving the framework to
the copy files in the project, dragging the
SWTableView.h to the nib file, adding #import
<SweetwaterToolkit/SweetwaterToolkit.h> to the
controller file, sucessfully setting the TableView to
the custom class SWTableView, redoing all the
connections and etc., I'm having two problems:
1) Interface Builder reports: Unknown class
SWTableView in nib file despite the fact that the
class shows in the class hierarchy, in the custom
class pop-up, and code completion in XCode shows the
selectors from SWTableView; and
2) If I could get (1) to work, I'm not entirely sure
how to implement the -
(void)printAsReportWithTitle:(NSString *)title
subtitle:(NSString *)subtitle info:(NSString *)info
image:(NSImage *)image
orientation:(NSPrintingOrientation)orientation
margin:(float)margin attachedTo:(NSWindow *)window
selector.
Does anyone have any suggestions about (1) and/or a
short sample of how to implement (2)?
The README is somewhat sketchy. If someone can help me
figure this out I'll gladly add some documentation to
CocoaDev.com.
TIA.
_______________________________________________
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