2019-08-02
10:32 AM
- last edited on
2022-09-29
10:19 AM
by
Daniel Kassai
FTM::GeneralID png; png.Load(5); UIndex i = dialog.AddFilter(png); dialog.SetFilterText(i, ".png");
2019-08-06 02:17 PM
2019-08-08 10:38 AM
2019-10-24 01:33 PM
rCushing wrote:I tried changing the code in the example to work with Save dialog and it seems to work with the extension (plan) but it crashes when I click save..
That worked perfectly. Thanks for the help.