View Single Post
  #801  
Old 29-04-2020, 12:43
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
@Masquerade
try removing WizardForm. from lines:
WizardForm.LogoImage.Show; >> LogoImage.Show;
WizardForm.LogoImage.Hide; >> LogoImage.Hide;
The script now compiles which is great, thanks for the info.

Only now when running the script:



The image is in .bmp format at a size of 460x77 (the window size is larger than this.
Reply With Quote