Posts with their shortened content |
|
Lazarus Pascal - How to add a new function or property to an existing class
By Hans, 3 hours ago
|
|
Sometimes, a class or object is missing this one little property or function we need. So how do we add a property or function to an existing class or object?
In this example I add the property "Select... |
|
RE: I added RenamyMyTvSeries2 to Fedora COPR
By Hans, 1 day ago
|
|
That is cool! I didn't now Github had something like that 😊 |
|
RE: I added RenamyMyTvSeries2 to Fedora COPR
By zliced13, 2 days ago
|
|
@hans No, I don't think so. If a new version were to come out for RenameMyTvSeries2, the GitHub Actions Workflow that I configured would detect it and a bot (GitHub Actions) would update the package m... |
|
RE: How to Hire Software Developers?
By Hans, 2 days ago
|
|
@kamaldeeppareek : This very much depends very much on a lot of things. There are websites where you can put out a bounty for a task, or you may even get lucky on Fiverr.Or if you're looking for a ful... |
|
How to Hire Software Developers?
By kamaldeeppareek, 2 days ago
|
|
Can anyone suggest me how to hire software developers at hourly rate. |
|
RE: I added RenamyMyTvSeries2 to Fedora COPR
By Hans, 2 days ago
|
|
As infrequent Linux user: thank you very much for your help! It is very much appreciated 😊
Is there anything you need when a new version is being released? |
|
I added RenamyMyTvSeries2 to Fedora COPR
By zliced13, 3 days ago
|
|
Just as the title describes. I added RenamyMyTvSeries2 to Fedora COPR. I added it as rename-my-tv-series.
You can install it for your Fedora OS by running the following commands in a terminal:
sudo dn... |
|
RE: First run ApplePi-Baker 2.2.3 Warning Dialog "Access Violation"
By Hans, 4 days ago
|
|
The Access Violation message is a warning from the app indeed.It refers to the app trying to access something that no longer exists (eg. writing to a disk that disappeared, or accessing pointer to som... |
|
RE: First run ApplePi-Baker 2.2.3 Warning Dialog "Access Violation"
By jaidenlee, 4 days ago
|
|
It sounds like the warning is coming from the app, not the system—try running it with admin privileges or check for compatibility issues. |
|
RE: Website Update May Cause Issues ...
By jaidenlee, 4 days ago
|
|
@hans Thanks for the heads-up! I’ll try clearing the cache and report back if the issue persists. |
|
Lazarus Pascal - Localization - Fix: Resourcestrings and/or units not included in POT file
By Hans, 2 weeks ago
|
|
For those tinkering with localization, you may run into the issue I ran into: resourcestring of extra units would not appear in the POT files.
To generate POT files (template for PO files) you'll need... |
|
Lazarus Pascal - macOS - How to get the locale language string for your system
By Hans, 2 weeks ago
|
|
Tinkering with localization (translations of my apps) I had to determine the local language string ('en', 'de', 'nl' etc).
Figured this little trick helps other macOS devs. This function returns the I... |
|
RE: How to take a screenshot
By paltek, 2 weeks ago
|
|
@hans
I didn't know about the palm gesture either. It's great to learn new tips for using my phone more effectively. Thanks for sharing! |
|
Lazarus Pascal - Detect if running in IDE (better said: in project folder)
By Hans, 2 weeks ago
|
|
Seems detecting if your application is started from the Lazarus IDE can be a little bit of a challenge.Under Delphi one could use the DebugHook variable, but that does not work under Lazarus.
Having s... |
|
Home Assistant - How to make a shortcut on your desktop to toggle a switch (macOS)
By Hans, 3 weeks ago
|
|
I wanted a shortcut on my desktop, since I have a switchable outlet socket to switch my printer ON or OFF.Now opening Home Assistant each time seems a bit cumbersome, so I figured out how to make a sh... |