delphi - BeginUpdate - EndUpdate causing form to go behind all open windows -


i have ported control heavy application in firemonkey have worked upon dxscene little on 2 years now. sheer number of visual controls updating on every ui change warranted beginupdate-endupdate methods prefixed , suffixed respectively in ui update methods.

after porting, firemonkey engine behaves erratically these methods.

  1. sometimes new controls built not updated contents.
  2. sometimes don't show , forced form minimize-maximize gets them shown.
  3. and time form gets behind other open windows.

is still advisable use these or alternative has been introduced in fmx?


Comments