In this newsletter...
Visual Responsive Design for Delphi
Videos
FNC Core Gems - TTMSFNCUtils - SaveFile and SelectFile
Visual Responsive Design for Delphi
"Responsive design" means that the layout of the GUI can adapt to the form factor of the screen where the GUI is used. As it became common that web pages are visited from desktop computers, smartphones, tables, smart TV's, ... the need to develop web apps in such way that the best possible user experience is offered on each of these screen form factors led to the techniques labeled "Responsive design".
Read how we introduce Visual Responsive Design for Delphi.
FNC Core Gems - TTMSFNCUtils - SaveFile and SelectFile
FNC products help you in all phases of your migration to cross platform and one of the core tasks is the file dialogs. FNCUtils contains a lot of helpful procedures and it is easy to overlook some when you do not see them in the pallet. Two items I would like to highlight are TTMSFNCUtils.SaveFile and TTMSFNCUtils.SelectFile as replacements for TFileOpenDialog (VCL) / TOpenDialog (FMX) and TFileSaveDialog (VCL) / TOpenDialogcomponents (FMX).