-
02-16-2011, 01:03 PM #1
- Join Date
- Jan 2011
- Location
- Germany
- Posts
- 591
- Points
- 10,384
- Level
- 30
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Rep Power
- 8
green box in fullscreen mode of iConcert App
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
-
02-16-2011, 01:07 PM #2
Awards:
- Join Date
- Oct 2010
- Location
- Toengels Philips Blog
- Posts
- 7,117
- Points
- 86,352
- Level
- 91
- Thanks
- 208
- Thanked 361 Times in 316 Posts
- Rep Power
- 15
Hi,
I can confirm the problem. The highlighting of the fullscreen button stays when the video is switched to fullscreen...
Toengel@Alex
-
02-16-2011, 03:37 PM #3
- Join Date
- May 2010
- Location
- The Netherlands
- Posts
- 862
- Points
- 143,508
- Level
- 100
- Thanks
- 6
- Thanked 21 Times in 16 Posts
- Rep Power
- 10
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!Forum Mod
-
02-26-2011, 12:15 PM #4
- Join Date
- May 2010
- Location
- The Netherlands
- Posts
- 862
- Points
- 143,508
- Level
- 100
- Thanks
- 6
- Thanked 21 Times in 16 Posts
- Rep Power
- 10
Green-box issue in i-Concerts was repaired. Please confirm.
Forum Mod
-
02-26-2011, 01:28 PM #5
- Join Date
- Jan 2011
- Location
- Germany
- Posts
- 591
- Points
- 10,384
- Level
- 30
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Rep Power
- 8
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.
-
06-21-2012, 08:37 AM #6
- Join Date
- Jun 2012
- Posts
- 6
- Points
- 396
- Level
- 4
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
-
06-26-2012, 03:38 AM #7
- Join Date
- Jun 2012
- Posts
- 23
- Points
- 416
- Level
- 4
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
I would also like to know how it's done. Can you share it here?
-
06-28-2012, 10:30 AM #8
- Join Date
- Jun 2011
- Posts
- 423
- Points
- 30,870
- Level
- 54
- Thanks
- 0
- Thanked 7 Times in 7 Posts
- Rep Power
- 10
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.Forum Mod
-
06-28-2012, 03:31 PM #9
- Join Date
- Jun 2012
- Posts
- 6
- Points
- 396
- Level
- 4
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
-
07-04-2012, 02:57 PM #10
- Join Date
- Jun 2012
- Posts
- 6
- Points
- 396
- Level
- 4
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
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
-
07-26-2012, 03:43 PM #11
- Join Date
- Jun 2012
- Posts
- 6
- Points
- 396
- Level
- 4
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
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
Bookmarks