Ian Branch 127 Posted May 29, 2020 (edited) Latest Gexperts SVN, D10.3.3. On creating a new Message using the Message Dialog Wizard I now get this sort of message code.. procedure TForm3.FormShow(Sender: TObject); begin MessageDlg(_('Test message.'), mtInformation, [mbOK], 0); end; Note the '_(' & ')' around the message. Something new. And the '_' is an undeclared identifier. Take the '_(' & ')' out and all is good in the world. Ian Edited May 29, 2020 by Ian Branch Share this post Link to post
Martin Wienold 35 Posted May 29, 2020 That looks like GNU Gettext to me, 1 Share this post Link to post
dummzeuch 1505 Posted May 29, 2020 (edited) https://blog.dummzeuch.de/2018/08/18/gnugettext-support-for-the-gexperts-message-dialog-expert/ You can also turn it off, there is a checkbox for it in the dialog. Edited May 29, 2020 by dummzeuch Share this post Link to post
Ian Branch 127 Posted May 29, 2020 (edited) Ha. Ha! Didn't twig. Also, in my case, the Dialog opens like this.. The same in D10.4. D2007 Opens OK with the full dialog. Regards & Tks, Ian Edited May 29, 2020 by Ian Branch Share this post Link to post
dummzeuch 1505 Posted May 29, 2020 bug #192 Message Dialog Expert form is too small in Delphi 10.4 Share this post Link to post
Ian Branch 127 Posted May 29, 2020 Fair enough. I wasn't sure if it was a bug or a setting. Share this post Link to post