browser window not visible

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

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
young_s
Posts: 1
Joined: Mon Dec 14, 2009 5:25 pm

browser window not visible

Post by young_s » Mon Dec 14, 2009 5:55 pm

I am working on a mac/pc project with an embedded browser window within a custom shaped window. The browser image is becomes visible and displays a website when a button is pushed.

The Mac stand-alone works fine, but the PC stand-alone does not display the browserimage. I can mouseover the area of the browserimage and the tooltip (Google) pops up, telling me that the code works, but it is not showing the browser. If I revert the window shape to 0, the browserimage works. I have tried this on XP and Windows 7 with the same result.

Any suggestions would be greatly appreciated.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: browser window not visible

Post by Mark » Sat Dec 19, 2009 11:12 pm

Hi Youngs,

There is an incompatibility between particular images and the browser child window. Try changing the picture. I don't remember exactly what it the problem is, but I do remember solving this issue before. Might have to do something with 32 bit mode or the alpha mask. If you start with a very simple picture, without transparency, as a window shape, you will see that it renders correctly. From there, you should be able to figure out what's wrong with the picture you want to use.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply