tuxtxt 1.87 error browsing with the colored keys

Games, Plugins, Utils, Tools, 3rdParty, etc...
Jorn
Neugieriger
Neugieriger
Beiträge: 7
Registriert: Montag 18. Juli 2005, 09:41

tuxtxt 1.87 error browsing with the colored keys

Beitrag von Jorn »

Browsing with the colored keys as it is written in the tuxtxt manual.

At the bottom of each Teletext page there are four colored buttons. They relateto the red, green, yellow and blue buttons on your remote control.
By pressing the corresponding colored button on your remote control you willbe automatically be taken to that page.

Red/Blue Jumps to the previous or next available magazine (set of 100 pages).

Green/Yellow Jumps to the current page + 10 or the current page + 20.

BUT this no longer works in the new tuxtxt 1.87.
It should show 800 - 110 - 120 - 200
but it shows 899 - 101 - 102 - 103 in stead !!

When will this be fixed ? or is there a fix ?
dbluelle
Contributor
Beiträge: 319
Registriert: Samstag 29. Mai 2004, 18:49

Beitrag von dbluelle »

Can you tell me on which channel this happens?
Most of the channels have their own navigation for the colorbuttons (this is called TOP or FLOF-Navigation).
Tuxtxt uses this Navigation if available.
Do you see Numbers or text in the last line?
If you see text then the navigation of the channel is used.


dbluelle
Jorn
Neugieriger
Neugieriger
Beiträge: 7
Registriert: Montag 18. Juli 2005, 09:41

Beitrag von Jorn »

Hello

Fx. it is on DR1, DR2, TV2 Charlie, TV2 Zulu, TV3 DK an more.

FLOF-Navigation works on the channels that supports this.

Thanks for your answer.
dbluelle
Contributor
Beiträge: 319
Registriert: Samstag 29. Mai 2004, 18:49

Beitrag von dbluelle »

Maybe you have activated HexMode, but the channels don't have any Hexpages.
Look into the main menu. Is there a question mark on the right side of the service selection (menu item 2) ?
You can toggle this with pressing the info button when this menu item is selected.

The channels you mentioned are not on Astra or Hotbird, right ?
So I can't reproduce your problem, sorry.

dbluelle
Jorn
Neugieriger
Neugieriger
Beiträge: 7
Registriert: Montag 18. Juli 2005, 09:41

Beitrag von Jorn »

Hello

I don't think I have activated the hex pages - this is my config-file:

ScreenMode16x9Normal 0
ScreenMode16x9Divided 0
Brightness 10
MenuLanguage 1
AutoNational 1
NationalSubset 11
SwapUpDown 0
ShowHexPages 0
OverlayTransparency 0x3000
TTFWidthFactor16 28
TTFHeightFactor16 16
TTFShiftX 0
TTFShiftY 0
Screenmode 1
ShowFLOF 1
Show39 1
ShowLevel2p5 0
DumpLevel2p5 0
UseTTF 0

Could you tell me a channel on Astra that should have text-tv like my danish channels. (800 - 110 - 120 - 200) I will then test it.

Thanks again for the support.
rolandm
Einsteiger
Einsteiger
Beiträge: 106
Registriert: Dienstag 17. August 2004, 18:29

Beitrag von rolandm »

Probably the channels have TOP Text information, and at least pages 899, 101, 102, and 103 are (maybe falsely) marked as block pages.
You could find that out if you activate hexmode and see if page $1F0 exists.
I can't check it since all channels you mention are on sirius 3 or thor 2 according to http://www.kingofsat.net/de/channels_D.php (and I only have hotbird 13° and astra 19.2°).
If there is no TOP or FLOF information (poor text...), the color keys should still be used as described.
dbluelle
Contributor
Beiträge: 319
Registriert: Samstag 29. Mai 2004, 18:49

Beitrag von dbluelle »

I could reproduce the error on VIVA and VIVA plus on Astra ( both have no TOP or FLOF)

The following Diff should fix this:

Code: Alles auswählen

diff -Naur -w orig/tuxtxt.c ok/tuxtxt.c
--- orig/tuxtxt.c	2005-07-14 21:19:18.000000000 +0200
+++ ok/tuxtxt.c	2005-07-18 22:14:27.000000000 +0200
@@ -146,8 +146,6 @@
 
 		if (!tuxtxt_cache.bttok || tuxtxt_cache.basictop[current]) /* only if existent */
 		{
-			if (!tuxtxt_cache.bttok && tuxtxt_cache.adip[current]) /* for FLOF return first linked page */
-				return current;
 
 			if (findgroup)
 			{ 
dbluelle
Jorn
Neugieriger
Neugieriger
Beiträge: 7
Registriert: Montag 18. Juli 2005, 09:41

Beitrag von Jorn »

Hello

Will this fix be in the next version, as I have no possibility to compile. I have also the builtin tuxtxt version in Gemini 2.10 for DM7000.

Thanks again for the support.
dbluelle
Contributor
Beiträge: 319
Registriert: Samstag 29. Mai 2004, 18:49

Beitrag von dbluelle »

Yes, this fix is already included in the CVS.
So it will be in any new Image built from the current sourcecode.

dbluelle