View Single Post
  #116  
Old 10-04-2024, 08:10
nordi's Avatar
nordi nordi is offline
Registered User
 
Join Date: Nov 2012
Location: Germany
Posts: 30
Thanks: 29
Thanked 39 Times in 17 Posts
nordi is on a distinguished road
VCL Style Test 1 - different title on each page

Hi there,

UPDATE : Solution found and attached !!!

I created an installer with different titles for each page.

I managed that it work without VCLstyles (or when I use ISSkin instead).

But with VCLstyles it only changes the titles when i press e.g. the cancel button.



>> My test script is attached

Thank you in advance...
Nordi


UPDATE : Solution found and attached !!! ( >> Procedure to hide + show WizardForm )
Solution 1 = managed with WinAPI function >> SendWindowsText
Solution 2 = managed with WizardForm.Caption
>> works without the styles too

SOLUTION3 => no flickering Wizard : https://fileforums.com/showpost.php?...&postcount=121
Attached Files
File Type: zip VCL-Title-Test.zip (1.21 MB, 9 views)
File Type: zip VCL Title Solution.zip (1.21 MB, 2 views)
File Type: zip VCL-Title-Solution 2.zip (1.21 MB, 3 views)
File Type: 7z VCL Title Solution 3.7z (884.7 KB, 3 views)

Last edited by nordi; 13-04-2024 at 07:35.
Reply With Quote