Re: ANN: new free altPlugin: altMenuStack

2005-10-31 Thread Kevin Miller
On 29/10/05 3:04 am, J. Landman Gay [EMAIL PROTECTED] wrote:

 Yes, it's a fact you can't debug stacks with 'rev' in the name prefix
 anymore using the Rev IDE.
 
 I just made a stack called revtest.rev with a test handler in the card
 script. I could set a breakpoint and the debugger caught it. I could
 step through the code. Maybe the problem is fixed?

You have to put true into gREVDevelopment to enable the development
environment debugging features.  This only works in 2.6.1.  We do not
support this mode, so use at your own risk.

Kind regards,

Kevin

Kevin Miller ~ [EMAIL PROTECTED] ~ http://www.runrev.com/
Runtime Revolution - User-Centric Development Tools

___
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: new free altPlugin: altMenuStack

2005-10-31 Thread MisterX
Kevin,

Welcome back to the resourceful people's monstrous mailist you created!

We miss you and your invaluable tips! More Rev insights we need! ;)

cheers
Xavier

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Kevin Miller
 Sent: Monday, October 31, 2005 6:51 PM
 To: How to use Revolution
 Subject: Re: ANN: new free altPlugin: altMenuStack
 
 On 29/10/05 3:04 am, J. Landman Gay 
 [EMAIL PROTECTED] wrote:
 
  Yes, it's a fact you can't debug stacks with 'rev' in the 
 name prefix 
  anymore using the Rev IDE.
  
  I just made a stack called revtest.rev with a test handler in the 
  card script. I could set a breakpoint and the debugger caught it. I 
  could step through the code. Maybe the problem is fixed?
 
 You have to put true into gREVDevelopment to enable the 
 development environment debugging features.  This only works 
 in 2.6.1.  We do not support this mode, so use at your own risk.
 
 Kind regards,
 
 Kevin
 
 Kevin Miller ~ [EMAIL PROTECTED] ~ http://www.runrev.com/ 
 Runtime Revolution - User-Centric Development Tools
 
 ___
 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: new free altPlugin: altMenuStack

2005-10-31 Thread Eric Chatonet

Hi Kevin,

All of us who develop plugins and utilities for the Rev IDE will gain  
much time with this new feature.

You did it since you needed it. We needed it too :-)
Thanks.

Best Regards from Paris,

Eric Chatonet.

Le 31 oct. 05 à 18:51, Kevin Miller a écrit :

On 29/10/05 3:04 am, J. Landman Gay [EMAIL PROTECTED]  
wrote:



Yes, it's a fact you can't debug stacks with 'rev' in the name  
prefix

anymore using the Rev IDE.



I just made a stack called revtest.rev with a test handler in  
the card

script. I could set a breakpoint and the debugger caught it. I could
step through the code. Maybe the problem is fixed?



You have to put true into gREVDevelopment to enable the development
environment debugging features.  This only works in 2.6.1.  We do not
support this mode, so use at your own risk.

Kind regards,

Kevin

Kevin Miller ~ [EMAIL PROTECTED] ~ http://www.runrev.com/
Runtime Revolution - User-Centric Development Tools



So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Free plugins and tutorials on my website

Web sitehttp://www.sosmartsoftware.com/
Email[EMAIL PROTECTED]/
Phone33 (0)1 43 31 77 62
Mobile33 (0)6 20 74 50 86


___
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: new free altPlugin: altMenuStack

2005-10-28 Thread Jerry Daniels

Chipp, Roger and everyone,

I just sent Chipp and the other testers a new version of  
Constellation to test--a version that fixes this issue Chipp brought  
up and a couple of others. This new version also has a preference to  
preload Constellation when Rev starts up.


The question of why the Constellation error dialog shows when Rev's  
does not has been a puzzlement. They seem to be legitimate errors  
that Constellation is throwing. I am beginning to think that perhaps  
the Rev IDE ignores some errors that it deems harmless. The one I  
just fixed with Chipp's stack might just be in that boat.


Jerry

http://www.daniels-mara.com/products/constellation.htm
Scripts and properties in a tabbed editor!

On Oct 27, 2005, at 5:39 PM, Chipp Walters wrote:


Roger and everyone,

Please update your altMenuStack plugin. Preferences in the  
altPluginToolbar or:


enter into your message box:
go URL http://www.gadgetplugins.com/altplugins/altMenuStack.rev;

