Forum Replies Created
-
AuthorPosts
-
DelphimpdParticipant
Hello Lasse,
Sorry for the late response to your help.
Thanks for your help.That worked.
Thank you so much.
Best regards,
Carlos
DelphimpdParticipantOk. I got DevExpress to get skinned but not the TPageControl
DevExpress skin was fixed by editing the sDefs.inc file with notepad and Un-Comment the section that says
// Old version of DevExpress components, earlier than v2011// << 3rdparty support start <<
//{$DEFINE DEVEX2011} // DevExpress, LookAndFeel.NativeStyle property must be False
{$DEFINE DEVEX6} // Old version of DevExpress components, earlier than v2011
//{$DEFINE DEVEXHINTS} // Uncomment this line if you have conflicts between DevEx hints and AlphaHints
//{$DEFINE USEPNG} // Support of TPngImageList from PngComponents
//{$DEFINE TNTUNICODE} // Enable Unicode support by TntControls
// >> 3rdparty support finish >>If someone can help me on the TPageControl would really appreciate it
Best regards,
June 16, 2023 at 12:53 am in reply to: Running The program in Delphi skin works but not in stand alone #71249DelphimpdParticipantDisregard,
I was missing the Skin Provider
DelphimpdParticipantThank 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
DelphimpdParticipantI 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
DelphimpdParticipantHi 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.DelphimpdParticipantGood 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
DelphimpdParticipant'Support' wrote:Sorry for a delay.
Can we talk in Skype (UIN : Sergvg76) or ICQ (157064827)?
Hey Thanks for that reply however, I just downloaded and installed 7.65 and Devexpress is back in business.
Thanks
and Regards
Carlos
DelphimpdParticipant'Support' wrote:We have not changes between 7.47 and 7.64 in the support of Devex6… It's strange that you have a problem.
Native skinning of Devexpress is enabled?
Can I connect to your PC by the TeamViewer tool?
Hi and thanks for the reply.
I even erased my computer to factory new state. Load everything, Delphi 2010, DevExpress, Alpha Skins. Native Skinning is False for my Grids and components.
This is what is curious
1. Drop a DevExpress Grid on a new project
2. I drop a Skin manager select the Skin, Set SkinManager to active. The Grid gets skinned at Design Time. (Skinning on the Grid works at Design Time).
3. Run the project, No Skinning on the Grid, Hit a Button which deactivates the SkinManager to False, Hit another Button which sets the SkinManager to Active no skinning nether.
Sure, no problem please let me know when is good for a TeamViewer session
Regards,
DelphimpdParticipant'Support' wrote:Hi
Which version of previous used AlphaControls?
Hi and thanks for the reply
It was Version 7.47
DelphimpdParticipantHi and thanks for the Help.
I have version DevExpress v6.58
It was working fine until I upgraded to the latest Alpha Control version.
I have tried the following without any results
{ —- Definitions by Serge V. Goncharov —- }
// << 3rdparty support start <<
{.$DEFINE DEVEX2011} // DevExpress, LookAndFeel.NativeStyle property must be False
{$DEFINE DEVEX} // Old version of DevExpress components, earlier than v2011
and
{ —- Definitions by Serge V. Goncharov —- }
// << 3rdparty support start <<
{.$DEFINE DEVEX2011} // DevExpress, LookAndFeel.NativeStyle property must be False
{$DEFINE DEVEX6} // Old version of DevExpress components, earlier than v2011
Thanks
Carlos
DelphimpdParticipantI am an AlphaSkins Controls owner. So, if you have this in plan then that means I will get the update.
So do you have a time of when you should have this feature implemented?
Thanks
DelphimpdParticipant'Support' wrote:Hello
This feature is planned only in the AlphaControls package.
Hi thanks for the reply.
I do own the AlphaControls package or I don't?.
Also, do you mean that you are planing on get this implemented in the future?
Thanks
DelphimpdParticipantThanks for the response,
However the errors I am talking about is after I installed the Components.
If I open any project then I get errors when compiling, this forced me to go back to Version 6.68
DelphimpdParticipantHelloIt's enough to replace all files from the package (remove old and copy new files from Zip) and rebuild two Dpk files usually :
1. acntD*_R.dpk – Build
2. acntD*.dpk – Install (if you will receive a message about a wrong Entry point here, then just ignore this error messages and click “Inctall” again).Thanks That did it!.
For others reading this Post, this is what I did.
DelphiVersion_Number = Your Version Number (in my case is 10 for Delphi 2010)
1. Located the Folder where my Alpha Controls were
2. Open the zip File
3. Select the Located Alpha Control Root Folder to override with this Zip File, and extract
4 Enter the Zip File Password Provided by Support
5. Override all the files.
6. Open Delphi
7. Open the acntDelphiVersion_Number_R.dpk, right Click on it Select Build
8. Open acnt10.dpk Right Click and Select Install.
9. Done and start using the ControlsHope this helps others
Thanks for all the Help
-
AuthorPosts