baccheschi wrote:

> may tell me, please, if and how is it possible to export from
> a stack to another the icons..?I am trying to rewrite an old
> stack of HyperCard and i would use its icons..Thanksmario

HC icons are stored as resources in the legacy Mac OS resource fork.

Good news: You can use LiveCode's built-in getResources function to obtain a list of resources in a file, and use the getResource function to obtain the actual image data for the icon.

Bad news: I have no idea how to translate that bitmap data into a form that will work well in a LiveCode image object.

Anyone here know how do to that?

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

_______________________________________________
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