Storing a control in a custom property

Peter Haworth pete at lcsql.com
Tue Apr 30 13:57:02 EDT 2013


Thanks Bernd!

Pete
lcSQL Software <http://www.lcsql.com>


On Tue, Apr 30, 2013 at 10:14 AM, BNig <niggemann at uni-wh.de> wrote:

> You can do it for multiple objects also:
> -----------------
> on mouseUp
>    lock screen
>    set the selected of button 1 to true
>    set the selected of field 1 to true
>    set the selected of field 2 to true
>    set the selected of image 1 to true
>    copy
>    set the uObjects of this stack to the clipBoardData["objects"]
>    select empty
>    unlock screen
> end mouseUp
> ------------------
>
> -----------------
> on mouseUp
>    set the clipBoardData["objects"] to the uObjects of stack "untitled 1"
>    paste
> end mouseUp
> ----------------
>
> Kind regards
> Bernd
>
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/Storing-a-control-in-a-custom-property-tp4664040p4664053.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list