2007-12-28, 06:43 AM
Here is the routine for passing the menubuttons names to PVRx2. For Gamezone I use dynamicly chosen names for the buttons, does anyone have any idea how this can be accomplished neatly?
protected override string[] getButtonList()
{
return new string[]{ "Current", "Map", "Forecast", "Details", "Add", "Remove", "Main Menu" };
}
Each string must be set so I cant just sent an empty string for the ones not seleced as PVRx2 crashes.
I also need to be able to read the button "Title" in later, I am hoping that will be easy.
Cheers
Paul
protected override string[] getButtonList()
{
return new string[]{ "Current", "Map", "Forecast", "Details", "Add", "Remove", "Main Menu" };
}
Each string must be set so I cant just sent an empty string for the ones not seleced as PVRx2 crashes.
I also need to be able to read the button "Title" in later, I am hoping that will be easy.
Cheers
Paul