

PeaShooter_OMO
Members-
Content Count
128 -
Joined
-
Last visited
Community Reputation
34 ExcellentRecent Profile Visitors
3171 profile views
-
Recommended string format to work with UTF-8 databases
PeaShooter_OMO replied to Bruce Eglington's topic in Databases
I am unsure about that class. In what unit is it declared? I can't find it in Delphi 11. -
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
-
Changes to the forum functionality
PeaShooter_OMO replied to Lars Fosdal's topic in Community Management
And her sister came 42nd in a county beauty pageant. -
Changes to the forum functionality
PeaShooter_OMO replied to Lars Fosdal's topic in Community Management
Aaah, man! I had a good one lined up -
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.
-
Actually WPARAM is Unsigned
-
AI Rewrite and COBOL Port Announced for Immediate Development
PeaShooter_OMO replied to dummzeuch's topic in GExperts
You can call it GAmateurs.... Sorry, I had to. I have to ask ChatGPT what the extension of a form file in Cobol is. -
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?
-
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 replies
-
- delphi xe7
- youtube
-
(and 1 more)
Tagged with:
-
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).
- 10 replies
-
- delphi xe7
- youtube
-
(and 1 more)
Tagged with:
-
function declarations without ; at the end
PeaShooter_OMO replied to Günther Schoch's topic in RTL and Delphi Object Pascal
Strange how that triggers a an OCD response in me when I see it. -
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.
-
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.
-
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.
-
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.