View Single Post
  #332  
Old 08-07-2018, 00:47
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by Schabik View Post
KaktoR Can You please work on that?
I'm not a programmer, so I can't solve this problem.
I'm trying to solve the problem but no results.


I've occured another problem, The wizard does not always run correctly.
the steps are: running setup, splashscreen appears, after thar nothing happens.
Yes, u can add transparency- go to wizardform and add this

WizardForm.WelcomeLabel1.Transparent:=true;
WizardForm.WelcomeLabel2.Transparent:=true;

or use this

http://krinkels.org/resources/transparentstatic.180/
Reply With Quote