This is for groups and does not work in a new stack.

This will work so there is nothing 'wrong' with the group, but requires more lines of code:
on mouseUp pMouseBtnNo
    put the visible of grp "Details" into tValue
if tValue is true then put false into tValue else put true into tValue
    set the visible of grp "Details" to tValue
end mouseUp


AND this works in the script of a group:

set the visible of me to not the visible of me  

It is just the code -- set the visible of grp "Details" to not the visibe of grp "Details"
that does not work.


Tom McGrath III
Lazy River Software
[email protected]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html


On Jan 29, 2009, at 10:58 AM, Thomas McGrath III wrote:

Can anyone confirm that this no longer works or what I am doing wrong?

set the visible of grp "Details" to not the visibe of grp "Details"

This used to work as far as I can remember.

Thanks,

Tom McGrath III
Lazy River Software
[email protected]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html





_______________________________________________
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