Re: Determining if Stack is Visible

2008-05-22 Thread Steven Axtell
Ken, Thanks for the additional information. Steve One other approach I've used is: if ("My Stack" is among the lines of the windows) and \ (the vis of stack "My Stack" is true) then -- stuff goes here end if You can use "the openStacks" instead of "the windows" - it's the same thi

Re: Determining if Stack is Visible

2008-05-22 Thread Ken Ray
> Thanks to all for your ideas. Klaus, you were correct in that I meant open > and visible on the screen. Devin, you pointed out some information that I > wasn't aware of. I will take the information and see if I can get things to > work. One other approach I've used is: if ("My Stack" is am

Re: Determining if Stack is Visible

2008-05-22 Thread Steven Axtell
Thanks to all for your ideas. Klaus, you were correct in that I meant open and visible on the screen. Devin, you pointed out some information that I wasn't aware of. I will take the information and see if I can get things to work. I appreciate the help from all of you! Steve __

Re: Determining if Stack is Visible

2008-05-22 Thread Paul Gabel
true then [process code] end if When I use this code nothing happens. I appreciate your help. Steve - Original Message - From: "Mark Schonewille" <[EMAIL PROTECTED] > To: "How to use Revolution" Sent: Thursday, May 22, 2008 7:58 AM Subject: Re: De

Re: Determining if Stack is Visible

2008-05-22 Thread Devin Asay
On May 22, 2008, at 7:22 AM, Steven Axtell wrote: Mark, I didn't state my question very clearly. From what I see, the "visible" property is used to make the object visible or invisible but cannot be used to determine if the object is visible. I know that I am missing something somewher

Re: Determining if Stack is Visible

2008-05-22 Thread Klaus Major
Hi Steven, Mark, I didn't state my question very clearly. From what I see, the "visible" property is used to make the object visible or invisible but cannot be used to determine if the object is visible. I know that I am missing something somewhere. I tried using code something like

Re: Determining if Stack is Visible

2008-05-22 Thread Mark Schonewille
Hi Steve, Maybe the visible of your stack is false? ;-) I think the problem is somewhere else in you code. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Color Converter does what it says. Download it at h

Re: Determining if Stack is Visible

2008-05-22 Thread Brad Sampson
end if > > When I use this code nothing happens. > > I appreciate your help. > > Steve > > > - Original Message - From: "Mark Schonewille" > <[EMAIL PROTECTED]> > To: "How to use Revolution" > Sent: Thursday, May 22, 2008 7:58 AM

Re: Determining if Stack is Visible

2008-05-22 Thread Steven Axtell
; Sent: Thursday, May 22, 2008 7:58 AM Subject: Re: Determining if Stack is Visible Steve, It's the same for stack. Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store softw

Re: Determining if Stack is Visible

2008-05-22 Thread Mark Schonewille
Steve, It's the same for stack. Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz Op 22-mei-2008, om 14:55 heeft Steven Axtell

Determining if Stack is Visible

2008-05-22 Thread Steven Axtell
I want to find out what code is used to determine if a stack is visible or not. I see that the "visible" property is used to make an object visible or invisible, but don't see how to determine if a stack is visible. Thanks, Steve ___ use-revolution m