Forum Replies Created
-
AuthorPosts
-
dhwz2001Participant
Still no fix for that issue? 🙁
dhwz2001ParticipantConfirmed, I've the same problem with TsListView and also with TsAlphaHints. All transparent PNGs just have black background. But only if the PNG is 8-bit, 32-bit is working properly.
dhwz2001ParticipantTry sSkinManager1.Repaintforms(True)
dhwz2001ParticipantUsing DisabledImages doesn't seem to work with 9.00beta, its always showing the enabled glyh even if the button of TsToolBar is disabled.
dhwz2001ParticipantJust FYI, this is still not working properly in 8.53 🙄
(and yes I know its working in your demo, I can't explain why)
Column content is still missing or shown in wrong column (really strange issue) if columns are dragged or moved by e.g. lvDet.Columns.Items[13].Index := 0; 🙁
I can provide you a binary of my app to show you the still existing problems, just contact me.
dhwz2001ParticipantNot fixed with 8.46 🙁
dhwz2001ParticipantTsListView!!!
Yes, both CustomDrawItem and CustomDrawSubItem…
setting the Canvas.Font.Color ist not possible since 8.42 the font color is always black. 🙁
Just some code snippet:
Code:procedure TFormCompareSet.lvDiffCustomDrawItem(Sender: TCustomListView;
Item: TListItem; State: TCustomDrawState; var DefaultDraw: Boolean);
begin
if Item.Index mod 2 = 0
then lvDiff.Canvas.Brush.Color := FormMain.RowColor
else lvDiff.Canvas.Brush.Color := lvDiff.Color;
if Item.Checked
then
if item.SubItems[11] = FormMain.lwLngTrns(name,['Add'])
then lvDiff.Canvas.Font.Color := clGreen
else
if (item.SubItems[11] = FormMain.lwLngTrns(name,['Update']))
then lvDiff.Canvas.Font.Color := clBlue
else lvDiff.Canvas.Font.Color := clRed
else lvDiff.Canvas.Font.Color := clMedGray;
end;It also not working in your own AlphaControls Demo.
dhwz2001ParticipantStill not working with 8.45
dhwz2001ParticipantI've the same issue, hope you can fix it soon. 😀
Doesn't work with 8.42 and higher.
dhwz2001ParticipantI tried 8.03 and yes, seems to be fixed. Thanks! 😎
dhwz2001Participantv7.70
dhwz2001Participant'CheshireCat' wrote:Have you tried a new project without any code?
Yes, but it seems to be a well known bug in Delphi 2007, I never had that problem before, because I used LMD Tools before which hadn't this problem.
http://cc.embarcadero.com/Item/25040
Found the attached code to fix this Delphi 2007 issue.
dhwz2001ParticipantHm, sorry for me it doesn't do anything. No popup at all? :wacko:
Is there a way to disable it? Maybe I've done it accidently?
Edit:
Seems it doesn't work in any project I tried.
I think its a bug inside Delphi 2007, googled for it and found a bugfix for that issue. :a1:
dhwz2001ParticipantSorry my fault, you are right its not working with the standard control.
Indeed I used TLMDEdit control from LMD-Tools SE 2012 before, which has a contect menu if you press the right mouse button.
Maybe its possible to implement that in Alphacontrols too?
October 2, 2012 at 4:57 pm in reply to: Crazy things happening on modal form with a PageControl/TabSheet #49086dhwz2001ParticipantSure, I've sent you a link to my teamviewer meeting.
dhwz2001ParticipantThe TitleBar height is 21 pixels on Windows 7 (Aero).
dhwz2001ParticipantYes, that how I made it too. :a3:
dhwz2001ParticipantOk, thanks for the info.
Too bad that my skin selection is part of the mainmenu.
I think I have to make a workaround for that problem. ^_^
September 30, 2012 at 9:54 am in reply to: Titlebar partially cut away if window is maximized #49031dhwz2001ParticipantI tried 8.00 too, but its now even worse.
Its moving the buttons to much down for some skins, for other skins its not moved at all?
The caption is still too much on the edge of the screen and the glyph also.
Maybe the titlebar height should not be resized on a maximized window because the buttons are too large for some skins now. 😕
September 29, 2012 at 8:35 pm in reply to: Titlebar partially cut away if window is maximized #49020dhwz2001ParticipantStill no fix for that issue? 😕
-
AuthorPosts