revbrowserset
Posted: Wed May 07, 2014 10:36 am
Hello,
how can I hide the scroollbar in the rect of grc ?
this my code but not work!
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