philippec / PhFacebook

MacOSX Interface to Facebook graph API
http://developer.casgrain.com/?p=107
Other
178 stars 44 forks source link

Any idea... #22

Closed mrjjwright closed 12 years ago

mrjjwright commented 13 years ago

...how to prevent the NSWindow containing the Facebook permissions web view from resizing? I am asking for lots of permissions and getting a very tall window. I tried constraining the size of the nswindow but that is not working.

Thanks for this lib!

John

philippec commented 12 years ago

One would have to embed the web view in a scroll view, and then the surrounding window's size could be fixed and scroll bars would appear automatically.

I have not implemented this because I wanted to keep it simple, but if you can do it in a way that the developer could choose , or that it would switch to a scroll view automatically I would consider integrating that patch.

Thanks!