I've fixed it so that the spacing is compatible across platforms  
now (thanks to Ken for some help on popups). There's some funky  
stuff going on with popUp stack menus. For instance, only buttons  
receive a mouseUp message, and they throw an error if you set your  
preferences to 'automatically close stacks who's destroyStack  
property is false' in Constellation's IDE. (For some reason it  
works in the Rev IDE, Jerry's looking into it).


best,
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




___
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: new free altPlugin: altMenuStack

2005-10-28 Thread Chipp Walters

Hi Jerry,

Yes, it's a fact you can't debug stacks with 'rev' in the name prefix 
anymore using the Rev IDE. I'm not exactly sure when this happened 
(2.5?) but debug dialogs for rev prefixed stacks was turned off so as to 
not throw mystery errors. IOW, if the IDE threw an error, chances are 
the user would never see it.


I know all this because most all my plugins are rev prefixed, so as to 
not show up in the App Browser. Up until Constellation, it was most 
impossible to debug these guys (thankfully, they were pretty solid at 
the time they were created, when you *could* debug them);-)


best,
Chipp

Jerry Daniels wrote:

The question of why the Constellation error dialog shows when Rev's  
does not has been a puzzlement. They seem to be legitimate errors  that 
Constellation is throwing. I am beginning to think that perhaps  the Rev 
IDE ignores some errors that it deems harmless. 


___
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: new free altPlugin: altMenuStack

2005-10-28 Thread Richard Gaskin

Chipp Walters wrote:
Yes, it's a fact you can't debug stacks with 'rev' in the name prefix 
anymore using the Rev IDE. I'm not exactly sure when this happened 
(2.5?) but debug dialogs for rev prefixed stacks was turned off so as to 
not throw mystery errors. IOW, if the IDE threw an error, chances are 
the user would never see it.


There isn't a switch for that?  How do the folks at RunRev debug their IDE?

--
 Richard Gaskin
 Fourth World Media Corporation
 __
 Rev tools and more: http://www.fourthworld.com/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: new free altPlugin: altMenuStack

2005-10-28 Thread Dan Shafer

The folks at RunRev debug their IDE?

Heh heh

Dan

On Oct 28, 2005, at 1:34 PM, Richard Gaskin wrote:


How do the folks at RunRev debug their IDE?


___
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: new free altPlugin: altMenuStack

2005-10-28 Thread J. Landman Gay

Chipp Walters wrote:


Yes, it's a fact you can't debug stacks with 'rev' in the name prefix 
anymore using the Rev IDE. 


I just made a stack called revtest.rev with a test handler in the card 
script. I could set a breakpoint and the debugger caught it. I could 
step through the code. Maybe the problem is fixed?


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.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


ANN: new free altPlugin: altMenuStack

2005-10-27 Thread Chipp Walters

altMenuStack
builder by Chipp Walters with stack scripts by Ken Ray

What does this do?

This free plugin creates a stack with images and menutext and scripts 
which you can use as your own custom popup menu. It was created so that 
popup menus can have images associated with them. Check it out!


It's also compatible with Altuit's altPlugin toolbar available at:
http://www.altuit.com/webs/altuit2/altPluginCover/about.htm

As usual with any of our plugins, please back up your stacks! I use 
altPluginArchive to do this. It also makes a serialized copy of a stack 
each time it is invoked.


To try it just enter into your message box:
go URL http://www.gadgetplugins.com/altplugins/altMenuStack.rev;

Mucho thanks to Ken Ray for his generous offer of his great menuStack 
scripts!!!


best,

Chipp Walters
Altuit, inc

___
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: new free altPlugin: altMenuStack

2005-10-27 Thread Chipp Walters

BTW, Mac users will want to put 17 in the 'move menu text right' setting.

Chipp Walters wrote:

altMenuStack
builder by Chipp Walters with stack scripts by Ken Ray


___
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: new free altPlugin: altMenuStack

2005-10-27 Thread xavier . bury
Chipp, Ken

Good job. It's been a while i've been looking forward to make a stack like 
this...

It's not making the menu that's hard but making it look good like you 
always do ;)

cheers
Xavier

