-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An indicator of whether the frame is 'broadcast compatible' #62
Comments
Sounds good to me. I have a 'teleletext design' post in the works sharing my design goodies with Dan and the general public, plus links to editors and such - I'm happy to echo those guidelines. Some who read it might be Teefax bound but others might just be footloose pixel artists or doing 'not necessarily teletext' things like Alexi Sayle's thing below so it may fast track them into the distinctions. |
Great, we can add that to the list of resources for people starting out, alongside the how-to guide and stuff like that. What are your opinions on whether foreground black should be considered a 'yellow light'? |
Sounds sensible. I don't have much to add besides that when it comes to leaving Row 24 free, that row is not used in systems that use Table Of Pages navigation instead of FLOF (fasttext). Reminding people that row 24 should only be used for the prompts for fasttext links is a good idea though. While you can ignore the FLOF code of practice and put anything there the spec does warn that it's not advisable to allow enhancement objects to spread into row 24 because some decoders display row 24 below row 11 when in "page expansion" mode (i.e. zoomed). Though it doesn't mention this in regard to using row 24 for things other than in conformity with the FLOF code of practice I would think the same argument applies against putting general content on that row too. |
Another thought is that the distinctions of row 0 and row 24 being "special" in teletext is irrelevant entirely if you are using edit.tf to design Mode 7 artwork for a BBC microcomputer. |
Thanks for all the very detailed information! Definitely a good point about the BBC micro stuff. By the way, the editor doesn't implement BBC Micro display properly, e.g. how the top and bottom of a double height line can be, for example, different colours. Anyway, this is why I like Peter's suggestion - a little flag or traffic light is subtle, and can be ignored if the designer isn't making a teletext frame. Likewise a subtle box that can be turned off. |
I don't think that foreground black is that bad a thing as everything should support it these days. What would be interesting would be a "Level" indicator which is set to the level of the highest feature used. So for the purists, a page within the original IBA spec. would be 1.0. Black foreground would be 2.5 etc. |
I've just added this and merged it in - there is a little traffic light on the bottom right of the screen. By default, there are subtle grid lines showing the teletext area. Have a look - do you think it's ok but a bit much? |
The grid also disappears temporarily when the status bar is hidden (bug #61) |
A case which this doesn't cover, but which would be easy to detect: if row 23 has double height characters on it, then teletext receivers will render those characters in row 24. Does that turn our light yellow? I'd say probably yes. |
The light also goes bright red if any of the first eight characters are non-blank! :) |
I would say it should go red. As per the notes on double height and size in Table 26 of The Spec my editor forbids setting double size in rows 23 or 24 (and strips them on import). The same for row zero but that is stripped entirely anyway in my case. |
Funny you should mention double height in row zero. wxTED and my TV supports that. |
Well the specification doesn't seem to say anywhere that decoders shouldn't accept it, only that broadcasters shouldn't transmit it 😄 "If a decoder receives an illegal combination, it may chose, for example, to display a partial |
Here's another frame size limitation - Probably not an issue for any applications these days - most file formats I have come across store a straight 22 or 23x40 image array, but it's something that sprung to mind! |
As frames find their way to places like Teefax, we would like to encourage designers to keep rows 0 and 24 free for broadcast systems to replace the header and insert Fastext links. At the moment the editor does nothing to do this besides the grid (Esc-X).
@peterkvt80 suggested a flag warning when a frame is not 100% broadcast compliant. Let's put this in the status bar. Initially I think we could make this three colours, like a traffic light.
Red: You are using row 0, which will be overwritten by an inserter.
Yellow: You are using row 24, which will be overwritten by Fastext links. We could also use this to mean 'you are using foreground black', but that's totally normal and usual on the teletext services of other countries.
Green: Rows 0 and 24 are free (and maybe, foreground back hasn't been used), everything is groovy.
Does this seem sensible to everyone?
[Paging @ZXGuesser and @pjfdirect who knows about these things too]
The text was updated successfully, but these errors were encountered: