Jump to content

FPiette

Members
  • Content Count

    1213
  • Joined

  • Last visited

  • Days Won

    16

FPiette last won the day on September 2 2024

FPiette had the most liked content!

Community Reputation

396 Excellent

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. FPiette

    Cache-Control for HTTP client

    That's a better solution.
  2. FPiette

    Basic Word-processing Function

    There is TRichEdit component included with Delphi. See https://docwiki.embarcadero.com/Libraries/Athens/en/Vcl.ComCtrls.TRichEdit
  3. FPiette

    ICS V9.5 announced

    Agreed.
  4. This Stackoverflow answer will probably help: https://stackoverflow.com/a/5119097/189103
  5. FPiette

    ICS V9.5 Refresh announced

    Angus, you make a really great work building this FAQ Order SSL Certificates. We all thank you!
  6. FPiette

    ICS V9.5 Refresh announced

    Invalid link.
  7. FPiette

    Forum running slow

    Same here: normal response time.
  8. Angus, Notification() is called when a child component is destroyed (Among other operations), allowing the owner component to cleanup what is necessary. For example, this is the mechanism by which a form gets notified when a component owned by the form is destroyed. The form may then remove the destroyed component from his control list.
  9. SHDOCVW Shell Document Object and Control Library (shdocvw.dll) is part of Internet Explorer. Using the old TWebBrowser will require it.
  10. FPiette

    Forum running slow

    It is still very slow for me. I'm in Belgium if it matters.
  11. I looked at your source. I don't see any message loop. That is REQUIRED for ICS component to work. In a GUI application you have one automatically but in a console application you must create one. As Angus said, look at the sample OverbyteIcsConHttp.dprwhich has a message loop. No message loop, no async event...
  12. FPiette

    hand book on Delphi Pascal and VCL

    Have a look there: https://delphi-books.com/en/
  13. Use GetTickCount64 in the unit Winapi.Windows. It returns the number of milliSec elapsed since the computer has been powered on.
  14. FPiette

    Need a cheap tablet. Recommend?

    Yes, you did. To be clear, you need an Android tablet with ARM CPU. To test your application, you need a relatively recent tablet so that it runs the latest Android version. If you buy a reconditioned one, pay attention to which Android it runs. Delphi 12 “officially” supports Android 8.1 and higher. Delphi 12.3 officially supports up to Android 15 (API level 35). This is required for Google Play Store apps.
  15. FPiette

    Need a cheap tablet. Recommend?

    Do you mean you want to tablet to have a Win11 operating system and you want to run Delphi on the tablet? Most tablets have an ARM CPU and run Android or iPadOS. Delphi 12 cannot run on a ARM CPU, unless the virtual machine emulating an Intel processor is run above the the OS. In my opinion, this is not possible with a table under $150. There are tablet PCs having an Intel processor but their price is much more than $150. They are not in the "cheap" category you are asking. Google is your friend to find them.
×