Forum Replies Created
-
AuthorPosts
-
February 9, 2019 at 9:25 pm in reply to: Auto code complete stop when using any AlphaControls component 14.14 in Delphi Rio #59048roubledoParticipant
Important: I went to each screen and removed the alphacontrols from uses and delphi put the uses again.
February 9, 2019 at 9:21 pm in reply to: Auto code complete stop when using any AlphaControls component 14.14 in Delphi Rio #59047roubledoParticipantI left Delphi and reinstalled version 14.15 and it worked. Without explanation. The important thing that worked.
roubledoParticipantI left Delphi and reinstalled version 14.15 and it worked. Without explanation. The important thing that worked.
February 9, 2019 at 8:03 pm in reply to: Auto code complete stop when using any AlphaControls component 14.14 in Delphi Rio #59045roubledoParticipantI just tested in version 14.15 and the problem continues.
roubledoParticipantI just installed Delphi 10.3 Rio (Version 26.0.32429.4364) and when putting any component alphacontrol (version 14.14) the code auto complete stops working.
The problem only happens with old projects. In the new projects it works.
I was using version 14.xx (earlier than 14.14) with delphi tokyo 10.2.3 and it was working.
April 12, 2017 at 12:19 pm in reply to: Error while modifying the BevelKind property of TsPanel #56493roubledoParticipantAlter property tsButton
Anchors
akLeft = false
akTop = false
akRight = true
akBottom = true
After saving the form and closing the IDE form and reopening the form in the IDE, the top of the TsButton changes to 7.
roubledoParticipant'Support' wrote:I'm trying to repeat the issue with your instructions, but can't. Can you help me with a demo, please?
My email is support@alphaskins.com, but you can upload a demo here also.
I managed to isolate the problem. When I put the trirdparty property in skinmanager and add the TDBGridEh and TDBVertGridEh components from EHLIB, the memory leak occurs. I am using EhLib version 9.0.033.
roubledoParticipant'Stephane wrote:You can attach file in the forum.
I was able to figure out what causes the error.
On the form I have a TSPanel, with visible = false.
In TSPanel add TDBGridEh.
In the onshow of the form, I add items in TMemTableEh and put TSPanel with visible = true, at this time if closing the application the error occurs. If I remove the line with visible = true, the error does not occur.
If you create a new form, with TSPanel and with TDBGridEh, the error does not occur.
Version EhLib 9.0.0.33
roubledoParticipant'Support' wrote:How can I repeat this issue?
Can you give me a test-app with this memory leak?
Send to what email?
-
AuthorPosts