Generic Invisibility Handler

2010-02-08 Thread Andrew Kluthe
(Moderator Note: My previous post from akrev...@gmail.com should be ignored or deleted. I mistakenly sent it from the wrong email. I'm very sorry.) Hello, I recently convinced my company to let me re-write our farm management software in RunRev. Part of my proposal for this was developing a

Re: Generic Invisibility Handler

2010-02-08 Thread Bill Vlahos
Andrew, Welcome to the Revolution. You almost have it. Set the visible of object to true to make it visible Set the visible of object to false to make it invisible Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you,

Re: Generic Invisibility Handler

2010-02-08 Thread Andre Garzia
You can always use: show pObjectName and hide pObjectName :D On Mon, Feb 8, 2010 at 3:18 PM, Bill Vlahos bvla...@mac.com wrote: Andrew, Welcome to the Revolution. You almost have it. Set the visible of object to true to make it visible Set the visible of object to false to make

Re: Generic Invisibility Handler

2010-02-08 Thread Michael Kann
To toggle from hidden to visible use: set the visible of fld 1 to not the visible of fld 1 --- On Mon, 2/8/10, Andrew Kluthe and...@rjdfarm.com wrote: From: Andrew Kluthe and...@rjdfarm.com Subject: Generic Invisibility Handler To: use-revolution@lists.runrev.com Date: Monday, February 8

Re: Generic Invisibility Handler

2010-02-08 Thread Bob Sneidar
There are two ways to make a variable visible to a command or function. First, you can declare the variable as a global or script local. A global variable is one that is available to any handler that declares it, or optionally, to any script that declares it outside any handlers: on

Re: Generic Invisibility Handler

2010-02-08 Thread Andrew Kluthe
I am going to try this more elegant approach. I knew I should have dictionaried hide when it came up as yellow in my script editor. Thank you for your speedy help! -- View this message in context: http://n4.nabble.com/Generic-Invisibility-Handler-tp1473182p1473253.html Sent from the Revolution

Re: Generic Invisibility Handler

2010-02-08 Thread Mark Wieder
Andrew- Monday, February 8, 2010, 9:14:47 AM, you wrote: I'm unsure how to use parameters with handlers in this one liner. on hideObject pObjectType, pObjectName set the invisible of pObjectType pObjectName to true end hideObject on showObject pObjectType, pObjectName set the

Re: Generic Invisibility Handler

2010-02-08 Thread Mark Wieder
Andrew- Monday, February 8, 2010, 9:14:47 AM, you wrote: I recently convinced my company to let me re-write our farm management software in RunRev. Part of my proposal for this was developing a module for this software within a week. ...and having done some farm management software in rev

Re: Generic Invisibility Handler

2010-02-08 Thread Andrew Kluthe
to manipulate alot of the controls I need via scripting. I am troubled by the lack of books out there on the subject, and am looking to increase my skill set as quickly as possible. Thank you all for your speedy responses. -- View this message in context: http://n4.nabble.com/Generic-Invisibility

Re: Generic Invisibility Handler

2010-02-08 Thread Michael Kann
Kluthe and...@rjdfarm.com wrote: From: Andrew Kluthe and...@rjdfarm.com Subject: Generic Invisibility Handler To: use-revolution@lists.runrev.com Date: Monday, February 8, 2010, 11:14 AM (Moderator Note: My previous post from akrev...@gmail.com should be ignored or deleted. I mistakenly

Re: Generic Invisibility Handler

2010-02-08 Thread Judy Perry
Which, at least as of 5 or 6 years ago, I was assured did NOT work in Lingo/Director :-P Judy On Mon, 8 Feb 2010, Andre Garzia wrote: You can always use: show pObjectName and hide pObjectName :D On Mon, Feb 8, 2010 at 3:18 PM, Bill Vlahos bvla...@mac.com wrote: Andrew, Welcome to

Re: Generic Invisibility Handler

2010-02-08 Thread Bernard Devlin
On Mon, Feb 8, 2010 at 6:16 PM, Andrew Kluthe and...@rjdfarm.com wrote: I am troubled by the lack of books out there on the subject, and am looking to increase my skill set as quickly as possible.  Thank you all for your speedy responses. Andrew, I think maybe you have not realised that there

Re: Generic Invisibility Handler

2010-02-08 Thread Sarah Reichelt
I am troubled by the lack of books out there on the subject, and am looking to increase my skill set as quickly as possible.  Thank you all for your speedy responses. We did have one person who tried to do a book, but the product is evolving so fast that the life cycle of a book just can't