Jump to content

Mark-

Members
  • Content Count

    207
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Mark-


  1. 1 hour ago, hsauro said:

    Out of curiosity I checked the original GitHub link, the page has vanished.

    Yeah that was the catalyst for posting here and the webpage of "tinyBigGAMES LLC" did not have it listed. I wonder if he sold his work.


  2. 1 hour ago, Uwe Raabe said:

    Can you try with Light as the initial theme?

    Yes, the buttons show up as normal. Something to do with the theme and IDE foremost application

    I just started with dark and the buttons are not visible. Switch to light, appear, back to dark, still present.

    Switched to another application, back to IDE and buttons disappear.

    At least I now know how to get the buttons to the right location.

     

     


  3. Hello,

     

    Delphi Delphi 10.2 Version 25.0.31059.3231

     

    I have never used the IDE macro feature. Recently the three button controls appeared in the lower left of all code editor windows. The controls may have been in the window, not causing an issue. The controls are blocking the line and column values for the caret position. Any idea how to fix or hide the controls.

     

    image.png.0a69b51e41f49e84fd115d382b67b0a0.png

     

    Thanks,

     

    Mark


  4. Hello,

     

    Delphi-ONVIF-master is around, never used it.

     

    I wrote some code to use ONVIF for PTZ control. Did not use the video portion of the ONVIF specifiation
    For video, most cameras our customers use are MJPEG or RTSP and the video portion of ONVIF did not add any value.

     

    At the time ONVIF PTZ compliance was...marketed but not 100%. Still made it work. 🙂

     

    Good luck,

     

    Mark

    • Like 1

  5. 1 minute ago, Angus Robertson said:

    Why?

     

    Angus

    I use TWSocket the most for industrial communications. Some specifications (e.g. MQTT) are optional SSL and I use TSslWSocket if the end user selects SSL.

    I also use other components for mail/ftp/client and server HTTP with and without SSL.

    Removing "USE_SSL", SSL will continue as an option for all components that already support non-SSL and SSL?

    Any downside from removing "USE_SSL"?


  6. 5 minutes ago, Angus Robertson said:

    Sure there are applications that don't need SSL/TLS so it is optional in most components, the issue is whether those components should be compatible without the SSL./TLS code to save space... 

    For me, space is not an issue. SSL/TLS remaining optional is valuable to me.


  7. 1 hour ago, Angus Robertson said:

    I rarely test without USE_SSL, it will disappear from the next major release since very little of the internet works without SSL/TLS nowadays and all the conditionals and extra classes make maintenance and upgrades a nightmare.

    I assume low level components (TWSocket/etc.) will not be impacted. Most of my ICS use is without SSL.

     

    And thanks for all your work on ICS.

×