Search found 5 matches

by robertn
Tue Mar 08, 2011 9:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: User resizable and movable objects
Replies: 11
Views: 8503

Re: User resizable and movable objects

Wow, I had it right i was just setting it to false, thinking I didn't want it to be selectable. Thanks, got it working!
by robertn
Tue Mar 08, 2011 9:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: User resizable and movable objects
Replies: 11
Views: 8503

Re: User resizable and movable objects

Ok, another newbie question. I can't find the cantSelect property in the inspector. How do I set it in code?
by robertn
Tue Mar 08, 2011 9:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: User resizable and movable objects
Replies: 11
Views: 8503

Re: User resizable and movable objects

Ok, now that I have LiveCode open, I believe you. Can't believe I didn't know that... Thanks so much for your help!
by robertn
Tue Mar 08, 2011 9:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: User resizable and movable objects
Replies: 11
Views: 8503

Re: User resizable and movable objects

What I'm trying to accomplish is to make an editor for another thing, where users (not me in livecode) can add objects, which are just rectanlges for now. How do I make an object resizable and movable by the user in a standalone application. Sorry for any confusion, and yes, @dunbarx, I have dragged...
by robertn
Tue Mar 08, 2011 4:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: User resizable and movable objects
Replies: 11
Views: 8503

User resizable and movable objects

I'm a total newbie to LiveCode, but am loving it so far! I'm building a visual editor, and wondering if there is some way to make objects selectable, draggable, and resizable. Kind of like in most visual layout/editor programs. You move objects around, select one and resize it, etc. Thanks in advance!