Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 12/07/19 in Posts

  1. Project contains 100 cross platform samples now. https://github.com/FMXExpress/Cross-Platform-Samples The original 50 samples are also now available in C++. https://github.com/FMXExpress/CPP-Cross-Platform-Samples
  2. MikeMon

    Android App Crash on Some Devices

    And then there was light!! Dave, this fixed the issue. Thank you very much for all the help!! I added the below line to the <application> tag of the project's AndroidManifest.xml. <uses-library android:name="org.apache.http.legacy" android:required="false" />
  3. Dave Nottage

    Android App Crash on Some Devices

    For this latest issue, see this link: https://stackoverflow.com/a/50779232/3164070
  4. Primož Gabrijelčič

    x64 version

    OTL should work perfectly fine with the 64-bit Windows compiler. What error are you getting and which Delphi version are you using?
  5. Remy Lebeau

    Two questions if you please?

    Unless the Form has an OnClose event handler that sets the Action parameter to caFree, allowing the Form to free itself when it is closed. This is a common idiom when using Show() instead of ShowModal(). It does not look at the Owner at all. Nor could it anyway, because the Owner may not be a TWinControl at all. Candidates for an auto-assigned PopupParent include the Application's ActiveForm, the Application's MainForm, the Screen's ActiveForm, and the Application window.
×