Re: Shortcut for resizing a selected object ?

2009-12-16 Thread zryip theSlug
Hi Richard, How ? Try this 8) : on rawkeyDown theKey if (the altKey is down) and (theKey = 65361) and (theKey = 65364) then -- only if alt key is pressed when using arrow key put the selectedObjects into objectsList -- keep in memory the list of objects to resize get number of

Re: Shortcut for resizing a selected object ?

2009-12-16 Thread Richard Gaskin
Nicely done. Limiting the resizing to the left and bottom removes the ambiguity I was wondering about in terms of which sides gets adjusted. I think I'll add this to my copy of the MC IDE, and have cc'd the MC discussion list here in hopes that the crew agrees it would be useful to add to

Re: Shortcut for resizing a selected object ?

2009-12-16 Thread zryip theSlug
This little script is not only useful to resize controls like buttons or fields, but also for graphics objects like lines, rectangles, etc that as you know requires more accuracy. Never thought when I wrote this script that it could be integrated to a biggest project. I'm really honored, thank

Re: Shortcut for resizing a selected object ?

2009-12-16 Thread J. Landman Gay
zryip theSlug wrote: Never thought when I wrote this script that it could be integrated to a biggest project. I'm really honored, thank you. I don't think you should call yourself a slug any more. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: Shortcut for resizing a selected object ?

2009-12-16 Thread zryip theSlug
Hi Jacqueline, In fact it's just a story about an anagram around my first name ;) A nickname that followed me to the track for a long time. 8) Finally I found it sticks well to the situation. I missed so many trains to reach you that I'm a bit late! 8) -Zryip TheSlug- wish you the best ! 8)

Re: Shortcut for resizing a selected object ?

2009-12-15 Thread zryip theSlug
Hi all, Oups ! It seems that my original message was too long ! 8) Doesn't trapping the arrowKey message, also supported in HC, do what you want? Craig Newman In fact I'm in editing mode with the edit tool when I tried to resize a button with arrow keys. It's an old (may be bad) habit that

Re: Shortcut for resizing a selected object ?

2009-12-15 Thread Richard Gaskin
zryip wrote: In fact I'm in editing mode with the edit tool when I tried to resize a button with arrow keys. It's an old (may be bad) habit that I have to resize objects with arrow keys. I find it more convenient. When I edit objects it seems that the Message Watcher doesn't receive a arrowkey

Shortcut for resizing a selected object ?

2009-12-13 Thread zryip theSlug
Hi all, I'm new to the list. I've downloaded the trial version of Revolution this Friday and for the moment I'm disappointed by one thing : I've not found the correct shortcut to resize one or more objects with arrow keys. So my first question to the list is : is it a short key to resize an

Re: Shortcut for resizing a selected object ?

2009-12-13 Thread DunbarX
We are mostly that, HC oldies. Doesn't trapping the arrowKey message, also supported in HC, do what you want? Craig Newman In a message dated 12/13/09 2:09:06 PM, zryip.thes...@gmail.com writes: So my first question to the list is : is it a short key to resize an object or I need to

Re: Shortcut for resizing a selected object ?

2009-12-13 Thread Thomas McGrath III
Zryip Welcome to the us list. I believe there are some tutorials on the runRev site for HC users to make the leap. I think unless someone has a tool already you may have to roll your own for this one. But be prepared to be pleasantly surprised by a lot of what rev has to offer. There are