Jump to content

1.14.2.0 English


Recommended Posts

  • Administrators

Download:
The distributive is available by request only.

Release date:

10 May 2022


Improvements 🙌

Compatibility with RTL-Android bridge (experiment)

Sometimes third-party libraries of non-visual components may use the RTL Delphi-Java bridge. However, the bridge in RTL partially has a dependency on some of the classes from FMX. This is usually solved by edits in a third-party library. This release includes an experimental module Android.Api.RTLBridgeCompatibility, which defines the layer between the public RTL API of the bridge and FGX Native API.

To try to add support to third-party library modules, it is enough to include the Android.Api.RTLBridgeCompatibility module in the uses section at the end. This solution does not give a 100% guarantee and is experimental. If you are faced with the need to connect a third-party Delphi library, you can try this solution or leave a request for help in adapting the library on the forum.

TfgControl

The new notification types TfgNotificationType were added, which can be used for observing structural children changes.

  • Inserting new child control;
  • Removing new child control;
  • Changing child index.

Bug Fixes 🐛

  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...