Forum Replies Created
-
AuthorPosts
-
December 15, 2019 at 11:33 pm in reply to: TsArcPreloader – suggestion to add a new function “DefaultPosition” #68237HeDiBoParticipant
I’m thinking: Rezero, Reinitialize, Resync, Reset, something like that
December 9, 2019 at 7:38 pm in reply to: ShowPopupForm will sometimes throw an exception (new in AC14,33) #68224HeDiBoParticipantHeDiBoParticipantI saw you intercept WM_MOUSEMOVE. But I think you should intercept WM_MOUSEHOVER. I’m not sure about this. Docs say you have to start with TrackMouseEvent and after that catch thew WM_MOUSEHOVER event.
HeDiBoParticipantThanks for trying
HeDiBoParticipantI see now why you would do that.
Please close this topic.- This reply was modified 4 years, 11 months ago by HeDiBo.
HeDiBoParticipantStill the same problem.
It is described in This topicHeDiBoParticipantApparently you’ve been working on this, because now, setting UseLatestCommonDialogs := True will totally screw up the file open dialog, making it unresponsive and throwing an exception if the dialog is cancelled. If SkinManager is not Active, it works.
Have a look at the enclosed projectAttachments:
You must be logged in to view attached files.HeDiBoParticipantAll’s fine now. You can close this topic.
December 3, 2019 at 2:30 pm in reply to: Access Violation when GroupBoxStyle is gsCard (AC 14.31) #68204HeDiBoParticipantThis seems to be fixed now. Close the topic please.
HeDiBoParticipantProblem fixed. Close this topic, please.
HeDiBoParticipantYou can close this topic, Serge.
HeDiBoParticipantImplementation works fine 🎄
You can close this topic.HeDiBoParticipantAny progress on this?
December 3, 2019 at 2:17 pm in reply to: In TsWebBrowser with generated html, scroll bars are not skinned anymore #68199HeDiBoParticipantProblem Solved 👍🏾
December 3, 2019 at 2:10 pm in reply to: ShowPopupForm will sometimes throw an exception (new in AC14,33) #68198HeDiBoParticipantThis one can be closed.
Previously I could close topics myself. Is there some way now to do that? That is, can I add the tag [Resolved] myself?HeDiBoParticipantTry the steps described in #63260 above both for a TsEdit control and its bound label. You will see the difference.
In step 3 the font properties of the bound label will not change (its appearance will).
In step 4 the ParentFont property becomes False, but the original font properties stay the same!!! So, if you had Font Arial for the parent font, for a newly created TsEdit with an active bound label, the bound label’s font would be Tahoma 8 point (the default). That would not show at run time (ParentFont = True), but would suddenly appear if, for instance, the bound label’s font size was changed to 9. That’s because the font properties were not actually copied to the bound label, when ParentFont was set to True.- This reply was modified 4 years, 11 months ago by HeDiBo.
November 22, 2019 at 7:38 pm in reply to: No skin in menuitem after add item in OnPopup event #68189HeDiBoParticipant@Support
Your solution is enough for me 🙂
Thx !Of course. But it’s still a bug that it doesn’t work with SkinManager.Active = false.
HeDiBoParticipantI used the wrong BBCodes.
These are the right ones: BBCodes Reference
Can you add this link to the “You can use BBCodes to format your content.” message?HeDiBoParticipantThis is what I tried to do:
BBCode Ordered ListAs far as I can tell, it didn’t work.
Another try:
-
[*]one
[*]two
[*]threeNovember 21, 2019 at 1:20 pm in reply to: No skin in menuitem after add item in OnPopup event #68166HeDiBoParticipantThat only works if skinmanager is active.
If skinmanger is not active this code in sSkinMenus throws an Access Violation:function TsSkinableMenus.NoBorder: boolean; begin Result := TsSkinManager(FOwner).CommonSkinData.gd[TsSkinManager(FOwner).SkinCommonInfo.Sections[ssMainMenu]].BorderIndex < 0; end;
Probably needs a test.
-
AuthorPosts