El jue., 13 sept. 2018 a las 14:06, milton mamani (<akevalion@gmail.com>) escribió:
Hi!
I am Milton Mamani I work with Roassal2, and now I am in ESUG-Cagliari, and I have tried to load Artefact with the next piece of code, in the last Pharo7 image.
Metacello new configuration: 'Artefact'; smalltalkhubUser: 'RMoD' project: 'Artefact'; version: #stable; load.
"To load roassal and pdf roassal exporter"
Metacello new configuration: 'GraphQLBeta'; smalltalkhubUser: 'ObjectProfile' project: 'GraphQL'; version: #development; load.
Gofer new smalltalkhubUser: 'azazael' project: 'RTPDFExporter'; package: 'ConfigurationOfRTPDFExporter'; load. (Smalltalk at: #ConfigurationOfRTPDFExporter) loadDevelopment
I have a problem, when I tried to export my Roassal-Visualization to pdf file with for example this piece of code:
view := RTBoxPlotExample new exampleBoxPlot5 build view. stream := 'foo.pdf' asFileReference writeStream.
[RTPDFExporter new stream: stream; exportView: view ] ensure: [ stream close ]
I get a lot of kind exceptions related with the class: PDFStreamPrinter
In the method visitPDFDataXRefEntry: And in the logic of the new Stream classes of Pharo7.
Could you please review Artifact in Pharo7 with this roassal2 implementation
Cheers, Milton