Forum Replies Created
-
AuthorPosts
-
Support
KeymasterWhat happens after a button clicking? Some controls are resized?
August 24, 2020 at 8:50 pm in reply to: TsPageControl with ShowPrevNext enabled overwrites the far right tab #69342Support
KeymasterHello
I think, should be changed skin section for updown buttons.
I will try to do it soon.Support
KeymasterThank you for the Dfm file, I will try to make a test-app and fix it soon.
August 24, 2020 at 8:46 pm in reply to: Hints on disabled controls may cause AV if modal form is freed #69340Support
KeymasterThank for the info, I will try it.
Support
KeymasterThis error is repeatable? Can I repeat it somehow?
August 24, 2020 at 8:44 pm in reply to: If HandleDisabledCtrls is True, hints reappear immediately #69338Support
KeymasterI see it and I will try to improve it soon.
Support
KeymasterHello
How can I repeat the first problem? Which conditions should be implemented?The issue with outereffect will be solved soon.
Support
KeymasterHello
Here is a code for changing of color in the ‘EDIT’ section at run-time:var gd: TsGeneralData; SectionIndex: integer; begin SectionIndex := sSkinManager1.SkinCommonInfo.Sections[ssEdit]; // Receive index from array of indexes sSkinManager1.CommonSkinData.gd[SectionIndex].Props[0 {normal state}].Color := clYellow; sSkinManager1.RepaintForms; // Call it if controls should be refreshed immediately end;
uses sStyleSimply, sMaskData;
August 24, 2020 at 8:24 pm in reply to: AC15.13: TsMonthCalendar should have a function to reload #69335Support
KeymasterI meant that events has not special property for disabling them, usually.
Support
KeymasterHello, Dick!
Sorry, I was trying to fix broken record with your requests, but have deleted it accidentally.
____>> HintPause is totaly screwed in TsAlphaHints. So much that it is almost senseless to set Application.HintPause
This pause works as expected. Maybe it doesn’t work with disabled controls (new HandleDisabledCtrls property), I will check it.
I will think about the HintShortPause property. This short timing is defined by system. System is showing a hint, the package just add skinning there.
Support
KeymasterSorry for a long answer here.
The ‘EDIT’ skin section used for drawing of all edit fields, memos, listboxes, etc.. Try to change this section, plz.Color in a skin section may be changed in the skin and in the run-time too. Write me which way do you need.
Colors may be changed in whole section or in any custom controls.Some articles which may be useful:
https://www.alphaskins.com/randtip.php?num=21
https://www.alphaskins.com/randtip.php?num=8
https://www.alphaskins.com/randtip.php?num=5Support
KeymasterChemirik Mohamed, the TsSkinManager has the ThirdParty property, check it again.
Also, right mouse button click on the TsSkinManager can open this property editor.Support
KeymasterChanges were added in the previous v15.13
You didn’t try it?Support
KeymasterLasse, you can try the v15.14 already.
Some changes were added there.August 19, 2020 at 7:59 pm in reply to: V15.13 Does Not Skin TTntDBText controls in a DBCtrlGrid #69292Support
KeymasterThank you, I will check the ImageEn DB image with the TsDBCtrlGrid soon.
August 19, 2020 at 7:57 pm in reply to: AC15.13: TsMonthCalendar should have a function to reload #69291Support
KeymasterI will think about this ChecksActive property.
VCL has a lot of events implemented, but thre is no special properties for enabling/disabling them…Support
KeymasterSame behavior I see in system buttons of the file explorer.
Attachments:
You must be logged in to view attached files.Support
KeymasterI meant standard hints in the Delphi applications.
Behavior is equal.Attachments:
You must be logged in to view attached files.August 19, 2020 at 7:46 pm in reply to: Hints on disabled controls may cause AV if modal form is freed #69286Support
KeymasterThank you for the project, I can’t repeat the error too, unfortunately.
Are you sure that hints has influence there?
The error doesn’t occurs if hints are not shown?August 16, 2020 at 8:09 pm in reply to: V15.13 Does Not Skin TTntDBText controls in a DBCtrlGrid #69269Support
KeymasterMaybe it’s correct that color of label text is received from parent?
I think, we should discuss this issue. If “Fluent Night” skin is loaded then color of text will be white in your case, and text will be invisible. That’s why this behavior has been changed in latest releases. We should find an universal solution i this case.BTW, why you don’t use the skinned TsDBCtrlGrid? Do you have problems with this control?
-
AuthorPosts