Conal Elliott wrote:
Thanks, Heinrich!

I tried your sample code (having grabbed & compiled EnableGUI.hs). Works
okay, including multiple calls to 'main'.

There are a few subtle quirks. I don't see the usual bottom-right resize
icon (three parallel lines at 45 degrees), and the Zooom/2 program for
convenient window moving & resizing isn't able to move & resize this one
window. Have you noticed something similar?

Indeed, same problem here. While I can resize the window, it doesn't show the corresponding icon. (I don't use Zooom/2.)

This seems to be a problem with the GLFW library; you may want to file a bug report. I glean from Apple's documentation that a a judicious call to

  [window setShowsResizeIndicator:TRUE]

at the time of window creation might solve the problem. Cocoa is always a little unpredictable when creating UI elements from scratch.


Best regards,
Heinrich Apfelmus

--
http://apfelmus.nfshost.com


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to