dhwz2001

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: PNG Not Rendering Properly in FastReports Preview #53291
    dhwz2001
    Participant

    Still no fix for that issue? 🙁

    in reply to: PNG Not Rendering Properly in FastReports Preview #53183
    dhwz2001
    Participant

    Confirmed, 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.

    in reply to: Force repaint #51997
    dhwz2001
    Participant

    Try sSkinManager1.Repaintforms(True)

    in reply to: About AlphaSkins v9.0 beta #51620
    dhwz2001
    Participant

    Using DisabledImages doesn't seem to work with 9.00beta, its always showing the enabled glyh even if the button of TsToolBar is disabled.

    in reply to: TsListView FullDrag column support broken #51413
    dhwz2001
    Participant

    Just 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.

    in reply to: TsListView font problem #50838
    dhwz2001
    Participant

    Not fixed with 8.46 🙁

    in reply to: TsListView font problem #50769
    dhwz2001
    Participant

    TsListView!!!

    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.

    in reply to: TsListView font problem #50765
    dhwz2001
    Participant

    Still not working with 8.45

    in reply to: TsListView font problem #50763
    dhwz2001
    Participant

    I've the same issue, hope you can fix it soon. 😀

    Doesn't work with 8.42 and higher.

    in reply to: Bug in TsListView #49226
    dhwz2001
    Participant

    I tried 8.03 and yes, seems to be fixed. Thanks! 😎

    in reply to: Bug in TsListView #49119
    dhwz2001
    Participant

    v7.70

    in reply to: Adding TsEdit context menu possible? #49102
    dhwz2001
    Participant
    '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.

    in reply to: Adding TsEdit context menu possible? #49100
    dhwz2001
    Participant

    Hm, 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:

    in reply to: Adding TsEdit context menu possible? #49098
    dhwz2001
    Participant

    Sorry 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?

    dhwz2001
    Participant

    Sure, I've sent you a link to my teamviewer meeting.

    in reply to: Titlebar partially cut away if window is maximized #49064
    dhwz2001
    Participant

    The TitleBar height is 21 pixels on Windows 7 (Aero).

    in reply to: SkinManager internal skin order #49037
    dhwz2001
    Participant

    Yes, that how I made it too. :a3:

    in reply to: SkinManager internal skin order #49035
    dhwz2001
    Participant

    Ok, 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. ^_^

    in reply to: Titlebar partially cut away if window is maximized #49031
    dhwz2001
    Participant

    I 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. 😕

    in reply to: Titlebar partially cut away if window is maximized #49020
    dhwz2001
    Participant

    Still no fix for that issue? 😕

Viewing 20 posts - 1 through 20 (of 20 total)