Posts with their shortened content |
|
Lazarus Pascal - macOS - Use CoreImage and VisionKit to detect almost any barcode in a picture
By Hans, 3 weeks ago
|
|
As I was playing with QR codes (see previous post on scanning QR codes with CoreImage), I figured out how to use the VisionKit to rapidly detect pretty much any barcode, QR codes included.
Since it to... |
|
Lazarus Pascal - macOS - Fast Scan QR code from image with macOS CoreImage
By Hans, 3 weeks ago
|
|
While tinkering with some of the newer Apple frameworks, I ran into this very fast function in CoreImage to quickly find and scan QR codes.Works great in Lazarus Pascal /FPC, so I though I'd share thi... |
|
RE: How to easily find mounts in finder?
By Hans, 3 weeks ago
|
|
If you mean the file dialog when you try to open a document in an application then: No 😞 I haven't see anything like that and I doubt Apple would allow this.
It just replaces Finder. It does o... |
|
RE: How to easily find mounts in finder?
By cptanpanic, 3 weeks ago
|
|
@hans does use of forklift also replace the default file chooser also? |
|
RE: How to easily find mounts in finder?
By Hans, 3 weeks ago
|
|
Finder is a little limited when it comes to that.What you could do is add a folder found in a share to the favorites section on the left side in the sidebar - you may have to enable the sidebar: menu ... |
|
How to easily find mounts in finder?
By cptanpanic, 3 weeks ago
|
|
I am new to mac and CMN, but have the mounts working good, but I was wondering how to make it so that if I open finder app, or use standard file picking dialog, I can more easily go to a mounted folde... |
|
RE: New to CMN, when I open macbook, my shares are not auto connected, why?
By Hans, 4 weeks ago
|
|
No it means it will poll until it finds the machine, and only then it will do a mount attempts.
The problem it is trying to fix: Most devices can be seen and pinged even before it fully booted up. So ... |
|
RE: New to CMN, when I open macbook, my shares are not auto connected, why?
By cptanpanic, 4 weeks ago
|
|
So I don't understand your comment. So lets say I enable "On Server IP address appear" option and server goes down. App will then start polling network every 10 seconds. So does mount attempts of 1 me... |
|
RE: New to CMN, when I open macbook, my shares are not auto connected, why?
By Hans, 4 weeks ago
|
|
"Mount attempts" is independent of all settings.It just does a number of attempts to mount when doing any mount.So if would do these attempts as well in your situation 😊
Feel free to set it t... |
|
RE: New to CMN, when I open macbook, my shares are not auto connected, why?
By cptanpanic, 4 weeks ago
|
|
Thanks, I already had the "Remote mounted drives on Wakeup" selected, so I guess that isn't fixing my issue. But yes I am using the latest OS, over wifi to SMB shares on the local network. I will try ... |
|
RE: New to CMN, when I open macbook, my shares are not auto connected, why?
By Hans, 4 weeks ago
|
|
Hi cptanpanic!
So, your Macbook is probably connected to your network over WiFi (Ethernet would be more stable).I also assume you're using the latest macOS version (eg. Sequoia 15.4 or something simi... |
|
New to CMN, when I open macbook, my shares are not auto connected, why?
By cptanpanic, 4 weeks ago
|
|
So I am new to Mac, and was happy to find ConnectMeNow, but am still working out how to use it. So I have 4 shares defined in CMN, and have Advanced Options->AutoMount->On Network Change set, bu... |
|
RE: Lazarus - Remove all (non)numbers from a string
By Hans, 4 weeks ago
|
|
If you only want to grab all the numbers until you reach a non-number (eg: 123example456 -> 123) then this will do the trick:
function RemoveAllNonNumbers(aText:string):string;
var
Charac... |
|
RE: Migrating to new macOS computer....where are settings saved?
By Hans, 4 weeks ago
|
|
Hi Roscoe,
This is different per operating system ...The info is listed in the uninstall section of the main article (here) but I'll repost i here for convenience 😊
I'd recommend running RMTV... |
|
Migrating to new macOS computer....where are settings saved?
By Anonymous, 4 weeks ago
|
|
As the subject line says, I'm moving everything to a new computer. Migration assistant failed so I'm doing it manually. Where are the configuration files for Rename My TV Series 2.0 stored?
Thanks |