Posts with their shortened content |
|
RE: Lazarus Pascal - Detect if directory has certain file types (cross platform, and optional subdirs)
By Hans, 2 days ago
|
|
For those wanting to use this with an OnDropFiles event:
procedure TForm1.FormDropFiles(Sender: TObject; const FileNames: array of string);
var
Counter:integer;
hasSuitableFiles:boolean;
// ... |
|
Lazarus Pascal - Detect if directory has certain file types (cross platform, and optional subdirs)
By Hans, 2 days ago
|
|
For one of my applications I needed a function to determine if a directory, and optionally its sub directories, had at least one file with a certain file extension. So I wrote one myself, hopefully so... |
|
RE: Lazarus Pascal - Is a directory empty?
By Hans, 3 days ago
|
|
The previous function checks if a directory is completely empty, meaning: it has files and/or directories in it.
Sometimes you don't care if there are any empty subdirectories, so the following varian... |
|
StringKit-FP - a comprehensive string toolkit for Free Pascal & Lazarus
By ikel, 4 days ago
|
|
Hi all!
I've just released StringKit-FP - a comprehensive string toolkit I've been working on since earlier this year. Think of it as your Swiss Army knife for text processing:
60+ methods (Leven... |
|
Museum of code Disease
By ikel, 4 days ago
|
|
Hi all,
I created a collection of intentionally AWFUL code examples to educate anti-patterns through humor!
Each "exhibit" has:
- Nightmare file: Maximum chaos (for example, `#define TRUE FALSE`),- A... |
|
RE: I added RenamyMyTvSeries2 to Fedora COPR
By gamerdad, 5 days ago
|
|
Hi All,
Firstly I wanted to thank @hans for this fantastic program! I have been using it for about a year or so and it is great, does exactly what I need it to do :)
@zliced13
Thanks for adding this p... |
|
RE: I added RenamyMyTvSeries2 to Fedora COPR
By Hans, 6 days ago
|
|
@locutus Could this be network related? I've seen similar behavior when the network connection wasn't the most stable (WiFi for example). |
|
RE: I added RenamyMyTvSeries2 to Fedora COPR
By Locutus, 6 days ago
|
|
I have noticed that with 2.3.5 that when adding a file or files to be renamed it can sit for a very very very long time before showing what the file will be name to. Sometimes if I deliberately crash ... |
|
RE: RMTVS 2.3.2 Issue
By Hans, 6 days ago
|
|
@dex_luther Yeah scaling is something I only use when the screen is hires but the display is small (eg. a Retina screen on a 12" Macbook). Otherwise I do not see the purpose either unless someone has ... |
|
RE: RMTVS 2.3.2 Issue
By dex_luther, 6 days ago
|
|
@hans
I installed version 2.3.7, and the infobox problem seems to be fixed. I do have the scaling set to 100% because I never understood why people get better screens only to zoom everything in so it... |
|
RE: RMTVS 2.3.2 Issue
By Hans, 1 week ago
|
|
Believe it or not, I think I found a fix.
I've uploaded a new version (2.3.7) that should fix this (it did on my virtual machine), please confirm if you can. 😊 It seem to be related to widget ... |
|
RE: RMTVS 2.3.2 Issue
By Hans, 1 week ago
|
|
Took me more work than I had hoped for but I finally found where this goes sideways ... (something I cannot fix though)
Looks like you have enabled scaling and set it to larger than 100%. Example here... |
|
RE: RMTVS 2.3.2 Issue
By dex_luther, 1 week ago
|
|
Attachment : image.png
Yes, but it happens with any Show and any data source as long as the description is long enough.
Using TMDB:
Attachment : image.png
Completely different show (Starga... |
|
RE: RMTVS 2.3.2 Issue
By Hans, 1 week ago
|
|
Managed to find an ISO file of Windows 10 22H2 Home, created a virtual machine and test RMTV 2.3.6.
No matter how I resize the RMTV window, or what datasource I use (TVDB/TMDB) the info box shows just... |
|
RE: RMTVS 2.3.2 Issue
By Hans, 1 week ago
|
|
@dex_luther Thank you for checking - it is much appreciated.
Bummer, I have to keep guessing as I cannot reproduce the issue on my virtual machine or my Windows (11) laptop.I've spend a bit of time di... |