How to adress settab() in a container
Posted: 19 Mar 2013 20:52
Hej,
I have following problem:
I want to adress settab() (changed by a script inside a CustomButton) of a container inside of another container.
If the CustomButton executing the script and the container are on the same level it can simply be adressed by settab(container, INT). But if the container is inside another container I don't know what to write for [containerpath] as in settab([containerpath], INT)...
another problem related to the above issue is, that I also don't know how to get the message out of a container. Imagine a CustomButton inside a Container which should change the tab of a container inside a third container.
like in |[[Custombutton]] [[tabbed Container]]|
Has anyone an idea?
I have following problem:
I want to adress settab() (changed by a script inside a CustomButton) of a container inside of another container.
If the CustomButton executing the script and the container are on the same level it can simply be adressed by settab(container, INT). But if the container is inside another container I don't know what to write for [containerpath] as in settab([containerpath], INT)...
another problem related to the above issue is, that I also don't know how to get the message out of a container. Imagine a CustomButton inside a Container which should change the tab of a container inside a third container.
like in |[[Custombutton]] [[tabbed Container]]|
Has anyone an idea?