Jump to content

Erix A.

Members
  • Content Count

    37
  • Joined

  • Last visited

Community Reputation

10 Good

Recent Profile Visitors

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

  1. Erix A.

    Delphi 12.3 is available

    It was checked before the full uninstall. I tried to un-check it (to uninstall) and enabled to install but it didn't work.
  2. Erix A.

    Delphi 12.3 is available

    Huh, I did a full uninstall (cleaning registry) and re-install and now it's there. Thanks for the tip about the Modeling. I un-checked it when I did the initial install.
  3. Erix A.

    Delphi 12.3 is available

    I have "Modeling" installed and still no formatter 😞
  4. Erix A.

    Delphi 12.3 is available

    Is Delphi Code formatter gone for good in 12.3 or is it just me? Ctrl+D isn't working anymore and I can't find the formatter options for Delphi (I only see the HTML formatter options).
  5. Erix A.

    Delphi 11.3 is available now!

    What's your point? There are lots of features in e.g. Notepad++, which aren't available in the Delphi IDE, so what? They added this one and I really like it.
  6. Erix A.

    Delphi 11.3 is available now!

    Highlighting_Matching_Words is super cool. I clicked around my code a bit and it seems to be working fine.
  7. Erix A.

    RAD Studio 11 Alexandria is now available

    Thanks 😉
  8. Erix A.

    RAD Studio 11 Alexandria is now available

    I like this releases. The debugger seems to be fixed as now I can see the contents of TList<> again - https://imgur.com/a/QRgl4Hh (and they closed my report in Jira as well).
  9. Erix A.

    Delphi 10.4.2 first impressions

    For me it's just much easier to use TFoo.Create instead of TDictionary<aaa, bbb>.Create. It's shorter this way. Also, this way I can easily find where it's used.
  10. Erix A.

    Delphi 10.4.2 first impressions

    My initial impressions - total crap. I got email notifications about fixed and closed issues, one of them was that debugger does not show the contents of the TList<> anymore. It still doesn't and the workaround to use .list in the debugger window does not work anymore. Also, if I have defined custom TDictionary types, e.g. type TDummyDict = TDictionary<String, TDummy>; and have them in a separate unit, then ctrl+clicking on the TDummyDict leads to System.Generic.Collections and not to the unit where it's defined. This makes it totally unusable for me. I'm glad I didn't delete the 10.4.1 iso. Both issues reported.
  11. Thank you. I was able to get it working by sending the raw mpeg data into the stream as you described. I had to implement the stream throttling as well to match the bitrate of the mp3 file, otherwise the receiver just choked.
  12. Hi, I want to create a simple http server, which would stream binary (audio) data, basically the same way as internet radio's do. I run the curl against some available on the Internet and the way they're doing it seems pretty simple, i.e. they set the content-type:audio/mpeg and then just push the audio stream. How to implement this using TIdHTTPServer? I don't need the exact code, just the explanation on how to do it 🙂 The thing I did is I set the AResponseInfo.ContentStream to the TFileStream in IdHTTPServer1CommandGet and that sent the whole file, but that is not how it should work as this method sets the content-length. As the starting point, just "streaming" one big file would be nice. And then the fun part with the buffering etc. 🙂
  13. Erix A.

    10.4 how to hide project window?

    Thanks, that was it 🙂 I remember I disabled it in previous version and when installing 10.4, I exported all settings and then imported them via the migration tool. Fix was to set Enabled to 1 in registry under "Computer\HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\21.0\Theme"
  14. This one In the previous I could "stick" it to the right side, so it's not shown. In 10.4 it's just there all the time whether I need it or not.
  15. Does it work for you? I cannot move tabs around in the editor in 10.4. It was working fine in 10.3.3 and in older versions as far as I remember.
×