Re: [Lazarus] Proposal for CreateMessageDialog() function

2008-11-04 Thread Reenen Laurie
I would love to have the function... I didn't have time to test or try your code though. Also creating stuff that make Laz more compatible with Delphi is part of the aim of Lazarus (even though it's improving in other areas beyond!). On Mon, Nov 3, 2008 at 10:28 PM, Bart <[EMAIL PROTECTED]> wrote

[Lazarus] Proposal for CreateMessageDialog() function

2008-11-03 Thread Bart
Hi, Currently Lazarus has no CreateMessagedialog function, whereas Delphi has. function CreateMessageDialog(const Msg: string; DlgType: TMsgDlgType; Buttons: TMsgDlgButtons): TForm; This function returns the actual form of the messagedialog, and so gives the programmer access to all the controls