Tab control and conditional Visibility in 2.5 beta

1
I think The tab control visibility is not working in 2.5. where I used a metaobject which contains boolean and enumeration but after checking the box the attribute list did not show any attributes and was disable.
asked
1 answers
4

It works fine here. Here is what I've done:

  1. Create an entity with one attribute of type boolean.
  2. Create a form
  3. Add a data view connected to that entity.
  4. Add a tab control inside the data view.
  5. Select the first tab page.
  6. Edit the property 'Condition' of that page.
  7. Check 'Make tab page conditionally visible based on attribute value'.
  8. Select the (only) attribute of the entity.
  9. The conditions grid is filled with attribute values true and false.

Did you place the tab control INSIDE a data view?

answered