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
Development
General Development (no feature request here!)
Help with TV Server plugin settings page
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="ears" data-source="post: 1107315" data-attributes="member: 83203"><p>Hi,</p><p></p><p>Thanks to help on previous posts I now have my plugin up and running - MP TV server accepts it and displays it, I can enable and disable it.</p><p></p><p>My next step is to get a settings page up and running but I seem to have immediately run into a problem - MP TV server doesn't show the form that I've created in the project.</p><p></p><p>So the plugin itself has the following lines in it</p><p></p><p> public SetupTv.SectionSettings Setup</p><p> {</p><p> get</p><p> {</p><p> return new SetupTV.Sections.SetupSkyGrabber();</p><p> }</p><p> }</p><p></p><p>And the form itself is a rather basic hello world type affair - highlights here</p><p></p><p> public partial class SetupSkyGrabber : SetupTv.SectionSettings</p><p> {</p><p> private System.Windows.Forms.TextBox tbTest;</p><p> private System.Windows.Forms.Button button1;</p><p></p><p>Then some standard VS inserted intialise components</p><p></p><p>And then my simple button1_click method that puts some text in the box.</p><p></p><p>Problem is this form isn't being displayed on the MP plugin settings page and there's nothing in the logs to indicate why - does anyone have any clever ideas about where I should be looking?</p><p></p><p>Thanks in advance</p></blockquote><p></p>
[QUOTE="ears, post: 1107315, member: 83203"] Hi, Thanks to help on previous posts I now have my plugin up and running - MP TV server accepts it and displays it, I can enable and disable it. My next step is to get a settings page up and running but I seem to have immediately run into a problem - MP TV server doesn't show the form that I've created in the project. So the plugin itself has the following lines in it public SetupTv.SectionSettings Setup { get { return new SetupTV.Sections.SetupSkyGrabber(); } } And the form itself is a rather basic hello world type affair - highlights here public partial class SetupSkyGrabber : SetupTv.SectionSettings { private System.Windows.Forms.TextBox tbTest; private System.Windows.Forms.Button button1; Then some standard VS inserted intialise components And then my simple button1_click method that puts some text in the box. Problem is this form isn't being displayed on the MP plugin settings page and there's nothing in the logs to indicate why - does anyone have any clever ideas about where I should be looking? Thanks in advance [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Help with TV Server plugin settings page
Contact us
RSS
Top
Bottom