:-)
Thanks Klaus, This does the trick, did't think of that...
Great!

Warm regards,

Ton Kuypers
Digital Media Partners bvba
Tel. +32 (0)477 / 739 530
Fax +32 (0)14 / 71 03 04
http://www.dmp-int.com



On 14-mei-06, at 22:04, Klaus Major wrote:

Hi Ton,

mmmm...

and I thought I had it all figured out...

Is there a way to use SETPROP to interact on setting properties like hiding a window?

I tried setting 2 properties :

try this:

        ON mouseUp
            put empty into fld "Status1"
            put empty into fld "Status2"
              set the cMYvisible of stack "HideThis" to true
            set the pTest of stack "HideThis" to "Here I Am"
        END mouseUp

The stack "HideThis" contains the following scripts:
        SETPROP cMYvisible newValue
            put newValue into fld "Status1"
            set the visible of this stack to newValue
        END visible

        SETPROP pTest newValue
            put newValue into fld "Status2"
        END pTest

should work :-)


Best

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

_______________________________________________
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


_______________________________________________
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