Log in

View Full Version : AlphaSkins and Inno


Newbie
22-04-2016, 17:14
Hi.

I was wondering if someone here knows the answer to my question.

Does anyone here knows is it possible to use alpha skins with inno.

And if yes, how?

I tried searching and searching but I was unable to find anything related to my question.

It seems that those skins are related to apps developed in Delphi.

Maybe someone familiar with Delphi knows how to convert style so it can work with inno or sth.

Thank You for your time.

http://www.alphaskins.com/asdwnld.php?show_type=1

Razor12911
07-05-2016, 10:49
I think it's possible, I've seen an Inno setup that used that component and styles came as standard, only problem is it's been a while and I don't really remember where I saw it. You could head over to krinkels and look for it there though.

altef_4
07-05-2016, 23:15
Inno Setup with AlphaSkins support (http://fileforums.com/showpost.php?p=425993&postcount=85)

Newbie
13-05-2016, 20:18
Thank you altef, I already had the code lines I had to use, where I had the problem with "SkinManager" not being recognized, sth like that.

Your link "works"....thank you.

1st there was some message saying that I should update some alpha controls, sth like that but I accidentally closed it, so I will try to get it again.

Anyway, currently it doesn't apply skin to the whole setup, it is just what you can see on this pic:

http://i.imgur.com/6Rjyy.png

EDIT: Here is the message I get:
http://i.imgur.com/kXok80o.jpg

Any idea?

Thank you for your replies and for your time.

Avengerz13
13-05-2016, 22:07
May be just better use VCL Styles for Inno Setup https://github.com/RRUZ/vcl-styles-plugins

altef_4
13-05-2016, 22:18
http://i.imgur.com/6Rjyy.png

EDIT: Here is the message I get:
http://i.imgur.com/kXok80o.jpg

Google "inno setup with alphaskins support" you will find source code, also find source code of inno setup , follow instructions to compile it, then get latest version of alphaskins and install it, and then recompile ISalphaskins with already installed latest version, this probably will fix this bugs.

Newbie
13-05-2016, 22:27
Well, I thought to see if I can use alpha skins since they have really, really nice skin editor.

I like only cobaltx style from vlc, I think it is cobaltx.

Currently I use Trinium style where I edited progress bar a little.

But as I said, I like skin editor.

@altef

Will check it out later.

Thanks