Jump to content

CoeurdeLeon

Members
  • Content Count

    47
  • Joined

  • Last visited

Everything posted by CoeurdeLeon

  1. 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
  2. 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.
  3. 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
  4. 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
  5. 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
  6. CoeurdeLeon

    Websocket Server

    Angus Thank you. I got it. I was pointing to the wrong repo. Richard Maley
  7. 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
  8. CoeurdeLeon

    Websocket Server

    THANK YOU VERY MUCH!!!
  9. 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
  10. 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.
  11. CoeurdeLeon

    File Open Dialog Preview

    Uwe Forgive me for this misplaced comment, but THANK YOU FOR EVERTHING YOU DO. Dick Maley
  12. 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?
  13. 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.
  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

    Updated XMLMapper

    A month ago Miguel Angel Moreno presented a video on new features in XMLMapper. Is the new version included in Delphi 11.3? Dick Maley
  16. 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
  17. CoeurdeLeon

    How to create new FireDac components

    The US Veterans Affairs Medical Health Record system uses a database called Vista which is a FileMan/Mumps/M based DBMS. It is old. It is very fast. It is huge!!! Many arrogant vendors have tried to move this data to a MODERN DBMS system. Most have failed. The Medical Health Record System at VA is written in Delphi. It is called "CPRSChart". It is used my millions of users daily. The connections between the Delphi front end and the Vista backend are very complicated and arcane. Is there an open source framework for developing new FireDac connectors? I have not found any. I would like to develop a FileMan FireDac connector so that CPRSChart could communicate directly with the Vista database. How would you recommend that I proceed. Thank you. Dick Maley
  18. CoeurdeLeon

    Upgrading EurekaLog for Delphi 12

    I purchased "EurekaLog_7.11.0.1_Enterprise_for_RAD_Studio" with source code on January 21, 2021. The subscription ran out a year later. Since I purchased source code I decided to upgade EurekaLog so it would work with Rad Studio 12 Athens. To do this: I copied the Studio28 folder in the projects directory to Studio29. In the *.dpk and *.dproj files I replaced 28 with 29. In the "\Neos Eureka S.r.l\EurekaLog 7\Source\Common" directory I modified "ElDefines.inc" to add Delphi 12. With these changes "EurekaLogGroup.groupproj" successfully compiles and in the packages directory a new folder appears "Studio29". This folder is filled with the 290 bpl files and other files. When I try to install the packages I get the following message: "Can't load package E:\Installs\Studio29\EurekaLogExpert290.bpl. The specified module could not be found." The bpl's are there. What is the problem? Richard Maley
  19. CoeurdeLeon

    Upgrading EurekaLog for Delphi 12

    Good idea, but I do have it on the Library Path.
  20. CoeurdeLeon

    Change Install Location

    I am currently installing Rad Studio 11. I do not want to install it on the c drive. I could not find any way to change the location. I installed using the *.iso file. Is there a way to change the location? Dick Maley
  21. CoeurdeLeon

    Change Install Location

    Thank you I missed the Options button. Dick Maley
  22. Edwin This is very god. Thank you. Dick Maley
  23. CoeurdeLeon

    Code formatting in Delphi 12

    Delphi 11 stores the Formatter configuration files in C:\Users\?\AppData\Roaming\Embarcadero\BDS\22.0. I copied my Delph 11 formatter.config file to C:\Users\?\AppData\Roaming\Embarcadero\BDS\23.0. It worked.
  24. CoeurdeLeon

    Code formatting in Delphi 12

    My installation of Rad Studio 12 does have "Formatter.exe" in the bin directory. I added this to the tools menu and ran it against some Rad Studio 12 code. It worked fine, I am confident that the new long strings feature would not format correctly, but I am not sure. Can anyone tell me where the formatting configuration is stored in Rad Studio 11 so I can migrate it to Rad Studio 12? Thank you.
×