home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
Xtreme
Skin Xtreme (Widescreen 16:9) **** 07/07/2025 - version 1.9.0.0 released ****
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Marduk65" data-source="post: 1080972" data-attributes="member: 117026"><p>...in wiki pages for plugins developers I've found this:</p><p>[SPOILER]</p><p>69 ''' If the plugin should have it's own button on the main menu of MediaPortal then it</p><p>70 ''' should return true to this method, otherwise if it should not be on home</p><p>71 ''' it should return false</p><p>72 ''' </summary></p><p>73 ''' <param name="strButtonText">text the button should have</param></p><p>74 ''' <param name="strButtonImage">image for the button, or empty for default</param></p><p>75 ''' <param name="strButtonImageFocus">image for the button, or empty for default</param></p><p>76 ''' <param name="strPictureImage">subpicture for the button or empty for none</param></p><p>77 ''' <returns>true : plugin needs it's own button on home</p><p>78 ''' false : plugin does not need it's own button on home</returns></p><p>79 Public Function GetHome(ByRef strButtonText As String, _</p><p>80 ByRef strButtonImage As String, _</p><p>81 ByRef strButtonImageFocus As String, _</p><p>82 ByRef strPictureImage As String) As Boolean</p><p>83 strButtonText = String.Empty</p><p>84 strButtonImage = String.Empty</p><p>85 strButtonImageFocus = String.Empty</p><p>86 strPictureImage = String.Empty</p><p>87 Return false</p><p>[/SPOILER]</p><p>I think these could be the code rows related to the buttons string problem (row 73?); as soon as possible I'll try to ask to Micropolis to see if he can make some changes to resolve this little drawback with the next release of WorldWeather.</p><p></p><p>Cheers</p></blockquote><p></p>
[QUOTE="Marduk65, post: 1080972, member: 117026"] ...in wiki pages for plugins developers I've found this: [SPOILER] 69 ''' If the plugin should have it's own button on the main menu of MediaPortal then it 70 ''' should return true to this method, otherwise if it should not be on home 71 ''' it should return false 72 ''' </summary> 73 ''' <param name="strButtonText">text the button should have</param> 74 ''' <param name="strButtonImage">image for the button, or empty for default</param> 75 ''' <param name="strButtonImageFocus">image for the button, or empty for default</param> 76 ''' <param name="strPictureImage">subpicture for the button or empty for none</param> 77 ''' <returns>true : plugin needs it's own button on home 78 ''' false : plugin does not need it's own button on home</returns> 79 Public Function GetHome(ByRef strButtonText As String, _ 80 ByRef strButtonImage As String, _ 81 ByRef strButtonImageFocus As String, _ 82 ByRef strPictureImage As String) As Boolean 83 strButtonText = String.Empty 84 strButtonImage = String.Empty 85 strButtonImageFocus = String.Empty 86 strPictureImage = String.Empty 87 Return false [/SPOILER] I think these could be the code rows related to the buttons string problem (row 73?); as soon as possible I'll try to ask to Micropolis to see if he can make some changes to resolve this little drawback with the next release of WorldWeather. Cheers [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
Xtreme
Skin Xtreme (Widescreen 16:9) **** 07/07/2025 - version 1.9.0.0 released ****
Contact us
RSS
Top
Bottom