LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
I have an image which is meant to show in a specific position and size and when I access a card under certain circumstances. For some reason when the card opens the image shows at it"s original size> I've tried putting a script on the card itself but that still doesn't work. I've had the same problem before too.
Code I've used follows:
lock screen
set the width of image "artwork" to 122
set the height of image "artwork" to 292
set the location of image "artwork" to 911,157
unlock screen
show image "artwork"
[quote] Any assistance greatly appreciated[/quote]