Wiki Navigation
- Loading...
Purpose
- Required: Yes
- Type of Change: Bug Fix
The teletext screen has been redesigned to improve the readability.
Description of Change
Affected are myfsteletext.xml and myteletext.xml. In both files there have to be two images with the id's 500 and 501. And both images should have an aspect ratio of 4:3.
Additional Information and References
- Mantis Issue:
- Related xml(s): myfsteletext.xml, myteletext.xml
- Window ID:
- Related GUI property/control:
XML/Code Samples
Blue3
In B3 (720*576) we use the following values:
myfsteletext.xml - Fullscreen:
<id>500</id> <posX>0</posX> <posY>18</posY> <width>720</width> <height>540</height> <texture>-</texture>
<id>501</id> <posX>0</posX> <posY>18</posY> <width>720</width> <height>540</height> <texture>-</texture>
myteletext.xml - Windowed:
<id>500</id> <posX>245</posX> <posY>97</posY> <width>460</width> <height>345</height> <texture>button_small_settings_nofocus.png</texture>
<id>501</id> <posX>245</posX> <posY>97</posY> <width>460</width> <height>345</height> <texture>button_small_settings_nofocus.png</texture>
Blue3wide
In B3W (1280*720) we use these values:
myfsteletext.xml - Fullscreen:
<id>500</id> <posX>160</posX> <posY>0</posY> <width>960</width> <height>720</height> <texture>-</texture
<id>501</id> <posX>160</posX> <posY>0</posY> <width>960</width> <height>720</height> <texture>-</texture>
myteletext.xml - Windowed:
<id>500</id> <posX>435</posX> <posY>121</posY> <width>760</width> <height>570</height> <texture>black.png</texture>
<id>501</id> <posX>435</posX> <posY>121</posY> <width>760</width> <height>570</height> <texture>black.png</texture>
Screenshots
Insert screenshot(s) here, ( remove this text)
This page has no comments.