Forum Replies Created
-
AuthorPosts
-
rcrandallParticipant
Thanks, this sounds really helpful, but where do I find the “selection” area and the “active color”? I don't see them in TsDateEdit, TsSkinProvider or TsSkinManager. Or is this a change to be made in the skin file itself? I'm starting to guess the latter now.
rcrandallParticipantTrying the attachment again![attachment=7586:CalendarTest.zip]
rcrandallParticipant'rcrandall' wrote:Ah, that is a good thought. I'll ask my art guy about that.
Robert
The files in this zip demonstrate my current problem. I will check the skin file itself and see if it needs something more.
Thanks, Rob
rcrandallParticipant'JM-DG' wrote:What skin do you use? It might be a skin related problem.
I tried with “Alter Metro”, “Graphite” and “Garnet II” and couldn't reproduce the problem.
Ah, that is a good thought. I'll ask my art guy about that.
Robert
rcrandallParticipantYes, this is version 10.24 of the Alpha Controls package. Delphi version is XE7. I'll do up a little demo of it for you as soon as I can.
Thanks, Rob C
rcrandallParticipantAh, so if I remove the old code I will be fine again. Thanks! I don't know why I didn't see that myself but I appreciate the help.
Cheers, Rob
rcrandallParticipantThank you for the speedy reply!
I would try it in 10.0x but I have not been able to get it to install properly for me yet so I just revert back to 9.20. Let me try again with 10.05 and see what the installation problem under my copy of XE7 is again.
Rob
'Zer0' wrote:Cannot try 9.20 now, but with last 10.05 beta your code works fine for me. In both TListView and TsListView groups are showing with enabled/disabled skins. Maybe you can try it?
rcrandallParticipantWow, that worked really well and it only took 5 minutes! It isn't very often that I get that lucky.
Something that I was already doing was to set the THtmlViewer.DefBackground to sSkinManager1.gd[sMemo1.SkinData.SkinIndex].Color so that the background colour of the THMTL component matched the memocolour in my Alpha skin. I used the memo control because that worked well in my app but I could have sourced the colour from any of the other controls too if I had wanted to using the same technique.
Thanks for your help, cheers, Rob C
'Support' wrote:Hello!
I have one idea only at the moment: change all “TScrollBar” to “TsScrollBar” in the HtmlView.pas file.
Don't forget add “sScrollBar” in the “uses” clause there.
-
AuthorPosts