I have an Appkit program which builds the basis for a web page's content in
an EOEditingContext, I'd like to be able to use that data directly -
potentially without even saving to the db - to preview a web page. Would
anybody know if it's possible to use the WO framework actually within an
AppKit app? I think it's safe to say that a WOApplication object would be
required, I tried instancing one in my app and - somewhat unsurprisingly -
received a segmentation fault during allocation. I'm considering using DO
between two separate apps if this can't be made to work.
Thanks in advance
Dan