Jump to content

CoeurdeLeon

Members
  • Content Count

    47
  • Joined

  • Last visited

Community Reputation

8 Neutral

About CoeurdeLeon

  • Birthday April 21

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

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

  1. CoeurdeLeon

    Actionlist shortcuts do not work

    I added an actionlist to my main form and created Action1 with procedure TfrmWebsocketClient.Action1Execute(Sender: TObject); begin Showmessage('Hello World'); end; as its Execute method. Action1 had a shortcut of Ctrl+F5. IT WORKED. It must have something to do with my having the actionlist in a datamodule. Additionally, The datamodule has a strange line in it: {%CLASSGROUP 'Vcl.Controls.TControl' } Why is that there? Still looking for answers.
  2. CoeurdeLeon

    Actionlist shortcuts do not work

    I am using Delphi 12.2. I am using a TActionList in a datamodule. I have assigned shortcuts to most of the actions. None of them work. Any ideas what could be wrong? Thank you. Richard Maley
  3. CoeurdeLeon

    Best Delphi AI

    A lot has changed since last May. There are many more models. Llama is now local. I keep trying the various contenders and finding none that know Delphi exceptionally well. I am hoping that someone is finding a model that does do well. Richard Maley
  4. CoeurdeLeon

    Best Delphi AI

    I use a number of AI models. I have found no great Delphi developers. What AI model do you find knows Delphi best? Looking forward to your opinions. Richard Maley
  5. CoeurdeLeon

    Websocket Server

    Angus Thank you. I got it. I was pointing to the wrong repo. Richard Maley
  6. CoeurdeLeon

    Websocket Server

    Angus I cannot find OverbyteIcsBasicWebServer.dpr. I downloaded the code from https://svn.overbyte.be/svn/ics/trunk/. Is this the correct place? Richard Maley
  7. CoeurdeLeon

    Websocket Server

    THANK YOU VERY MUCH!!!
  8. I am using the ICS TWSocketServer to communicate between a delphi application and a collection of React applications embedded in Edge browsers. The websocket server is running in the delphi application as are the React web applications. When one of the React applications attempts to connect with the websocket server it sends a json frame with some information needed for authentication. I am able to extract the header information but I cannot figure out how to get the json. Could someone help me? Richard Maley
  9. CoeurdeLeon

    File Open Dialog Preview

    Uwe Forgive me for this misplaced comment, but THANK YOU FOR EVERTHING YOU DO. Dick Maley
  10. CoeurdeLeon

    File Open Dialog Preview

    "TFileOpenDialog supports the same previews as Windows Explorer." Uwe I have tried this and cannot see a preview of the file. What am I doing wrong?
  11. CoeurdeLeon

    File Open Dialog Preview

    I would like to clarify. I am looking for a Dialog that allows a user to select a file and that file content is displayed to the right. This allows the user to select the file knowing he has the right file. What delphi dialog achieves this objective? Thank you in advance.
  12. CoeurdeLeon

    File Open Dialog Preview

    What File Open dialog supports preview of the file to be opened. I am using Delphi 12.2. Thank you in advance.
  13. CoeurdeLeon

    Websocket Server

    I believe the Internet Component Suite is amazing and a godsend for Delphi. Thank you for everything you do to support this software. I wish to use WebSockets with ICS Delphi components. I wish to use this in a very large and important system (cannot name it). I am challenged to prototype this because the Overbyte demo OverbyteIcsSslMultiWebServ.dpr has so many features it is impossible to extract a simple webSocket server. I wish to demonstrate ssl/tls and non ssl/tls connections. I am not interested in echo servers/clients. I want servers/clients that can handshake and exchange messages with each either other. How can I demo this. The client side I have been able and is fairly straight forward. The server side is too complex. Please provide a simple Websocket Server application that supports ssl/tls and non ssl/tls connections. Thank you Richard Maley
  14. CoeurdeLeon

    What is the best AI at Delphi

    I have been using AI since it came out more than a year ago. In the beginning Delphi requests for code almost always had errors and fictitious information. Things have gotten better but I still find a lot of errors. The AI tools I am using currently are: Amazon Q Developer Blackbox AI ChatGPT Claude 3 Sonnet Google Gemini mistral.ai Paid-GitHub Copilot Paid-Replit AI Paid-Tabnine Of all of these as of 5/16/24 I find Claude the best but still frequently lacking. Please add your AI favorites and comment on their delphi coding skills. Dick Maley
  15. CoeurdeLeon

    TEdgeBrowser how to clear the cache

    Can anyone tell me how to clear the TEdgeBrowser cache? I set EdgeBrowser.UserDataFolder :='C:\Temp\CPRSBrowserCache\'; The folder is created and never used, i.e., always empty. Cached data is being displayed rather than new data. If I open up the Edge browser and clear the cache then correct data is displayed in my TEdgeBrowser instance. Why is EdgeBrowser.UserDataFolder not being populated? How can I empty the cache? Dick Maley
×