6.20 Bug in Standard MessageBox

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #32938
    Madtrax
    Participant

    Hello

    i use the Alphacontrol 6.20. I now want to use the MessageBox from the Window Unit. The MessageBox ist skinned, I see. BUT the MessageBox has a Bug.

    This is the Code i use in my Program:

    If MessageBox(frmMain.handle, 'Fertig mit dem Download der Dateien. Möchten Sie nun das Downloadverzeichnis direkt öffnen ?', 'Download beendet…', MB_SYSTEMMODAL or MB_SETFOREGROUND or MB_TOPMOST or MB_ICONINFORMATION or MB_YESNO) = mrYes then begin
    Try
    shellexecute(application.Handle, 'explore', PChar(DownloadVerz), nil, nil, SW_NORMAL);
    Except
    End;
    End;

    Look at the Picture how it is showed.

    #39085
    OldGrumpy
    Participant

    At first sight, this Messagebox looks perfectly okay, could you explain a bit more about the bug? I'm a newbie here but I'm always interested in things to know <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

    #39086
    Madtrax
    Participant

    Hello

    normally the whole MessageBox is Skinned. Enlarge my Picture and you will see that there is a little white Line under the Header. The Line has no Color. I dont know how to explain it in English. <img src="style_emoticons//rolleyes.gif” style=”vertical-align:middle” emoid=”:roll:” border=”0″ alt=”rolleyes.gif” />
    In the MessageDlg there is no white Line on this Position….

    #39087
    OldGrumpy
    Participant

    Ah, I saw that white line but regarded it as a wanted design element <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” /> Is that one of the skins available in the gallery or a selfmade one?

    #39088
    Support
    Keymaster

    Hello
    This line is removed in the v6.31 and will be removed soon in the next stable release, please wait few days.

    #39090
    Madtrax
    Participant

    Hello

    perfect…. thank you for the Info
    <img src="style_emoticons//a3.gif” style=”vertical-align:middle” emoid=”:a3:” border=”0″ alt=”a3.gif” />

    @OldGrumpy
    Is from the Gallary. Office 2007 Black Skin….
    <img src="style_emoticons//rolleyes.gif” style=”vertical-align:middle” emoid=”:roll:” border=”0″ alt=”rolleyes.gif” />

    #39126
    Support
    Keymaster

    Please try latest release..

    #39238
    Madtrax
    Participant

    Hello

    yes it work now. Thank you….

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.