Is WebView the name of the window
or the name of the HTMLViewer Control?

I am getting this method or property does not exist on
objc_msgSend (webkitfn,reload)

Brian

On Tue, 2007-01-09 at 09:51 -0600, Mark Levinson wrote:
> On Jan 8, 2007, at 10:08 PM, Thomas Cunningham wrote:
> 
> >> There is also a need for a "reload" function.
> >
> > In a module,
> >
> > Sub Reload(Extends html As HTMLViewer)
> >   #if TargetMacOS then
> >     declare sub objc_msgSend lib "/usr/lib/libobjc.dylib" (obj as  
> > Integer,
> > selector as Integer, agentName as CFStringRef)
> >     declare sub objc_msgSend lib "/usr/lib/libobjc.dylib" (obj as  
> > Integer,
> > selector as Integer)
> >
> >     objc_msgSend( webView, reload)
> >   #endif
> > End Sub
> 
> 
> Tom:
> 
> Very useful contribution.   Do you also know how to access the  
> ViewSource of the downloaded file, and the scroll values of the  
> HTMLViewer?
> 
> Mark Levinson
> Hutchinson, KS
> 
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
> 
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to