webapp_dev

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: AlphaDB 11.25 Compile Problems #56155
    webapp_dev
    Participant

      Yes 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!

      in reply to: AlphaDB 11.25 Compile Problems #56151
      webapp_dev
      Participant

        I 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!

        in reply to: AlphaDB 11.25 Compile Problems #56150
        webapp_dev
        Participant

          I posted this forum message and sent in an email…any chance of getting a response?

          in reply to: AC Delphi 5 V11.10 – Click on skinmanager shows error #55353
          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!

          Viewing 4 posts - 1 through 4 (of 4 total)