resizing problem

"pradip patel" <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.