I'm trying to add a little round lower-right corner image to a WebViewMBS that's returned in a CocoaControlMBS. I have the image as a picture, p, my WebViewMBS is v, and then I do this:
dim nsi as new NSImageMBS(p, p.Mask) dim nsv as new NSImageViewMBS nsv.image = nsi v.addSubview nsv ... and it doesn't work, first because nsv has to be an NSViewMBS; it can't be a NSImageViewMBS. Obviously, I don't understand how to do it. I also want the corner to move as the WebView is resized. Can anyone help? Thanks! Aaron ===== _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
