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
Popular Plugins
Fanart Handler
Fanart Handler Plugin v4.0.X.000
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="ajs" data-source="post: 1116578" data-attributes="member: 68833"><p>Yes <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p></p><p></p><p></p><p>I agree, but I will not fix. It's one thing to move the buttons in the GUI, and another thing to prescribe all hands, for example:</p><p>[CODE=C#]</p><p> private CheckBox CheckBoxUseDefaultBackdrop;</p><p>...</p><p> CheckBoxUseDefaultBackdrop = new CheckBox();</p><p>...</p><p> CheckBoxUseDefaultBackdrop.AutoSize = true;</p><p> CheckBoxUseDefaultBackdrop.Checked = true;</p><p> CheckBoxUseDefaultBackdrop.CheckState = CheckState.Checked;</p><p> CheckBoxUseDefaultBackdrop.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);</p><p> CheckBoxUseDefaultBackdrop.Location = new Point(9, 126);</p><p> CheckBoxUseDefaultBackdrop.Name = "CheckBoxUseDefaultBackdrop";</p><p> CheckBoxUseDefaultBackdrop.Size = new Size(400, 20);</p><p> CheckBoxUseDefaultBackdrop.TabIndex = 11;</p><p> CheckBoxUseDefaultBackdrop.Text = "Enable Default Backdrops for Music from UserDef folder, mask:";</p><p> //this.toolTip1.SetToolTip((Control) this.CheckBoxUseDefaultBackdrop, componentResourceManager.GetString("CheckBoxUseDefaultBackdrop.ToolTip"));</p><p> CheckBoxUseDefaultBackdrop.UseVisualStyleBackColor = true;</p><p>...</p><p> groupBox3.Controls.Add(CheckBoxUseDefaultBackdrop);</p><p>[/CODE]</p><p>This we have added one little checkbox that can not nothing but to show themselves and switch.</p></blockquote><p></p>
[QUOTE="ajs, post: 1116578, member: 68833"] Yes :D I agree, but I will not fix. It's one thing to move the buttons in the GUI, and another thing to prescribe all hands, for example: [CODE=C#] private CheckBox CheckBoxUseDefaultBackdrop; ... CheckBoxUseDefaultBackdrop = new CheckBox(); ... CheckBoxUseDefaultBackdrop.AutoSize = true; CheckBoxUseDefaultBackdrop.Checked = true; CheckBoxUseDefaultBackdrop.CheckState = CheckState.Checked; CheckBoxUseDefaultBackdrop.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); CheckBoxUseDefaultBackdrop.Location = new Point(9, 126); CheckBoxUseDefaultBackdrop.Name = "CheckBoxUseDefaultBackdrop"; CheckBoxUseDefaultBackdrop.Size = new Size(400, 20); CheckBoxUseDefaultBackdrop.TabIndex = 11; CheckBoxUseDefaultBackdrop.Text = "Enable Default Backdrops for Music from UserDef folder, mask:"; //this.toolTip1.SetToolTip((Control) this.CheckBoxUseDefaultBackdrop, componentResourceManager.GetString("CheckBoxUseDefaultBackdrop.ToolTip")); CheckBoxUseDefaultBackdrop.UseVisualStyleBackColor = true; ... groupBox3.Controls.Add(CheckBoxUseDefaultBackdrop); [/CODE] This we have added one little checkbox that can not nothing but to show themselves and switch. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
Fanart Handler Plugin v4.0.X.000
Contact us
RSS
Top
Bottom