Command to hide the tool palette

2007-01-11 Thread Stgoldberg

In a message dated 1/11/07 11:00:06 AM, 
[EMAIL PROTECTED] writes:


 The IDE stacks aren't generally listed there (you aren't really expected
 to mess with them,) but here is a handy trick:
 
   put the short name of the mousestack
 
 This will put the name of the stack the mouse is currently in. So just
 move your mouse somewhere over the stack you want to know about (no need
 to click) and then execute the line from the message box.
 
 --
 Jacqueline Landman Gay         |     [EMAIL PROTECTED]
 HyperActive Software           |     http://www.hyperactivesw.com
 
Thanks, Jacquie.   As usual, you are right on the mark.
Steve Goldberg

___
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


Command to hide the tool palette

2007-01-10 Thread Stgoldberg
Can anyone suggest a script to hide the Tools Palette on OpenStack?   I have 
not been able to find a way.   Thanks.
Steve Goldberg
___
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: Command to hide the tool palette

2007-01-10 Thread Klaus Major

Hi Steve,

Can anyone suggest a script to hide the Tools Palette on  
OpenStack?   I have

not been able to find a way.   Thanks.
Steve Goldberg


Maybe this will do the job?

on openstack
  hide stack revTools
end openstack

? :-)


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
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: Command to hide the tool palette

2007-01-10 Thread Joe Lewis Wilkins
Interesting! That does not work from the msg box, but does work from  
the open stack handler; however, once the stack is open the Tools  
Menu does not allow you to show the Tools Palette, and the Menu item  
for the Tools Palette is still checked.  Somewhat strange behavior.


Joe Wilkins

On Jan 10, 2007, at 9:33 AM, Klaus Major wrote:


hide stack revTools


___
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: Command to hide the tool palette

2007-01-10 Thread Klaus Major

Hi Joe,


Interesting! That does not work from the msg box,


??? Works here.


but does work from the open stack handler;
however, once the stack is open the Tools Menu does not allow you  
to show the Tools Palette,


This menu item is supposed to open/close the tools palette and is not  
prepared for

weird user-actions like hiding the tools ;-)


and the Menu item for the Tools Palette is still checked.


See above, the stack is still open, so no need for unchecking the  
menuitem!



Somewhat strange behavior.


...whose? :-D


Joe Wilkins

On Jan 10, 2007, at 9:33 AM, Klaus Major wrote:


hide stack revTools


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
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: Command to hide the tool palette

2007-01-10 Thread Joe Lewis Wilkins

Hi Klaus,

Thanks, probably my strange behavior; and it did work from the msg  
box when I tried it again; and show then showed it as expected, but  
the Tools Menu wouldn't do anything to either show or hide after  
that. So it is still a little strange! (smile)


Joe Wilkins

On Jan 10, 2007, at 9:51 AM, Klaus Major wrote:


Hi Joe,


Interesting! That does not work from the msg box,


??? Works here.


but does work from the open stack handler;
however, once the stack is open the Tools Menu does not allow you  
to show the Tools Palette,


This menu item is supposed to open/close the tools palette and is  
not prepared for

weird user-actions like hiding the tools ;-)


and the Menu item for the Tools Palette is still checked.


See above, the stack is still open, so no need for unchecking the  
menuitem!



Somewhat strange behavior.


...whose? :-D


Joe Wilkins

On Jan 10, 2007, at 9:33 AM, Klaus Major wrote:


hide stack revTools


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
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: Command to hide the tool palette

2007-01-10 Thread Eric Chatonet

Hi Steve,

close stack revTools

The IDE does not hide this palette but closes it:
So just do the same ;-)

Le 10 janv. 07 à 17:53, [EMAIL PROTECTED] a écrit :

Can anyone suggest a script to hide the Tools Palette on  
OpenStack?   I have

not been able to find a way.   Thanks.
Steve Goldberg
__


Best Regards from Paris,
Eric Chatonet
 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
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: Command to hide the tool palette

2007-01-10 Thread Jim Ault
On 1/10/07 10:03 AM, Joe Lewis Wilkins [EMAIL PROTECTED] wrote:
 
 Thanks, probably my strange behavior; and it did work from the msg
 box when I tried it again; and show then showed it as expected, but
 the Tools Menu wouldn't do anything to either show or hide after
 that. So it is still a little strange! (smile)

You probably toggled the hide/show without also setting a flag and allowing
a handler to do the menu update.  After that, the flag variable (in the menu
handler) is probably out of sync.

Try finding the Rev lib handler and calling that to toggle the tools
palette.

