View Full Version : green box in fullscreen mode of iConcert App
smart
02-16-2011, 01:03 PM
Hello,
when I start the App "iConcert", then choose Jamiroquai for example and then select the link "fullscreen". I see that the link fullscreen gets highlighted by a green bordered box having a light transparent green filling.
Whejn I push the ok key of the remote control, it changes in fullscreen mode. But the green highlight box is still shown on the top and can not be removed.
I hope it is clear, what I mean.
I'm not sure if this is a bug in TV firmware or in iConcert app. Please help to understand which parts can help with this bug.
I'm using 0.140.27.0 on 42PFL7695K/02.
Greets
Stefan
Toengel
02-16-2011, 01:07 PM
Hi,
I can confirm the problem. The highlighting of the fullscreen button stays when the video is switched to fullscreen...
Toengel@Alex
Philips
02-16-2011, 03:37 PM
We see it. The highlight of the full-screen button remains visual trough the video.
We will try to fix it. Thanks for reporting!
P.S. Great concert!
Philips
02-26-2011, 12:15 PM
Green-box issue in i-Concerts was repaired. Please confirm.
smart
02-26-2011, 01:28 PM
Yes, I can confirm! Great it is fixed! Thanks for the work!
Can enjoy this concert now! NetTV is really great, although there are some minor things to be fixed.
gloveny
06-21-2012, 08:37 AM
Hello. I see this green box and in our application on the Philips TV.
I would be extremely grateful if you shared how you fixed it.
Thank you,
Graham
Green-box issue in i-Concerts was repaired. Please confirm.
celavey
06-26-2012, 03:38 AM
I would also like to know how it's done. Can you share it here? http://imagicon.info/cat/12-19/vbbiggrin.png
Philips - Mark
06-28-2012, 10:30 AM
Please note that the Apps are not programmed by Philips.
It seems that iConcert programmers experimented with the “highlight on onfocus objects” in their CE-HTML programming.
gloveny
06-28-2012, 03:31 PM
Thanks for the response.
:-)
If I find out the solution I will post it here.
Please note that the Apps are not programmed by Philips.
It seems that iConcert programmers experimented with the “highlight on onfocus objects” in their CE-HTML programming.
gloveny
07-04-2012, 02:57 PM
Hi.
I have a fix for you to try.
Make sure the MIME-TYPE for the document is CE-HTML.
Your HTML file should look similar to ...
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="application/ce-html+xml; charset=UTF-8"/>
[....your HTML...]
This was not enough. We also had to write a line of C# to really tell the browser about the mime-type.
this.Response.ContentType = "application/ce-html+xml";
Hope this helps.
Graham
gloveny
07-26-2012, 03:43 PM
Also, I added an event listener in JavaScript and returned false.
We ended up removing the content type of CE-HTML as it made the application run too slow.
Graham