Replies: 4 comments
-
That's an interesting idea. There are some things to consider though. File dialogs are much OS dependent and requires a lot of investment. So this would make sense if it is used in a significant project where there are people to take care of updates and customizations for each system. You can see for example in LazPaint how intricate this can be. |
Beta Was this translation helpful? Give feedback.
-
I noticed that in Windows, even if I put different controls in the dialog, they are ignored and the system dialog is always displayed. The only thing that is changed are the filters, now there are ours. |
Beta Was this translation helpful? Give feedback.
-
Oh I understand, you're looking into doing minimal changes, only using our image readers. This could indeed be a sustainable code. |
Beta Was this translation helpful? Give feedback.
-
I changed the Dialog, now it's prettier. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think if I add two Open/Save Dialogs for images that use our Reader/Writer (since fcl-image does not allow us to replace them)? I have already modified the TBCRoundedImage control to also draw a TBGRABitmap and added the TypeNames in brabitmaptypes my last commit
Beta Was this translation helpful? Give feedback.
All reactions