Changes between Initial Version and Version 7 of Ticket #710
- Timestamp:
- 07/20/13 16:41:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #710
- Property Status changed from new to reopened
- Property Component changed from gui/internal to osd/core
- Property Summary changed from skin creation: some types do not work with negative positions to screen rotation: some osd types do not work with negative positions
- Property Milestone changed from to version 0.5.1
- Property Keywords display added
- Property Type changed from defect/bug to enhancement/feature request
-
Ticket #710 – Description
initial v7 1 1 When creating own skins, you can give negative x/y positions for counting from the bottom or the right: 2 {{{ 3 #!xml 2 4 <osd enabled="yes" type="button" x="0" y="-85" w="800" h="85" command="" src="skins/Dirk1/bottom.png" /> 5 }}} 3 6 4 7 This does not work for type="text": 8 {{{ 9 #!xml 5 10 <osd enabled="yes" type="text" label="ETA: ${navigation.item.destination_time[arrival]}" ... 6 11 }}} 7 12 It becomes a problem when one user prefers landscape mode while other prefer upright --> nothing is displayed for negative y!