Page 1 of 1

scrollbars in revBrowser

Posted: Sun Feb 26, 2012 8:41 am
by deebee
Using LC 4.5.3 in Vista32
Everything in this code seems to work as expected except for the scrollbars...I can't get rid of them it seems. Am I missing something?

Code: Select all

local tWindowId
put the windowid of this stack into tWindowId
  
local tBrowserId
put revBrowserOpen(tWindowId,"C:/Users/Dennis/Desktop/pbc_app/addy.html") into tBrowserId
if tBrowserId is not an integer then
  answer "Error opening browser: " & tBrowserId
  exit altBrowserOn
end if
  
put tBrowserId into sBrowserId
  
revBrowserSet sBrowserId, "rect", the rect of image "ytPlayer"
revBrowserSet sBrowserId, "scrollbars", false
revBrowserSet sBrowserId, "showborder", false

Re: scrollbars in revBrowser

Posted: Sun Feb 26, 2012 8:31 pm
by Mark
Hi,

This might be a bug.

Kind regards,

Mark

Re: scrollbars in revBrowser

Posted: Mon Dec 09, 2013 1:17 pm
by p.schelvis
I am using LiveCode 6.5.0. I have the same problem with the scrollbars. Is it a bug?

Re: scrollbars in revBrowser

Posted: Mon Dec 09, 2013 1:22 pm
by Mark
Hi,

It might be.

It looks like you have a Dutch name. Check out http://nl.runrev.info for a Dutch forum.

Kind regards,

Mark

Re: scrollbars in revBrowser

Posted: Tue Dec 10, 2013 11:27 am
by p.schelvis
Wher can i really find if it is a bug? kind regards, p.