Quote:
Originally Posted by EQAditu
Parent.Parent.MakeLarge.Press=Parent.Parent.MakeLarge.LargeReady
This would be exactly the same as:
Parent.Parent.MakeLarge.Press=Parent.Parent.MakeLarge.LargeReady ? true : false
|
Unless this was changed I don't think so. The .Press command disregards the argument, so it would fire even on Press=false. You must use .Activated for stuff like this.