Re: [ANN] Layer Tools plugin (beta)

2008-09-23 Thread william humphrey
When I choose pallete toggle it stops at

*set* the priv_ResizeControlList of stack tStackName to tControlList


I'm RunRev 3.0 on Mac 10.4.11


I will test it on my Intel Mac too.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-23 Thread Chipp Walters
What does the error say when it stops?Perhaps you can try putting before
that line:

put tStackName

so we can see what stack name is being used...

On Tue, Sep 23, 2008 at 7:40 PM, william humphrey [EMAIL PROTECTED]wrote:

 When I choose pallete toggle it stops at

 *set* the priv_ResizeControlList of stack tStackName to tControlList


 I'm RunRev 3.0 on Mac 10.4.11


 I will test it on my Intel Mac too.
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-19 Thread Chipp Walters
Updated to fix a field scrolling problem and minor other tweaks. Never found
the problem on the Mac william described.
If anyone else gets a chance, please test on Mac and let me know.

to access: Just type into your msg box (or cut and paste) then run:

go URL http://www.gadgetplugins.com/altplugins/altLayerTools.rev;
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-19 Thread Chipp Walters
One other thing...LayerTools also allows you to edit the properties of any
selected control, or select any control and edit it's properties by just
alt-clicking (option-clicking for Macs) on the control in the list.
This is very handy when trying to edit properties of a group inside a group.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-19 Thread Stephen Barncard
Thanks for this, Chipp. This is incredibly useful, and should be a 
part of the IDE. It's in my plugins folder.



Updated to fix a field scrolling problem and minor other tweaks. Never found
the problem on the Mac william described.
If anyone else gets a chance, please test on Mac and let me know.

to access: Just type into your msg box (or cut and paste) then run:

go URL http://www.gadgetplugins.com/altplugins/altLayerTools.rev;


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-19 Thread Chipp Walters
Thanks Stephen, glad you like it.

Hit the update button for new (and currently often) updates.
You can now also shift-click to edit the script of a selected object...plus
you can select a highly nested group or control, and copy/paste as well!
I always had a problem trying to access the script of groups which were
nested in other groups. This fixes that.

I also added updated selection of controls where the field automatically
scrolls to a selected object if not in view.

Also, because it doesn't use any front or back scripts, there's nothing to
ever get in the way-- which is also nice.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


[ANN] Layer Tools plugin (beta)

2008-09-18 Thread Chipp Walters
Just finished a nifty little plugin which some of you may like.
It allows you to quickly and easily relayer groups and individual controls
on the current card of the topStack. One of the things I like most about it,
is it respects group hierarchy, so you can't inadvertently move a control
from one group to another or move a child group out of a parent group.

Tested on WinXP. Let me know if you have any problems...

To access: Just type into your msg box (or cut and paste) then run:

go URL http://www.gadgetplugins.com/altplugins/altLayerTools.rev;

Then save it. Always use it in palette mode (there's a button.) As always,
this one is altplugin compatible.

-Chipp
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-18 Thread Chipp Walters
Oh, one other thing I really like about this plugin. It uses ZERO front or
back scripts. You do need to click on the stack to 'refresh' it but you
don't need to worry about any scripts getting in the way anywhere.
-C

On Thu, Sep 18, 2008 at 2:07 AM, Chipp Walters [EMAIL PROTECTED] wrote:

 Just finished a nifty little plugin which some of you may like.
 It allows you to quickly and easily relayer groups and individual controls
 on the current card of the topStack. One of the things I like most about it,
 is it respects group hierarchy, so you can't inadvertently move a control
 from one group to another or move a child group out of a parent group.

 Tested on WinXP. Let me know if you have any problems...

 To access: Just type into your msg box (or cut and paste) then run:

 go URL http://www.gadgetplugins.com/altplugins/altLayerTools.rev;

 Then save it. Always use it in palette mode (there's a button.) As always,
 this one is altplugin compatible.

 -Chipp


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-18 Thread william humphrey
On Mac OS I get   *set* the priv_ResizeControlList of stack
tStackName totControlList
a freeze at that command when trying to switch to pallet mode.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-18 Thread william humphrey
Then RunRev crashes.

On Thu, Sep 18, 2008 at 9:13 AM, william humphrey [EMAIL PROTECTED]wrote:

 On Mac OS I get   *set* the priv_ResizeControlList of stack tStackName 
 totControlList
 a freeze at that command when trying to switch to pallet mode.




-- 
http://www.bluewatermaritime.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-18 Thread Chipp Walters
I'll check it out on my Mac.

On Thu, Sep 18, 2008 at 8:16 AM, william humphrey [EMAIL PROTECTED]wrote:

 Then RunRev crashes.

 On Thu, Sep 18, 2008 at 9:13 AM, william humphrey [EMAIL PROTECTED]
 wrote:

  On Mac OS I get   *set* the priv_ResizeControlList of stack tStackName
 totControlList
  a freeze at that command when trying to switch to pallet mode.
 



 --
 http://www.bluewatermaritime.com
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] Layer Tools plugin (beta)

2008-09-18 Thread Chipp Walters
William,

It runs fine on my Rev 3.0 Mac Leopard installation. Can you tell me what
version of Rev you're using?

-C
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution