FIELDY1970
New Member
Hi All,
This is really bugging me in B4A. I know its me, just not sure what I am doing wrong. Bsically would like to fade a B4XDrawer out of view then call it back to visible when required.
I am using the statement;
Object.leftpanel.SetLayoutVisible(1000,false) ' THIS WORKS AS EXPECTED
Then later call;
Object.leftpanel.SetLayoutVisible(1000,true) ' THIS DOES NOT WORK AS EXPECTED AND I CANT GET THE VIEW BACK!
Any help greatly appreciated.
This is really bugging me in B4A. I know its me, just not sure what I am doing wrong. Bsically would like to fade a B4XDrawer out of view then call it back to visible when required.
I am using the statement;
Object.leftpanel.SetLayoutVisible(1000,false) ' THIS WORKS AS EXPECTED
Then later call;
Object.leftpanel.SetLayoutVisible(1000,true) ' THIS DOES NOT WORK AS EXPECTED AND I CANT GET THE VIEW BACK!
Any help greatly appreciated.