Page 1 of 1

Problem with browser-scrollbars

Posted: Wed Mar 22, 2017 10:43 am
by UKMC
Dear all,

I have a strange problem here and appreciate your help:

I have a browser widget on a card and want to hide the v- and hscrollbars.

So I coded:

Code: Select all

        case the hilitedItemName of me = "WWW" 
go to cd "Browser"
         lock screen
         set the URL of widget "Browser" to "http://www.cafe-pierod.de/"
         set  the vscrollbar of widget "browser" to false
         set  the hscrollbar of widget "browser" to false
         unlock screen
         break
And now it happens:

NOTHING

And the more strange behaviour is, that the scrollbars disappear when I step through the script in debugging mode.

Any idea out there ??

Best regards


Ulrich

Re: Problem with browser-scrollbars

Posted: Wed Mar 22, 2017 1:14 pm
by Klaus
Hi Ulrich,

confirmed in LC 9 dp6 on macOS 10.12.3!
You cannot even UNcheck these props in the property inspector for the widget!?

I created a bug report:
http://quality.livecode.com/show_bug.cgi?id=19453
Feel free to add a comment and/or further observations.

Best

Klaus