Page 1 of 1

revbrowserset

Posted: Wed May 07, 2014 10:36 am
by link76
Hello,

how can I hide the scroollbar in the rect of grc ?

this my code but not work!

Code: Select all

local browserid 

on openBrowser
put the windowid of this stack into tID
put revBrowserOpen(tID,"http://www.google.com") into browserid
revBrowserSet browserid,"rect",the rect of grc "browserOutline"
revBrowserSet browserid,"scrollbars","false"
end openBrowser