|
From: | pradip patel |
Subject: | resizing problem |
Date: | Mon, 9 Oct 2006 15:25:40 +0530 |
Hi
All, I've
developed an application in I
resize my window as per I needed. Is
webView resized automatically or I have to resize it manually ? I
call webView:setFrame but it gives
signal trap I
call this methid as follows #import
<webKit/WebUIDelegate.h> IBOutlet
WebView *webView; --- it is webview outlet NSRect
frame; //here
get frame rect NSWindow
*window; window
= [super window]; [window
webView:webView setFrame:frame]; //this is giving signal trap Can
I have to setUIDelegate ? if yes then how ? Is
any thing I missing ? pradip |
[Prev in Thread] | Current Thread | [Next in Thread] |