-
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 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Cache-Control for HTTP client
FPiette replied to Angus Robertson's topic in ICS - Internet Component Suite
That's a better solution. - There is TRichEdit component included with Delphi. See https://docwiki.embarcadero.com/Libraries/Athens/en/Vcl.ComCtrls.TRichEdit
- Agreed.
-
Reliable method for getting the FavIcon URL?
FPiette replied to PeterPanettone's topic in ICS - Internet Component Suite
This Stackoverflow answer will probably help: https://stackoverflow.com/a/5119097/189103 -
ICS V9.5 Refresh announced
FPiette replied to Angus Robertson's topic in ICS - Internet Component Suite
Angus, you make a really great work building this FAQ Order SSL Certificates. We all thank you! -
ICS V9.5 Refresh announced
FPiette replied to Angus Robertson's topic in ICS - Internet Component Suite
Invalid link. - Same here: normal response time.
-
TCustomWSocketServer.Disconnect crashes
FPiette replied to gsachs's topic in ICS - Internet Component Suite
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. -
Main thread for getting 9.5 to work in C++ Builder 13.0
FPiette replied to w0wbagger's topic in ICS - Internet Component Suite
SHDOCVW Shell Document Object and Control Library (shdocvw.dll) is part of Internet Explorer. Using the old TWebBrowser will require it. - It is still very slow for me. I'm in Belgium if it matters.
-
Handling events for a dynamically created TIcsMQTTClient
FPiette replied to Andrew Spencer's topic in ICS - Internet Component Suite
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... - Have a look there: https://delphi-books.com/en/
-
Millisecond Counter
FPiette replied to Paul H's topic in Algorithms, Data Structures and Class Design
Use GetTickCount64 in the unit Winapi.Windows. It returns the number of milliSec elapsed since the computer has been powered on. - 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.
- 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.
![Delphi-PRAXiS [en]](https://en.delphipraxis.net/uploads/monthly_2018_12/logo.png.be76d93fcd709295cb24de51900e5888.png)