Hi Eric,

You don't take the visible of a stack into account ;-)

--

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 9-aug-2008, om 10:14 heeft Eric Chatonet het volgende geschreven:

Bonjour Chipp,

Le 8 août 08 à 22:49, Chipp Walters a écrit :

If anyone already has an "isEffectiveVisible" function, let me know.

IsVisible returns any control effective visibility:

function IsVisible pObj
  if not the visible of pObj then return false
  repeat until "Card" is word 1 of the long owner of pObj
    put the long owner of pObj into pObj
    if not the visible of pObj then return false
  end repeat
  return true
end IsVisible

ObjOwners lists the owners of an object:

<snip>


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to