0

How can I set custom width/height for the help viewer window for my my app?

I searched the Apple Docs for it but couldn't find anything.

Charles
  • 50,943
  • 13
  • 104
  • 142
eozzy
  • 66,048
  • 104
  • 272
  • 428

1 Answers1

0

This works:

function resizeWindow() { window.resizeTo(500,300) }
eozzy
  • 66,048
  • 104
  • 272
  • 428