Problem with browser-scrollbars

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
UKMC
Posts: 50
Joined: Sun Jan 08, 2017 12:01 pm

Problem with browser-scrollbars

Post by UKMC » Wed Mar 22, 2017 10:43 am

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

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Problem with browser-scrollbars

Post by Klaus » Wed Mar 22, 2017 1:14 pm

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

Post Reply

Return to “Internet”