Default Avatar

eMarc

eMarc

About

Username
eMarc
Joined
Visits
0
Last Active
Roles
Members

Comments

  • technisoft wrote: » I was at Embarcadero's Devcon seminar a few days ago. FR is currently only available in the VCL. Thanks for your observations. technisoft wrote: » FireMonkey looks fantastic in its abilities, but migrating existing…
    in FireMonkey Comment by eMarc October 2011
  • I have downloaded a trial of Delphi XE2, and tried this code. It works as expected in Firemonkey HD applications when target plataform is Win32, but the same code fails to compile (missing frxClass.dcu) when target plataform is MacOS. ?? There…
  • In non-VCL applications (like Intraweb, Raudus, UniGUI, ...) we used to export reports to PDF. ?? Can we use that approach in Firemonkey applications ? Something like : ... uses ..., frxClass, frxExportPDF; ... procedure TIWForm1.IWButton1Cl…