
15-03-2024, 14:18
|
 |
Registered User
|
|
Join Date: Feb 2013
Location: Algeria
Posts: 168
Thanks: 486
Thanked 202 Times in 122 Posts
|
|
Quote:
Originally Posted by Fak Eid
Hi @Blackfire
The earlier issue with FCreateBlankForm, where it loads with a blank image before load, has resurfaced. When running for the first time it is for more time, it subsequently gets faster (depending upon SSD/HDD, I suppose). Can you please look into it?
I'm not sure if there is already a fix for it, as I lost track of some recent changes in FMXInno. If there is a fix, let me know.
Image and gif added for review.
|
add this to the code.
Code:
procedure InitializeWizard();
begin
FMXForm.Show;
end;
|