Forum Replies Created
-
AuthorPosts
-
SpeedTIParticipant
I believe that each component should have the possibility to have its own cursor. In my case, the Edit cursor would be the default and for the button it would be the HandPoint cursor.
Thank you.Regards
Valdir SolaSpeedTIParticipantHello Sir, is it possible to perform this test at this event for this component?
Thank You
Regards
Valdir SolaSpeedTIParticipant'Support' wrote:Hello
Standard event can't be changed, but you can try the OnPageChanging event which exists already:
Code:TacTabChangingEvent = procedure(Sender: TObject; NewPage: TsTabSheet; var AllowChange: Boolean) of object;Thank you. It helps but not much. Is it possible to create an event that contains these parameters?
Regards
Valdir SolaSpeedTIParticipant'Support' wrote:Do you mean a white strip under the combobox?
Is it possible to make a demo with such blinking?
Regards
Valdir SolaSpeedTIParticipant'Support' wrote:Second popup menu is not skinned at all. Maybe that's the issue?
If menu is generated manually then you should add a skinning there:
sSkinManager1.SkinableMenus.HookPopupMenu(PopupMenu1,True);
This resolved the problem by being placed in the OnShow event of Form.
Thank you.
Regards
Valdir SolaSpeedTIParticipant'vsola' wrote:Continuing, I did some more tests using some versions: 13.18, 14.07, 14.10 and 14.11. In all of them, the only one that did not present the problem was version 13.18. I use two monitors, and on my windows, in video settings -> ADJUST SCALE AND LAYOUT, I am using the value of 125%.
The problem only occurs from version 14, and if in the windows video settings, the scale is above 100% with automatic focus adjustment turned on. With these same settings, using version 13.18, the problem does not occur.
Delphi 2010
Regards
Valdir SolaSpeedTIParticipant'vsola' wrote:The new version 14.11 is having problems with scale. I work with two monitors and one of the screen gets all distorted. On my notebook, it has no problems. The monitors drivers are set by default, and windows too, this is only occurring with this setting of 2 or more monitors. I already tested on other computers that use only 1 monitor and this problem does not happen.
In the TsSkinManager component, I have already changed the ScaleMode setting to sm100 and smAuto and did not resolve it.
Image attached.
Thank you.
Continuing, I did some more tests using some versions: 13.18, 14.07, 14.10 and 14.11. In all of them, the only one that did not present the problem was version 13.18. I use two monitors, and on my windows, in video settings -> ADJUST SCALE AND LAYOUT, I am using the value of 125%.
Regards
Valdir SolaSpeedTIParticipant'Support' wrote:Hello
Could you show some screenshots, please?
The first image is from a form where there is only 1 component TPopupMenu, and it shows the source changed. The second image is from another Form, where there are some TPopupMenu. Note that on the same screen, one of the popups displays the default font setting, while the other one displays the modified font.
Attached Images
[attachment=9056:popup1.png]
[attachment=9057:popup2.png]
[attachment=9058:popup3.png]
Regards
Valdir SolaSpeedTIParticipant'Support' wrote:Do you mean a focusing of the control by Tab?
Or choosing of value from popup list?
Hi
No, this occurs when I click the button to open the list, generating the blink together with a white stripe. Image attached.
Regards
Valdir SolaDecember 16, 2018 at 12:38 pm in reply to: Code Completion Stopped Working with stable v14.11 #58760SpeedTIParticipant'fd2000' wrote:Installed v14.11 code completion in Delphi Tokyo stopped working, went back to v13 and instantly worked again
The same thing is happening to me. I use delphi 10.1 Berlin
Regards
Valdir Sola -
AuthorPosts