DialogSvc.InputQuerySync problem

Issue #184 resolved
Ravil Sungatulin created an issue

Hi.

DialogSvc.InputQuerySync with two prompts looks not as expected. Linux: 2018-09-171637.png Windows: 2018-09-171714.png Code:

DialogSvc: IFMXDialogServiceSync;
...
if TPlatformServices.Current.SupportsPlatformService(IFMXDialogServiceSync, DialogSvc) then
    if DialogSvc.InputQuerySync(Translate(strSaveAsTemplate), Prompts, Values) then

Comments (1)

  1. Log in to comment