Jump to content

PeaShooter_OMO

Members
  • Content Count

    128
  • Joined

  • Last visited

Community Reputation

34 Excellent

Recent Profile Visitors

3171 profile views
  1. PeaShooter_OMO

    Recommended string format to work with UTF-8 databases

    I am unsure about that class. In what unit is it declared? I can't find it in Delphi 11.
  2. PeaShooter_OMO

    TEdgeBrowser text or button overlay

    If you would be willing to have the button as part of the web page then you can add a button to the page through Javascript and execute that script with EdgeBrowser.ExecuteScript You can obviously add an event to the button in Javascript and you can style your button through CSS. If you want to send a notification back to your Delphi code from that button you can use the EdgeBrowser.OnWebMessageReceived Delphi event and in your Javascript button event you can call window.chrome.webview.postMessage(<some info>) to send the notification which EdgeBrowser.OnWebMessageReceived will receive
  3. PeaShooter_OMO

    Changes to the forum functionality

    And her sister came 42nd in a county beauty pageant.
  4. PeaShooter_OMO

    Changes to the forum functionality

    Aaah, man! I had a good one lined up
  5. PeaShooter_OMO

    Range check error...

    SendMessage expects certain parameter types and returns a specific type. Have a look at those and use accordingly. Do Type Casting where needed. You can also log the value of FY when the issue occurs.
  6. PeaShooter_OMO

    Range check error...

    Actually WPARAM is Unsigned
  7. PeaShooter_OMO

    AI Rewrite and COBOL Port Announced for Immediate Development

    You can call it GAmateurs.... Sorry, I had to. I have to ask ChatGPT what the extension of a form file in Cobol is.
  8. PeaShooter_OMO

    OtlParallel Memory Leak

    Do you see any other people coming back onto your post here? They've washed their hands of you. You are arrogant and disrespectful towards those that are giving their time without compensation and you have only insulted everyone here. Whats the point of having thread-unsafe code?
  9. PeaShooter_OMO

    Creating an app to play Youtube videos

    He can also be notified if the clipboard changes. There is also a sequence number that indicates the change. I suggest a thorough read of Using the Clipboard
  10. PeaShooter_OMO

    Creating an app to play Youtube videos

    Can TWebBrowser be updated in Delphi XE7? I ask because I am sceptical about the old WebBrowser's compatibility with Youtube's system. If you browse blogs a lot you will notice that sometimes the authors embed a Youtube video on their blog posts. I propose you find out how that is done and then use TWebBrowser (or other Browser component) with a web page you create with that embedded video. There might be a better way to do this but this is the only one I could think of apart from using a 3rd party Youtube library (if such a thing exists).
  11. PeaShooter_OMO

    function declarations without ; at the end

    Strange how that triggers a an OCD response in me when I see it.
  12. PeaShooter_OMO

    Delphi 12.3 is available

    Possibly but for an issue on a major feature of Delphi that has come for decades already one would expect hard steps to be taken. If it was easy fix it would have been already and seeing that it is hard to fix it would require extraordinary steps. If the steps that were taken already does not work then one would expect another approach.
  13. PeaShooter_OMO

    Delphi 12.3 is available

    Spending multiple days at a customer experiencing the issues will give Embarcadero a better understanding than sitting and waiting for someone to present a reproducible example. They can take their dev tools along and capture all the logs their hearts desire.
  14. PeaShooter_OMO

    Delphi 12.3 is available

    Embarcadero asking for reproducible examples and not going out to customers with the same issues wil make sure we will have this nonsense for years to come.
  15. PeaShooter_OMO

    Delphi 12.3 is available

    I assume Delphi itself is a large project and surely Embarcadero must be seeing the same LSP issues we are seeing while using Delphi. Are they? I just wonder sometimes.
×