IPhoneMenu Hide / Show

Hi !

 
Is there a way to hide / show the TIWIPhoneMenu in Runtime ?
 
In Designtime i've set the PhoneMenu to Visible False.
 
I've tried to set this codes in Button aSyncClick, but it won't work ,
the IPhonemenu won't show.
 
TIWIPhoneMenu1.Visible := True;
 
Can this be done in Runtime with an aSync click ?
 
Thanks again !
 
Paul
 

Hi,


Unfortunately this is currently not supported.
However this is a good suggestion and we'll consider adding this functionality in a future version.

Hi Bart !

 
Thanks for the info.
 
Would come real handy if you have like a login
screen, and only after a succesfull login it would
show the menu.
 
Paul