Hybrid View
-
02-16-2011, 01:03 PM #1Platinum Member
Achievements:



- Join Date
- Jan 2011
- Location
- Germany
- Posts
- 590
- Points
- 6,801
- Level
- 24
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Rep Power
- 3
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 #2Diamond Member
Achievements:




Awards:
- Join Date
- Oct 2010
- Posts
- 4,777
- Points
- 39,081
- Level
- 61
- Thanks
- 14
- Thanked 41 Times in 35 Posts
- Rep Power
- 7
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 #3Moderator
Achievements:



- Join Date
- May 2010
- Posts
- 790
- Points
- 54,677
- Level
- 72
- Thanks
- 0
- Thanked 8 Times in 7 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 #4Moderator
Achievements:



- Join Date
- May 2010
- Posts
- 790
- Points
- 54,677
- Level
- 72
- Thanks
- 0
- Thanked 8 Times in 7 Posts
- Rep Power
- 10
Green-box issue in i-Concerts was repaired. Please confirm.
Forum Mod
-
02-26-2011, 01:28 PM #5Platinum Member
Achievements:



- Join Date
- Jan 2011
- Location
- Germany
- Posts
- 590
- Points
- 6,801
- Level
- 24
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Rep Power
- 3
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 #6New Member
Achievements:


- 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 #7Bronze Member
Achievements:


- 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 #8Moderator
Achievements:



- Join Date
- Jun 2011
- Posts
- 427
- Points
- 25,995
- Level
- 49
- Thanks
- 0
- Thanked 5 Times in 5 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 #9New Member
Achievements:


- 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 #10New Member
Achievements:


- 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 #11New Member
Achievements:


- 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

Reply With Quote

Bookmarks