image - Is it possible to take a screenshot of your screen from within LiveCode? -
i looking have ability of importing capture of screen livecode application.
i use following key combination on mac: cmd + shift + 4
then imported image control or referenced image within image control.
set filename of image 1 "/path/to/image.png"
is there way directly script, bypassing need these additional steps?
on mouseup import snapshot end mouseup
note can more specific import command, example specifying whole screen, or 1 part or object of stack. make sure check out possibilities of import snapshot command in dictionary.
on mouseup import snapshot line 1 of screenrects import snapshot me end mouseup
Comments
Post a Comment