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 Plugins
setup dialog?
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="Andy M" data-source="post: 778024" data-attributes="member: 75963"><p>I programmed the example plugin from the <a href="http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/6_Plugins/Plugin_Developer%27s_Guide/1_Develop_a_Plugin" target="_blank">Wiki</a>. It works. Now I tried to substitute the message box „Nothing to configure, this is just an example“ for my own window to get real setup dialog for my plugin.</p><p>I created a new Window named “OptionenDialog” and tried to instantiate it and show it instead of the massage box. Then I get an error message in Visual Studio 2010. The namspacename “OptionenDialog” in not fond.</p><p></p><p>Example sours code</p><p>[CODE]</p><p>// show the setup dialog</p><p> public void ShowPlugin()</p><p> {</p><p> //MessageBox.Show("Nothing to configure, this is just an example");</p><p> }</p><p>[/CODE]</p><p></p><p>My sours code</p><p>[CODE]</p><p>// show the setup dialog</p><p> public void ShowPlugin()</p><p> {</p><p> OptionenDialog setup = new OptionenDialog();</p><p> setup.ShowDialog();</p><p> }</p><p>[/CODE]</p><p>Can anyone help me with to create a setup dialog?</p></blockquote><p></p>
[QUOTE="Andy M, post: 778024, member: 75963"] I programmed the example plugin from the [URL="http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/6_Plugins/Plugin_Developer%27s_Guide/1_Develop_a_Plugin"]Wiki[/URL]. It works. Now I tried to substitute the message box „Nothing to configure, this is just an example“ for my own window to get real setup dialog for my plugin. I created a new Window named “OptionenDialog” and tried to instantiate it and show it instead of the massage box. Then I get an error message in Visual Studio 2010. The namspacename “OptionenDialog” in not fond. Example sours code [CODE] // show the setup dialog public void ShowPlugin() { //MessageBox.Show("Nothing to configure, this is just an example"); } [/CODE] My sours code [CODE] // show the setup dialog public void ShowPlugin() { OptionenDialog setup = new OptionenDialog(); setup.ShowDialog(); } [/CODE] Can anyone help me with to create a setup dialog? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
setup dialog?
Contact us
RSS
Top
Bottom