Re: other question ...
Re: other question ...
- Subject: Re: other question ...
- From: Andreas Mayer <email@hidden>
- Date: Tue, 26 Jul 2005 15:46:40 +0200
Am 26.07.2005 um 13:56 Uhr schrieb Wolfgang Schreurs:
-[WebView selectedString]: selector not recognized [self = 0x341260]
Can anyone tell me what I'm doing wrong?
WebView does not implement a selectedString method. Try selectedDOMRange
NSString *selection = [[myWebView selectedDOMRange] markupString];
Or in short: RTF(riendly)M.
AppKiDo is a really nice app to browse the API reference: http://
homepage.mac.com/aglee/downloads/
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden