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

Reply via email to