Solved problem on ID views
#1
Tongue 
Hi, I need your help

I create my 3 views , 3 displayed well in the submenu of views, but they block the view ID 532 Gallery Full Alt, and I turn around without understanding why, is that you see a mistake here? where it can be elsewhere?

Thank you very much Smile

<control type="button" id="113">
<label>$VAR[view_Layout]</label>
<onclick condition="Control.IsVisible(531)">Container.SetViewMode(53)</onclick>
<onclick condition="Control.IsVisible(532)">Container.SetViewMode(53)</onclick>
<onclick condition="Control.IsVisible(53)">Container.SetViewMode(531)</onclick>
<onclick condition="!Control.IsVisible(53)">Container.SetViewMode(532)</onclick>
<include>menu_Button</include>
<visible>[Control.IsVisible(53) | Control.IsVisible(531) | Control.IsVisible(532)] + [Container.Content(movies) | Container.Content(tvshows)]</visible>
</control>
Reply
#2
You probably have animations set when changing views. That delays the visiblity of the views. Maybe onclicks checks are faster then the animations.
Reply
#3
Yes work now , thank you very much Smile
Reply

Logout Mark Read Team Forum Stats Members Help
problem on ID views0