Remove black box solution HUBCORN.2.0

someone has discovered remove the black box on the menu hand, I wanted to keep the suspense has left HUBCORN v.2.0 however I discovered the method before him and I think that is the theme resamble LOTS HUBCORN 2. So I wanted my meter Methos to remove the black square meter and as a focus for example:

inc_rv_home_menu_node.xml

<? Xml version = "1.0"?>

<Button valkey = “RV_HOME_MENU_FILES”
name = “”
normal_bg = “image / main_files_icon_n.png”
focused_bg = “image / main_files_icon_f.pngg”
disabled_bg = “image / main_files_icon_n.png” />

<Button valkey = “RV_HOME_MENU_IPCAM”
name = “IPcam”
normal_bg = “image / main_ipcam_icon_n.png”
focused_bg = “image / main_ipcam_icon_f.pngg”
disabled_bg = “image / main_ipcam_icon_n.png” />

<Button valkey = “RV_HOME_MENU_NEW_FW”
name = “”
normal_bg = “image / main_new_firmware_icon_n.png”
focused_bg = “image / main_new_firmware_icon_f.pngg”
disabled_bg = “image / main_new_firmware_icon_n.png” />

<Button valkey = “RV_HOME_MENU_MUSIC”
name = “”
normal_bg = “image / main_music_icon_n.png”
focused_bg = “image / main_music_icon_f.pngg”
disabled_bg = “image / main_music_icon_n.png” />

<Button valkey = “RV_HOME_MENU_PHOTOS”
name = “”
normal_bg = “image / main_photos_icon_n.png”
focused_bg = “image / main_photos_icon_f.pngg”
disabled_bg = “image / main_photos_icon_n.png” />

<Button valkey = “RV_HOME_MENU_SERVICES”
name = “”
normal_bg = “image / main_services_icon_n.png”
focused_bg = “image / main_services_icon_f.pngg”
disabled_bg = “image / main_services_icon_n.png” />

<Button valkey = “RV_HOME_MENU_SETUP”
name = “”
normal_bg = “image / main_setup_icon_n.png”
focused_bg = “image / main_setup_icon_f.pngg”
disabled_bg = “image / main_setup_icon_n.png” />

<Button valkey = “RV_HOME_MENU_USERS”
name = “Users”
normal_bg = “image / main_users_icon_n.png”
focused_bg = “image / main_users_icon_f.pngg”
disabled_bg = “image / main_users_icon_n.png” />

<Button valkey = “RV_HOME_MENU_VIDEOS”
name = “”
normal_bg = “image / main_videos_icon_n.png”
focused_bg = “image / main_videos_icon_f.pngg”
disabled_bg = “image / main_videos_icon_n.png” />

</ Wrapper>

after you rename focused_bg = “image / main_videos_icon_f.pngg”

delete all image / main_videos_icon_f

to have a coach after

rv_home.xml

<? Xml version = "1.0"?>

--------

<Mlmenuview ctrlname = “rv-home-menu” changed = “@ @ menu-home-rv-changed” style = “rv_home” draw_init_animation = “0”

x = “0” y = “358” w = “1280” h = “462” bg = “2” display_item_cnt = “5” />

Thanks Helll3ond, i am sure this will be very useful for us themers

Will be waiting for a release, nice job!

Can someone please explain how to do this- Removal of balck box- as I don’t quite follow Hubcorn’s explanation?

thanks

I dont believe he ever gave an explanation, he seems to have evaporated .

Removing the Black box is really a misnomer, since what this does (as does JoeySmyths Aeon menu) is to get rid of the focused menu icon.  So what this does is rename the focused icon, so that instead of having this:

focused_bg = “image / main_files_icon_f.png”

you have this:

focused_bg = “image / main_files_icon_f.pngg”

Notice the underlined part.   This, more or less, tells the firmware to use an icon that doesn’t exist, therefore no icon is used.  And since the icon isn’t used, the black box doesn’t appear because it follows the focused icon.

However, this method can cause the HUB to reboot.

As were JoeySmyth’s Aeon menu, doesn’t cause a reboot, but uses a different method.  Instead of trying to use an icon that doesn’t exist, by rename the focused icon in the .xml, it uses the method of making the focused icon a 1 X 1 pixel icon.  Basically, making the focused icon and black box too small to see.

1 Like

THANKS TW, YET AGAIN THE MAN WITH ‘ALL’ THE ANSWERS!!

MUCH APPRECIATED.