Jump to content

Mobile Form / Menu / Form Mask paint issue ?


andyhill

Recommended Posts

I have a mobile application that has a Menu assigned to a Form and the Form has a Mask.

 

When the Menu is shown and a button object is selected the mask shows (as it should):-

 

procedure TMainmForm.MenuClick(Sender: TUnimMenuItem);
begin
  case Sender.ButtonId of
    0: begin
         Menu.Reveal:= False;
         Menu.Visible:= False;
         ...
 
HOWEVER the Mask is pushed far left (or right) and does not display correctly.
 
Please advise how to have mask centered on the form correctly.

 

post-5752-0-23614600-1512723265_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...