Embarcadero / DelphiFMX4Python

Python GUI module powered by Delphi's FireMonkey framework. Supporting Windows, MacOS, Linux, and Android GUI development.
Other
298 stars 55 forks source link

Add dialog methods #36

Closed viniciusfbb closed 1 year ago

viniciusfbb commented 2 years ago

There is no implementation of dialogs methods, such as ShowMessage or FMX.DialogService methods that are fundamental in the application.

lmbelo commented 2 years ago

Hi @viniciusfbb,

We are working on new wrappers and the TDialogService has been included to the roadmap.

Priyatham10 commented 2 years ago

ShowMessage is wrapped for DelphiVCL already where as it'll start working from our next release in DelphiFMX.

shaunroselt commented 1 year ago

ShowMessage is wrapped for DelphiVCL already where as it'll start working from our next release in DelphiFMX.

Has this been finished for FMX yet or is it still on the roadmap for a future release?

lmbelo commented 1 year ago

It will be available in the next release.

Screenshot 2023-03-01 at 16 24 09

shaunroselt commented 1 year ago

I tested this with the latest release. It's definitely working. We can close this issue.

Here's a screenshot:

image

Also answered this question on StackOverflow about it: https://stackoverflow.com/a/76279990/2908017

checkdigits commented 1 year ago

Closed as implemented.