stack for importing Fireworks documents to Rev
Josh Mellicker
josh at dvcreators.net
Wed Jun 7 15:25:04 EDT 2006
On Jun 7, 2006, at 6:53 AM, Tereza Snyder wrote:
>
>
> Clever, clever! using Fireworks to export HTML that links the
> filenames & positions to the button states is a genius move!
>
> Bravo!
>
> t
>
>
> --
> Tereza Snyder
Thanks Teresa!
Hopefully with this stack Rev developers will find it more feasible
to design skins for their application, to make them visually more
unique than just using system controls.
Here is the "antidote":
REPEAT with x = 1 to the number of buttons of this card
set the icon of btn x to empty
set the armedIcon of btn x to empty
set the hiliteIcon of btn x to empty
set the style of btn x to "opaque"
set the showName of btn x to true
set the style of btn x to "rectangle"
END REPEAT
This script "unskins" your card...
If anyone has any trouble with this stack, let me know! I am happy to
make my first developer contribution!
More information about the use-livecode
mailing list