miyako / 4d-plugin-dock-tile

This plugins allows 4D to control the dock tile on Mac.
MIT License
1 stars 3 forks source link

Does not work with 4Dv16.3 and macOS 10.12.3 #1

Closed Bernd-HAL closed 4 years ago

Bernd-HAL commented 7 years ago

DOCK GET SCREEN FRAME ($l_x;$l_y;$l_width;$l_height)

$l_height does not change if the Dock is visible/invisible or if the visible Dock is resized.

miyako commented 7 years ago

the current impl is

NSScreen *mainScreen = [NSScreen mainScreen];
NSRect rect = [mainScreen visibleFrame];

maybe you know of a better way?