- This topic has 9 replies, 3 voices, and was last updated 3 years, 8 months ago by Delphimpd.
-
AuthorPosts
-
March 5, 2021 at 1:41 pm #69906Stephane SenecalParticipant
Since a version 16 has begun, does it means that no fixes will be back ported to version 15?
Stephane Senecal
CIS Group
Delphi programmer since 2001March 6, 2021 at 12:51 pm #69908SupportKeymasterNew fixes for the v15 will be made while version 16 is not published as stable.
March 17, 2021 at 10:17 pm #69931DelphimpdParticipantGood afternoon.
I had a big crash and had to re-install delphi10 and Alpha Controls Version 15.22.
All the controls were installed okWhen I drop a SkinManager, the skin Name is Empty, and when I double click on the Active property it does not become active.
Can you tell me what is it that I am doing wrong?
You can contact me via this way or WhatsApp at 305-725-0629 United States.
Thank you
Best regardsCarlos
March 19, 2021 at 12:42 am #69932Stephane SenecalParticipantYou need to have a skin selected in SkinName before you can enable the Active property.
If no skins are listed in the drop down of the SkinName property, you might want to check the SkinDirectory property.P.S. You should have started a new question. Your problem has nothing to do with he original question.
Stephane Senecal
CIS Group
Delphi programmer since 2001March 19, 2021 at 2:19 am #69933DelphimpdParticipantHi Stephane,
Thank you so much for the reply,
The problem was that there were no skins under the skins folder, I had to go manually and Unzip the file so that the
Skin Manager could see the skins.So now it works, however, now every time that I compile I get a Warning Message. Please see the attached Picture.
Can you tell me how can I get rid of it?
Thank you.
Best regards,
Carlos
Attachments:
You must be logged in to view attached files.March 19, 2021 at 1:08 pm #69935Stephane SenecalParticipantLooks like the skin you are using is newer than the version of AlphaSkins that is installed in Delphi.
You can check the version of the skin by clicking the 3 dots under the SkinInfo property of the control sSkinManager.
Compare it with the version number of the control sSkinmanager itself.Stephane Senecal
CIS Group
Delphi programmer since 2001March 19, 2021 at 5:41 pm #69937DelphimpdParticipantI click on the SkinInfo and it says Version 15, then if I click on the skinManager Version it says 15.22, that’s the version I installed. The latest version you guys send me on the release updates.
In other words, I went to the Version 15.22 Skin subdirectory, I unzip the file skin File and I am pointing my skinDirectory to this folder.Any other suggestions?
Thank you so much.
Best regards,
Carlos
March 19, 2021 at 6:43 pm #69938Stephane SenecalParticipantAt this point you’ll have to wait for an official response from AlphaSkins.
I cannot help you any further.Stephane Senecal
CIS Group
Delphi programmer since 2001March 20, 2021 at 6:34 am #69947SupportKeymasterHello, Carlos!
You have installed the v15.22, but Delphi can use older package for compiling of the application. You should be sure that old units are not accessible for the Delphi compiler.Try to run your application with the ‘/acver’ parameter in the command line. What you have there?
March 21, 2021 at 5:48 pm #69949DelphimpdParticipantThank you for the help.
It was all my mistake.
In the Library path I was pointing to an old Alpha Skin directory and not to the new one
My apologies.
Thank you
Best regards
Carlos
-
AuthorPosts
- The topic ‘AlphaSkins V15 support’ is closed to new replies.