How do I set the icon from an OSX app to a button?
Mike Bonner
bonnmike at gmail.com
Sun Jan 9 12:45:27 EST 2011
Hmm. Even after cleanup, am getting messages that my emails are too big.
What gives?
Shortened so that maybe i won't get a bounce.
http://en.wikipedia.org/wiki/Apple_Icon_Image_format is the source.
This is beyond me(and I no longer own a mac), but am I correct in assuming,
> the first 8 bytes (header) can be ignored, then the next chunk is an icon
> type, and length of the data for that icon, plus the header and size info
> itself, so it pretty much defines its own boundaries. Would it be as simple
> as reading 8 bytes, last 4 bytes are the length, subtract 8 (for header and
> length tag) then read the difference? Marking one icon complete, rinse and
> repeat till EOF?
>
More information about the use-livecode
mailing list