Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sunilkumarqv
Specialist II
Specialist II

Container select

HI all,

In container we have charts objects such as A,B,C

if user selects the chart A then show the list box else disable though its difficult is there any other way

1 Solution

Accepted Solutions
antoniotiman
Master III
Master III

Same waiy as Container (Type Grid),

then it insert in Primary Cointener.

View solution in original post

10 Replies
tresesco
MVP
MVP

Till now only macro can help :Get Active object in a Container

alexandros17
Partner - Champion III
Partner - Champion III

It is not possible to do it without macro as tresesco said

Anonymous
Not applicable

Hello,

How do you catch the container selection? Not sure if you can.

Instead you can use buttons or text boxes, via adding actions on them like setting variable values so you can now what the user selected. And then according to the value of the variables you can show/ hide charts or other objects on Layout tab (show conditional).

No container in this scenario.

BR

Serhan

antoniotiman
Master III
Master III

You can Create SubContainer   A+ListBox (as A1) in Your Container -> A1,B,C

sunilkumarqv
Specialist II
Specialist II
Author

Can you share some sample code for my description

alexandros17
Partner - Champion III
Partner - Champion III

Sorry, I did not read carefully your question,

there is not solution, the only one is the answer from ANTONIO MANCINI

sunilkumarqv
Specialist II
Specialist II
Author

can you explain me how can we create sub container

antoniotiman
Master III
Master III

Same waiy as Container (Type Grid),

then it insert in Primary Cointener.

sunilkumarqv
Specialist II
Specialist II
Author

but the requirement is list box selection should trigger or visible only on to the chart A