Livecode Wiki
Advertisement

Resolves a short id or name of an image relative to an object to find the long id of the image that will use as an icon or pattern on the object.

Built-in Message handler[]

Syntax:

resolve image [id] <id or name> relative to <object reference>

Examples:

resolve image id 1007 relative to button "Cancel"

This command resolves a short id or name of an image as would be used for an icon, according to the documented rules for resolving icons.

If the it variable is empty after executing the resolve image command, then an image with the given id was not found on any stack in memory.

Advertisement