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>

Reply via email to