Invisible browser

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Troy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 38
Joined: Sun May 21, 2006 2:21 am

Invisible browser

Post by Troy » Mon Aug 06, 2012 2:18 am

On my primary development Mac, the RevBrowser does not show up. The same stack displays it fine on my other Macs.

Interestingly, the tooltips for the browser do show up, so the browser instance IS loading, and navigating to the URL correctly, and in the correct location on the stack, it just has no visible effect.

I've included:
revBrowserSet "visible", true
etc.

Again, this same stack works without these issues on other Macs.

The only (possibly significant) difference in machines is that the one where the browser doesn't display has been updated to the latest Safari, while the others are one revision behind.

Any known issues with the latest Safari?

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Invisible browser

Post by sturgis » Mon Aug 06, 2012 2:34 am

Its working for me, safari version Version 6.0 (8536.25) (on mountain lion).. Want to send me the stack to test?

Troy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 38
Joined: Sun May 21, 2006 2:21 am

Re: Invisible browser

Post by Troy » Mon Aug 06, 2012 5:07 am

Thanks, at least I know it isn't Safari 6.

Depending how thing go, I may request a check... but the stack is completely basic... a single button that opens a browser. Maybe 10 lines of code total. And it works on my other machines.

Very strange...

Post Reply