Hi guys

Trying to use the new hideActionBarButtons() function to control which actionbar buttons are visible when we move between sections on a single page app in web. Accordion Behaviour = true


We tried using the Expand/Collapse delegates but no dice. So now we are calling a function from the section.Activate() delegate which contains :

Lianja.get("pcust").hideActionBarButtons("add", "delete");

but nothing seems to happen.

In Runtime using we can make section.Activate() call hideactionbar() work but not in web.

Do we need to call some extra refresh to make hideActionBarButtons() or hideactionbar() work in web?

Thanks in advance.

Simon