[EMAIL PROTECTED] wrote on 27/10/2005 08:25:02:

 altMenuStack
 builder by Chipp Walters with stack scripts by Ken Ray
 
 What does this do?
 
 This free plugin creates a stack with images and menutext and scripts 
 which you can use as your own custom popup menu. It was created so that 
 popup menus can have images associated with them. Check it out!
 
 It's also compatible with Altuit's altPlugin toolbar available at:
 http://www.altuit.com/webs/altuit2/altPluginCover/about.htm
 
 As usual with any of our plugins, please back up your stacks! I use 
 altPluginArchive to do this. It also makes a serialized copy of a stack 
 each time it is invoked.
 
 To try it just enter into your message box:
 go URL http://www.gadgetplugins.com/altplugins/altMenuStack.rev;
 
 Mucho thanks to Ken Ray for his generous offer of his great menuStack 
 scripts!!!
 
 best,
 
 Chipp Walters
 Altuit, inc



-
To make communications with Clearstream easier, Clearstream has
recently changed the email address format to conform with industry
standards. The new format is '[EMAIL PROTECTED]'.

Visit us at http://www.clearstream.com

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER
___
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: new free altPlugin: altMenuStack

2005-10-27 Thread Dick Kriesel
On 10/26/05 11:25 PM, Chipp Walters [EMAIL PROTECTED] wrote:

 To try it just enter into your message box:
 go URL http://www.gadgetplugins.com/altplugins/altMenuStack.rev;

No such card

Do I need another tip to use it on a Mac?

-- Dick


___
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: new free altPlugin: altMenuStack

2005-10-27 Thread Chipp Walters

Dick,

It appears that server JUST WENT DOWN. I'm online with someone trying to 
reset it now.


best,

Chipp

Dick Kriesel wrote:

On 10/26/05 11:25 PM, Chipp Walters [EMAIL PROTECTED] wrote:



To try it just enter into your message box:
go URL http://www.gadgetplugins.com/altplugins/altMenuStack.rev;



No such card

Do I need another tip to use it on a Mac?

-- Dick


___
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: new free altPlugin: altMenuStack

2005-10-27 Thread Dennis Brown

Chipp,

The default 22 worked on my 10.4 system, but 17 caused overlapping of  
the image and text.


Dennis

On Oct 27, 2005, at 2:29 AM, Chipp Walters wrote:

BTW, Mac users will want to put 17 in the 'move menu text right'  
setting.


Chipp Walters wrote:


altMenuStack
builder by Chipp Walters with stack scripts by Ken Ray



___
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: new free altPlugin: altMenuStack

2005-10-27 Thread Roger Guay

This is very useful, Chip and Ken.  Thank you very much!

Cheers, Roger


On Oct 27, 2005, at 3:44 AM, [EMAIL PROTECTED]  
wrote:



Message: 2
Date: Thu, 27 Oct 2005 01:25:02 -0500
From: Chipp Walters [EMAIL PROTECTED]
Subject: ANN: new free altPlugin: altMenuStack
To: Use-Revolution use-revolution@lists.runrev.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

altMenuStack
builder by Chipp Walters with stack scripts by Ken Ray

What does this do?

This free plugin creates a stack with images and menutext and scripts
which you can use as your own custom popup menu. It was created so  
that

popup menus can have images associated with them. Check it out!

It's also compatible with Altuit's altPlugin toolbar available at:
http://www.altuit.com/webs/altuit2/altPluginCover/about.htm

As usual with any of our plugins, please back up your stacks! I use
altPluginArchive to do this. It also makes a serialized copy of a  
stack

each time it is invoked.

To try it just enter into your message box:
go URL http://www.gadgetplugins.com/altplugins/altMenuStack.rev;

Mucho thanks to Ken Ray for his generous offer of his great menuStack
scripts!!!

best,

Chipp Walters
Altuit, inc


___
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: new free altPlugin: altMenuStack

2005-10-27 Thread Chipp Walters

Roger and everyone,

Please update your altMenuStack plugin. Preferences in the 
altPluginToolbar or:


enter into your message box:
go URL http://www.gadgetplugins.com/altplugins/altMenuStack.rev;

I've fixed it so that the spacing is compatible across platforms now 
(thanks to Ken for some help on popups). There's some funky stuff going 
on with popUp stack menus. For instance, only buttons receive a mouseUp 
message, and they throw an error if you set your preferences to 
'automatically close stacks who's destroyStack property is false' in 
Constellation's IDE. (For some reason it works in the Rev IDE, Jerry's 
looking into it).


best,
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