Kodi Community Forum

Full Version: Project Mayhem III Upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am currently working on upgrading Project Mayhem III to work with ver 10.0 I have so far integrated the addon's part of ver 10.0 with out really any issues.

My problem started when trying to correct an issue with the Home menu. When you move you cursor or tab over to a menu button the label for that button disappears. Everything else works as it should just the label disappears. I have gone through the Home.xml code and after trying quite a few workaround I am still no closer to solving this issue. I have finally started recoding it to match closer to the PM3 HD Home.xml am an about 20% in with some good results. Before I put many more hours into recoding it is there perhaps some rather easy that I am missing here? I mean I see there was a code change to PM3 HD's Home.xml about 9 month to a year ago. Before that it was coded rather close to Project Mayhem III in the way it created the Home menu buttons.

If I am over complicating this and there might have been a easier way I was hoping to find out before I am finished recoding it.

I have posted some images of the issue and some bit of the code that shows the differences I am talking about.

Thanks for any help in advance!

Image Image

PM III Home.xml-

http://pastebin.com/tuM9pSXh

PM 3 HD Home.xml-

http://pastebin.com/e9BgzK79
You need to set a <textwidth> variable on the buttons used for the main menu it used to be that text didn't get cropped so it worked fine now it does not
Jezz_X Wrote:You need to set a <textwidth> variable on the buttons used for the main menu it used to be that text didn't get cropped so it worked fine now it does not


Worked like a charm. And as always thanks for your help again.