Jump to content

ShowMask always masks entire application?


rgreat

Recommended Posts

Tried to mask single controls like:

procedure TMainForm.TV2RefreshTimer(Sender: TObject);
begin
  TV2.ShowMask('Loading');
  UniSession.Synchronize;
  // some treeview updating
  TV2.HideMask;
end;

But all form is masked instead.

 

Is that by design?

 

Also is there any another way to set screenmask on TUniTimer?

Link to comment
Share on other sites

  • 3 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...