Dave,Ken,

Thanks for the boost.  I've got it rendering now.

Ray Horsley
LinkIt! Software

On Feb 10, 2009, at 6:52 AM, Dave Cragg wrote:


On 10 Feb 2009, at 04:40, Ray Horsley wrote:
But this doesn't:

      put "<html><p>This is an example.</p></html>" into myHtmlDoc
      put revBrowserOpen(tWinID, myHtmlDoc) into sBrowserId
      set the BrowserId of image "BrowserImage" to sBrowserId


Ray, try with revBrowserSet, using the "htmltext" property.

E.g.

   put "<html><p>This is an example.</p></html>" into tHtml
   put revBrowserOpen(the windowID of this stack) into tBID
   put "0,0,200,100" into tRect
   revBrowserSet tBID, "rect", tRect
   revBrowserSet tBID, "htmltext", tHtml

Cheers
Dave
_______________________________________________
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard

_______________________________________________
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to