revbrowserset

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
link76
Posts: 99
Joined: Fri Nov 04, 2011 1:52 pm

revbrowserset

Post by link76 » 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!

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


Post Reply