Hi All,
I am developing an Web based application where I load an URL onto a webview successfully.
I derive my webview class from NSWindowController class and register the webview delegates and implement methods in the derived class to receive the various web related notifications. The web page loads as expected and I am able to resize the webview to any size.
Is it possible to specify a pre-defined minimum size to the Webview such that a user must not be able resize the view below this fixed size ? However should be able to resize the view to any larger view.
I am developing an Web based application where I load an URL onto a webview successfully.
I derive my webview class from NSWindowController class and register the webview delegates and implement methods in the derived class to receive the various web related notifications. The web page loads as expected and I am able to resize the webview to any size.
Is it possible to specify a pre-defined minimum size to the Webview such that a user must not be able resize the view below this fixed size ? However should be able to resize the view to any larger view.