Forum Replies Created
-
AuthorPosts
-
webapp_dev
ParticipantYes sorry you are correct, somehow I totally messed up with incorrect AlphaDB.zip I checked the file dates and they like back in 2015
I started again and downloaded correctly now is all fine.
Apologies I should have listened to what you said… Please Ignore this thread!
webapp_dev
ParticipantI just found the answer, there are three errors as follows:
1) in “acDbNavigator.pas” line 785
is: SkinData.SkinManager := TsPanel(AOwner).SkinData.FSkinManager;
Should be: SkinData.SkinManager := TsPanel(AOwner).SkinData.SkinManager;
2) in “acDBGrid.pas” line 924
is: PaintItem(SelNdx, '', CI, True, 1, Rect, MkPoint, Canvas.Handle, SkinData.SkinManager);
Should be: PaintItem(SelNdx, CI, True, 1, Rect, MkPoint, Canvas.Handle, SkinData.SkinManager);
3) in “acDBGrid.pas” line 1030
is: PaintItem(iSkinNdx, '', CI, True, 0, ARect, MkPoint, Canvas.Handle, FCommonData.SkinManager)
Shoudld be: PaintItem(iSkinNdx, CI, True, 0, ARect, MkPoint, Canvas.Handle, FCommonData.SkinManager)
Fix these lines of code and then it compiles and installs correctly.
Enjoy!
webapp_dev
ParticipantI posted this forum message and sent in an email…any chance of getting a response?
webapp_dev
Participant'Support' wrote:Hello!
Try to use these patched Dfm files:
http://www.alphaskin…&attach_id=7781
These files will be included in the nearest release.
Thanks all working now, excellent!
-
AuthorPosts