Out of curiosity, has anyone created a library that will import  - the parts of a Powerpoint presentation that can be recreated in Livecode -  into a LiveCode stack?

Of course .pptx files are actuall just ZIP archives with assorted XML files inside, while there is a path to importing .pptx files, it is not simple. Use revZIP to open the .pptx file, use revXML (or your howm grown xml parser) to extract the XML for each slide (each a separate file in the archive) and rectreate those slide elements support in LiveCode.

So, I know HOW to do it.

I am asking if any one has already built such a library (or even started it)?

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to