Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi, I want to know which chart is displayed in the container.
I have an object that I want to display only when a specific chart is displayed.
You could only with macros read which objects are visible/active/minimized and so on. But this won't work with AJAX and it's generell not recommended to use macros - see: Macros are Bad. Try to find other usability logics.
- Marcus
One addition - visibilities outsides from a container could be controlled through variables which values could be switched either by a inputbox or buttons.
- Marcus