Jim Ault
Las Vegas

 
 Joe Wilkins
 
 On Jan 10, 2007, at 9:51 AM, Klaus Major wrote:
 
 Hi Joe,
 
 Interesting! That does not work from the msg box,
 
 ??? Works here.
 
 but does work from the open stack handler;
 however, once the stack is open the Tools Menu does not allow you
 to show the Tools Palette,
 
 This menu item is supposed to open/close the tools palette and is
 not prepared for
 weird user-actions like hiding the tools ;-)
 
 and the Menu item for the Tools Palette is still checked.
 
 See above, the stack is still open, so no need for unchecking the
 menuitem!
 
 Somewhat strange behavior.
 
 ...whose? :-D
 
 Joe Wilkins
 
 On Jan 10, 2007, at 9:33 AM, Klaus Major wrote:
 
 hide stack revTools
 
 Regards
 
 Klaus Major
 [EMAIL PROTECTED]
 http://www.major-k.de
 
 ___
 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


___
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: Command to hide the tool palette

2007-01-10 Thread Joe Lewis Wilkins
Now that's the way it should be done. It handles the menu checking  
and then the Tools Menu item works just as it should.

Thanks, Eric.
Joe Wilkins

On Jan 10, 2007, at 10:10 AM, Eric Chatonet wrote:


Hi Steve,

close stack revTools

The IDE does not hide this palette but closes it:
So just do the same ;-)

Le 10 janv. 07 à 17:53, [EMAIL PROTECTED] a écrit :

Can anyone suggest a script to hide the Tools Palette on  
OpenStack?   I have

not been able to find a way.   Thanks.
Steve Goldberg
__


Best Regards from Paris,
Eric Chatonet
-- 


http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
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: Command to hide the tool palette

2007-01-10 Thread J. Landman Gay

Joe Lewis Wilkins wrote:

Hi Klaus,

Thanks, probably my strange behavior; and it did work from the msg box 
when I tried it again; and show then showed it as expected, but the 
Tools Menu wouldn't do anything to either show or hide after that. So it 
is still a little strange! (smile)


Note the difference between a stack that is hidden (invisible but still 
open) and closed. The menu is toggling the open/closed state, not the 
visible state.


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


Re: Command to hide the tool palette

2007-01-10 Thread Joe Lewis Wilkins

Thanks, that would be the only thing that would account for the results.

JW

On Jan 10, 2007, at 11:03 AM, J. Landman Gay wrote:


Joe Lewis Wilkins wrote:

Hi Klaus,
Thanks, probably my strange behavior; and it did work from the msg  
box when I tried it again; and show then showed it as expected,  
but the Tools Menu wouldn't do anything to either show or hide  
after that. So it is still a little strange! (smile)


Note the difference between a stack that is hidden (invisible but  
still open) and closed. The menu is toggling the open/closed state,  
not the visible state.


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


___
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


Command to hide the tool palette

2007-01-10 Thread Stgoldberg
Thanks for the word revTools Klaus to refer to the tools palette.   I 
didn't find it in the Rev dictionary.   However, in order to hide the tools 
palette, I   suggest modifying the command to CLOSE stack revTools rather 
than HIDE 
stack revTools, since the HIDE command, while hiding the tools palette, 
does not uncheck the tools palette option in the Tools menu and it is then not 
possible to reshow the tools palette through the Tools menu.   Switching the 
command to CLOSE stack revTools, though, permits one to reopen the tools 
palette through the Tools menu.   The value of having this command is that when 
someone else who is not a programmer uses the stack they will be less likely to 
mess things up through an open Tools palette.
Steve Goldberg

In a message dated 1/10/07 12:53:07 PM, 
[EMAIL PROTECTED] writes:


 From: Klaus Major [EMAIL PROTECTED]
 Subject: Re: Command to hide the tool palette
 To: How to use Revolution use-revolution@lists.runrev.com
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
 
 Hi Steve,
 
  Can anyone suggest a script to hide the Tools Palette on 
  OpenStack?   I have
  not been able to find a way.   Thanks.
  Steve Goldberg
 
 Maybe this will do the job?
 
 on openstack
    hide stack revTools
 end openstack
 

___
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: Command to hide the tool palette

2007-01-10 Thread J. Landman Gay

[EMAIL PROTECTED] wrote:
Thanks for the word revTools Klaus to refer to the tools palette.   I 
didn't find it in the Rev dictionary.


The IDE stacks aren't generally listed there (you aren't really expected 
to mess with them,) but here is a handy trick:


 put the short name of the mousestack

This will put the name of the stack the mouse is currently in. So just 
move your mouse someone over the stack you want to know about (no need 
to click) and then execute the line from the message box.


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