ISSkin and Inno Setup |
Post Reply |
Author | |
bobduprout
Newbie Joined: 03 June 2009 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 03 June 2009 at 10:27am |
Hi,
I'm using ISSkin with Inno Setup and encounter some issue with some elements which are not displayed as designed. Some checkboxes and radiobuttons are still using the default XP skin. It seems that when I create my own radiobuttons in Innosetup with "TRadio3 := TRadioButton.Create(AskLicensePage);", the Tradio3 radiobutton will be correctly displayed. But when I use the wizard one (StartServerPage := CreateInputOptionPage... StartServerPage.Add(' Install only'); StartServerPage.Add(' Install and Start');), then the two created radiobuttons ("install only" and "Install and start") are not correctly displayed, they use the default Windows OS design for radiobuttons... And again with the default page "Select components", all the checkboxes are the default XP checkbox design. Does someone know how to change this ? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Problem that inside sources of Inno Setup, it loads UxTheme before IssSkin. :( So we can't give our pointers to skinned versions of API functions.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |