resizing problem

"pradip patel" <[email protected]> Mon, 9 Oct 2006 15:25:40 +0530
Newsgroups gmane.comp.lib.gnustep.user,gmane.comp.lib.gnustep.applications,gmane.comp.lib.gnustep.general
Message-ID <[email protected]>
Hi All,

I've developed an application in Cocoa using WebView. I have loaded flash
application in webview.

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

_______________________________________________
Help-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnustep