My main menu screen is a modification of the Aeon inspired osd where there is a png overlay colouring the centre/selected option. However when you scroll the png overlay ‘flickers’ quickly, tolerable but would like to stop the flicker. So I looked at Joey’s Gallery Movie Thumbnail Trick osd and thought…hey he managed to not have his overlay flicker when scrolling between movies , why cant the same be done with this overlay on the main menu page. Have tried to tweak but no luck…is it possible to stop this overlay flicker?
Here is the code I’m using :
- -<mlmenu lbmask=“d” autoenter=“1” is_loop=“1” valkey=“rv-home-menu”>
<mlmenuview display_item_cnt=“5” bg=“2” h=“462” w=“1280” y=“358” x=“0” draw_init_animation=“0” style=“rv_home” changed="@@rv-home-menu-changed" ctrlname=“rv-home-menu”/>
<image scale=“100” bg=“1” h=“80” w=“320” y=“543” x=“480” image=“image/main_menu_select_up.png”/> <include filename="./info.xml"/>
Any ideas?
Here is a screenshot of the main menu