This is a bit of a weird question but I need to know if the floating tool window (:show_custom_dialog) has the same dimensions in the frame for the 3 operating systems Windows, MAC and Linux.
That is, if the top bar has the same height in pixels, or the side lines of the frame have the exact same thickness and if the bottom line also has the same thickness.
If we create a tool that needs to calculate the entire window surface and we use an operating system like Windows 11, we need to know if the calculations are going to be exactly the same for MAC and for Linux.
Unfortunately, I donāt have the necessary computers to test all 3 platforms.
I assume that all these dimensions are equal, but I have no way of verifying this.
my resolution on macOS is 1512x982 (and probably 2xād up due to retina). i hope this helps somewhat.
something like 542x261 or so.
(iām doing it by hand). so it does match 542x259.
Sorry for the āoriginā lines. They shouldnāt be there.
On Windows it is possible to capture the window perfectly with a keyboard command. Isnāt there the same for MAC?
If the surface is the same on Windows and MAC, I assume the same will happen on Linux. It should be exactly the same. 1 pixel difference would result in calculation errors.
Resizing window with mouse pointer on outer frame edges. But if I design on Windows, it should be compatible with MAC and Linux, otherwise it can be a sea of āācompatibility issues. But I think the API is well designed for this stuff. It will be compatible.
I havenāt tried it on Linux yet (I donāt have a machine) but I assume it will be compatible.