Lasse

Forum Replies Created

Viewing 20 posts - 81 through 100 (of 205 total)
  • Author
    Posts
  • in reply to: 64-bit AV #70881
    Lasse
    Participant

    Strictly speaking, the problem is Delphi 11.1 patch 1.

    in reply to: Sudden exception in acShellCtrls crashing program? #70880
    Lasse
    Participant

    Yes, you are absolutely right. I installed 11.1 and everything still works. This is a patch 1 issue. I did try to uninstall the patch before but it didn’t help.

    in reply to: 64-bit AV #70878
    Lasse
    Participant

    This is a Delphi 11.1 problem. I installed Delphi 11 and there are no problems.

    in reply to: Sudden exception in acShellCtrls crashing program? #70877
    Lasse
    Participant

    I can confirm this is a Delphi 11.1 problem. I installed Delphi 11 and there are no problems.

    in reply to: Sudden exception in acShellCtrls crashing program? #70875
    Lasse
    Participant

    I am on the same boat (64-bit AVs). I had to make a few changes to AlphaSkins but I am still wondering why this happens now. Is it Delphi 11.1 causing issues?

    My changes for AlphaSkins are:

    acgpUtils.pas:
    748:gpaPColor := Pointer(PAnsiChar{Integer}(bmData.Scan0) + Y * bmData.Stride);

    acShellCtrls.pas:
    4344: // InitSystemImageList;

    sGraphUtils.pas:
    7506: with PRGBQuad(PAnsiChar{Integer}(srcLine) + Pixel)^ do begin

    But after that I have issues with other 3rd party components and it is a huge swamp… I think I will install Delphi 11 and test if 11.1 update is causing these issues.

    in reply to: Install problem Alexandria C++ #70869
    Lasse
    Participant

    Have you build Delphi packages? There is “Delphi Compiler > Output – C/C++ > C/C++ Output file generation” -option. Is it set so that it will build C++ objects?

    in reply to: Install problem Alexandria C++ #70867
    Lasse
    Participant

    Not sure, if this case but there is a fix in patch 1…

    RSP-35040 64bit packets in C++ containing Delphi code do not run

    RAD Studio 11.1 Alexandria Patch 1 Available

    in reply to: Painting issue in page control #70791
    Lasse
    Participant

    I tried to repeat this but I can’t anymore. It might have been an issue with my own control which I have fixed. But I will follow the situation, if it comes up again…

    in reply to: Painting issue in page control #70768
    Lasse
    Participant

    I can try to find time to create a demo. Hard to find time and energy nowadays.

    Basically this happens when the page control is created dynamically. But I will try to repeat it in simple demo.

    in reply to: Painting issue in page control #70751
    Lasse
    Participant

    For example Panel.Width := Panel.Width + 1; solves the issue. It doesn’t change the width – the panel is aligned to client and contains page control. But obviously it sends a message forward that does the trick.

    in reply to: AV when minimizing application #70568
    Lasse
    Participant

    Fixed this now like this… probably not the right way but it works.

    Attachments:
    You must be logged in to view attached files.
    in reply to: AV when minimizing application #70566
    Lasse
    Participant

    Here is the reason…

    Attachments:
    You must be logged in to view attached files.
    in reply to: AlphaSkins v.16.16 #70367
    Lasse
    Participant

    AlphaSkins v.16.17 works perfectly. Great.

    • This reply was modified 3 years, 1 month ago by Lasse.
    in reply to: AlphaSkins v.16.16 #70348
    Lasse
    Participant

    This is Delphi 11 Alexandria issue. Your demo works fine from executable but when I build it with Alexandria, it does not. You can get both errors for example when you open your mega demo and click “Internal skins editor” button.

    • This reply was modified 3 years, 2 months ago by Lasse.
    in reply to: AlphaSkins v.16.16 #70346
    Lasse
    Participant

    I will try to find time to create demo for the first issue. The second issue is quite simple.

    in reply to: AlphaSkins v.16.16 #70338
    Lasse
    Participant

    BorderStyle = bsToolWindow is causing white border (see attachment).

    Attachments:
    You must be logged in to view attached files.
    in reply to: Time Frame for RAD Studio 11 Update Release #70336
    Lasse
    Participant

    Oh, sorry about that. It is my own control. Yes, you can remove it.

    in reply to: Time Frame for RAD Studio 11 Update Release #70329
    Lasse
    Participant

    You can make project files easily by yourself while waiting for official files.

    Here you are (see attachment). No warnings, hints, or errors.

    I created dozen project files today for Alexandria at work and I saw only minor changes in stream class parameters.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Skin for Windows 11 #70299
    Lasse
    Participant

    Try combo box item lists with these new skins. Both are not highlighting the row when the mouse is over…

    in reply to: Windows 11 Dark skin with TVirtualDrawTree #70259
    Lasse
    Participant

    Btw. another weird issue with this skin is that in a combo box the last item is not highlighted when the mouse is over.

Viewing 20 posts - 81 through 100 (of 205 total)