Page 1 of 1

set the relayerGroupedControls of a group on another card

Posted: Tue Jul 05, 2016 5:27 pm
by mrcoollion
Question ?

Is it not possible to set the relayerGroupedControls of a group on another card ?

Code: Select all

set the relayerGroupedControls of group workinggroup of card workingcard to TRUE
I get this error: 'button "Button1": compilation error at line 204 (set: missing 'to'), char 12'

Or do i set all the relayerGroupedControls of all groups to true of false when i use this statement?

Hope this is possible.

Regards,

Paul

Re: set the relayerGroupedControls of a group on another car

Posted: Tue Jul 05, 2016 5:51 pm
by Klaus
Hi Paul,

"relayergroupedcontrols" is a global property and not a group property!
So this will do the trick:

Code: Select all

set the relayerGroupedControls to TRUE
Please also check the "relayer" command in the dictionary!


Best

Klaus

Re: set the relayerGroupedControls of a group on another car

Posted: Tue Jul 05, 2016 5:59 pm
by mrcoollion
Thanks Klaus

I did read the dictionary first but it did not tell me if this can be used for one group only or goes for all groups on a card or if it is is a stack property (global).
That is why I asked... so thank you very much for the answer because now I know how to work with it.

regards,

Paul