I can't get mosaic to display a document when SendOutput is enabled. Here is my code :-
MCCISendOutput(cci_port,"text/html",MakeLocalCopy,MyRecord);
MCCIGet(cci_port, "http://www.doc.mmu.ac.uk/",MCCI_DEFAULT, MCCI_ABSOLUTE, 0);
MCCISendOutputStop(cci_port,"text/html");
MCCIDisconnect(cci_port);
The document is sent to the SendOutPut callback but NOT displayed by mosaic
even though the MCCIGet is passed MCCI_DEFAULT or MCCI_OUTPUT_CURRENT
Can anyone get this working ??
P.S
===
MyRecord is just part of the callBackData information
|