Hello Christian,

EPS Export fails with error. I got this to work with MBSComplete v14.1 but it 
now fails with versions 14.4 and later I tried MBS Complete v15.0 + also.

This is the one I want to use (and it worked in the past); 

HTMLViewer.RenderDocumentToEPSMBS as Memoryblock

dim f as FolderItem
dim b as BinaryStream

f=SpecialFolder.Desktop.Child("test.eps")
b=f.CreateBinaryFile("")
b.Write theHTMLViewer.RenderDocumentToEPSMBS
b.Close

-----------------------------------------------------------------------------

While trying to figure out why this was not working. I also tried several other 
EPS releaed syntax and all of those failed with the same error.

These are the others I tied;

1.) HTMLViewer.RenderEPSMBS as Memoryblock

2.) NSPrintOperationMBS.EPSOperationWithView(view as NSViewMBS, rect as 
NSRectMBS, printInfo as NSPrintInfoMBS, file as folderitem) as 
NSPrintOperationMBS

3.) NSViewMBS.dataWithEPSInsideRect(left as double, top as double, width as 
double, height as double) as Memoryblock

I not sure what to do to get this working again, or the reason while it may not 
be working. Is it a bug in the Plug-in or something Apple Removed for Mac OS 
10.10.2 ? I not sure, however I been trying to figure this out for day on my 
side and can not figure out why it seems to now fail after all these years of 
working with past versions.


Xojo v 2015r1
MBS Complete 14.4 (I also tried 15.0.x)
OS Mac OS 10.10.2

I could forward a source code file if that helps.

Thanks for any help.

Regards,

Obleo A Beck
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to