Jump to content

Daniel

Administrators
  • Content Count

    461
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Daniel

  1. Daniel

    JEDI files cannot find windows files

    You might want to check the settings of the IDE. Look at the option "Unit scope names": http://docwiki.embarcadero.com/RADStudio/Sydney/en/Delphi_Compiler This should help your compiler to translate a "uses Classes" to "uses System.Classes".
  2. This is true without any doubt. And I totally agree on the value of clear terminology - my criticism was not about the technical parts of your posts. I am sure you know that.
  3. Daniel

    Delphi 10.4.2 first impressions

    Probably we must talk your your QA because of the empty remarks-section in the XML-doc that is causing the trouble. Just kidding - sorry for that. Looks like no one tested with empty xml-nodes. However - this is such a simple and easy to reproduce test-case that I am quite confident too see a fix quite soon.
  4. Maybe - but this harsh nitpicking is not helpful either. There are so many ways to find the right words - sometimes I wish you'd find a more relaxed wording...
  5. Daniel

    Delphi 10.4.2 first impressions

    Please check the system requirements against your VM: http://docwiki.embarcadero.com/RADStudio/Sydney/en/Installation_Notes @FredS Good catch! A very good one, indeed. Do you want to create an entry at quality.embarcadero.com providing that sample?
  6. Daniel

    Delphi 10.4.2 first impressions

    @PingPIng Strange visual effect. Do you have any 3rd-party components installed? I could not (yet) see this here.
  7. Daniel

    Inch representation format in TEdit like controls

    folks -- please step down a little and focus on the topic. If you don't want to contribute anything substantive - even for the time being - that's okay. Together, we should be careful not to lapse into personal affronts.
  8. Interesting. I have updated two separate installations from 10.4.1 to 10.4.2 and the Win64-paths are still present.
  9. Yes, sorry - I will post my solution tomorrow morning. I have just turned off the development-computer. 😉
  10. This example should be working - and if I just (very naive) count the asterisks it should match the declarations. libvlc_media_track_t **tracks; uint track_count; if ((track_count = libvlc_media_tracks_get(media, &tracks)) > 0) { ... libvlc_media_tracks_release(tracks, track_count); } But I still fail to bring this to Delphi-language.
  11. Daniel

    Footman

    Please try to use the English language. And please post longer code-segments as file-attachments.
  12. Hi @all, we are using the FGL printer-languange for ticket-printing on a Boca-printer. This is working great while using it on a real printer-device. Now I have to make several adjustments to the program-logic and to the layout, so I am thinking about redirecting the output to PDF so save paper and not having to connect that printer to my dev-machine. Does anyone of you know a PDF-printer that understands FGL-commands?
  13. Understood. I'll bring the details tomorrow. My hope was that I could just install and select an other printer.
  14. Sure. Using a physical device works perfectly. I am looking for a virtual device generating PDF-files and not paper-tickets. But using a regular PDF-printer literally prints out the fgl-language like "<RC200,20><RL><X2><sXL2>^TEST^" because it does not understand FGL-commands.
  15. Even though we are a Delphi forum, we have a considerable number of users of the C++Builder among us. Without shifting the basic focus of this forum, we are aware of the long and close connection between Delphi and C++Builder and therefore want to give its users space for their questions. https://en.delphipraxis.net/forum/41-general-help/
  16. Daniel

    Welcome, users of C++Builder

    You can. We will bring more options that will allow you to customize the forum to your needs. This should allow you to focus on the content you consider important to you. Nonetheless - the main purpose of this topic was to say "Hello" to some users.
  17. Daniel

    Welcome, users of C++Builder

    ... unregister from this community. A bit drastic, but there is not other solution yet.
  18. Daniel

    FireDAC Add On discountinued? (Good by Embarcadero?)

    Well ... FireDAC will no longer be a separate product - but it is still under active development and will stay as part of the Enterprise (and above) editions of Delphi.
  19. Daniel

    Subforum for Python4Delphi

    Sure - I can do this later today.
  20. Embarcadero released a C++Builder specific patch for 10.4.1: C++Builder 10.4.1 Event Handler and RTTI Patch https://blogs.embarcadero.com/cbuilder-10-4-1-event-handler-and-rtti-patch/ It should only impact you if you are building components with C++Builder.
  21. Daniel

    [Souce code]

    Please describe your projects a little. This will help others to decide to join or not.
  22. Here is an example: https://www.embarcadero.com/images/dm/technical-papers/extending-the-delphi-ide.pdf Search for "SaveStateNecessary" to find the relevant chapter.
  23. I can look for an example later today. As fas as I know you have to implement a specific interface to be part of a fixed layout that can be saved and restored.
  24. Hi, we're actually all experts here (more or less...). Would you please be so kind to find a more meaningful subject for your question?
×