Forum Replies Created
-
AuthorPosts
-
RJParticipant
Thanks this works perfect for me.
RJParticipantCan some one help me with a work arround or solution please.
RJParticipantthanks its working now.
RJParticipantsorry i forgot the demo programm
Attachments:
You must be logged in to view attached files.RJParticipantI found the reason why the onChange event is triggered. The problem is in the procedure sComboBox2.Clear.
Two things are wrong in this procedure. 1) after clear the onChange event is triggered. 2) the Items ale not cleared, only the .text is cleared. The standard combobox works ok.The dropdownlist is not visible or in the background wenn i run the programm in delphi enviroment.
RJParticipantYes i found out that the problem only is there when i compile and run the program. Wenn i run the .exe the combobox is working ok. The only problem what is happening on both situations is that after the oncreate event from the main form a onChange event is triggered from a combobox who is on an other form.this is very strange.
Hope this info helps
RJParticipantIn V16.02 it is still not working.
RJParticipantThe form has fsStayOnTop activated. With the Version 15.xx everything is working perfect.
RJParticipantyep
RJParticipantIn 16.01 the problem is not solved complety. The dropdownlist is not visible or in the background as in the picture in the attachment. When i made a new demo it works but not in my programm.
Attachments:
You must be logged in to view attached files.RJParticipantHere is the small demo. When change in windows to 150% and then run the demo you will see that the picture is not ok.
Hope this helps.Attachments:
You must be logged in to view attached files.RJParticipantNo i am running Delphi 7 on win10
Regards Robert
RJParticipantHello,
GetControlPPI works i can correct the problem with TAdvSmoothPanel.
What i see also is that the pictures in the messagedlg are not resized correctly. See the attachments with different windows settings. How can i correct this?Regards
RobertAttachments:
You must be logged in to view attached files.RJParticipantI am using version 5.0.3.0 from TAdvStringGrind but i exclude this component from skinning because the look is not what i want. I still looking for a way to detecting what % the customer is running on his PC. Do you know how to do that?
Regards
Robert
RJParticipantI have to modify the demo a little bit to show the problem. The problem is not seen every time. Push the button1 and then move with the mouse over the buttons2 a few times. Then click on a button2. Mostly the first time the afterglow is not seen. But when you repeat the steps en close with an other button2 the afterglow appears. Some time you have to repeat is again and again to see it.
I hope you can find a solution.
Attachments:
You must be logged in to view attached files.RJParticipantHello,
Can you help me with this or a work around like detecting the 100 or 125% in windows. I dont know hou to do that.
thanks in advance
RJParticipantHello,
This afterglow still isn’t solved. Can you tell me when this is gone?
I get a lot of questions about that in my software. I hope you can solve this.
i using Delphi 7 en the FM skin.Thanks in advance.
RJParticipantHello Dick,
Strange, I work in Delphi 7 and i have this problem.
Robert
RJParticipantHello,
I made a small project for you. press the sButton and you see that the other button becomes unskinned for the time the counter is running. This is the same behavior what i discribed above. I hope this helps you.
Regards
RobertAttachments:
You must be logged in to view attached files.July 9, 2020 at 6:10 pm in reply to: TsSpinEdit, TsDecimalSpinEdit missing doubleclick function for direct editing #69090RJParticipantThanks that you improve this.
I found another little error in the sDecimalSpinEdit. When you change the DecimalPlaces and the currentvalue is 0 then the spinedit is not updated to the new format.
i include a small project so you can see what is happening.
Hopefully you can correct this also in the next release.Attachments:
You must be logged in to view attached files. -
AuthorPosts