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!)
Behavior of CheckedListBoxes in MP
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="tklon" data-source="post: 58507" data-attributes="member: 10368"><p>In the config app there are some CheckedListBoxes. The first one is the <strong>General Settings</strong>. All the time I was wondering why I have to click an item twice to toggle (enable/disable). I didn't notice this in any other application.</p><p></p><p>Is this behavior intended? When setting <strong>CheckOnClick = true</strong> you just need to click once.</p><p></p><p>Affected are 4 files. MovieDatabase.cs and MusicDatabase.cs contain this property already.</p><p></p><p>1. Configuration\Sections\General.cs</p><p>Line to add: this.settingsCheckedListBox.CheckOnClick = true;</p><p></p><p>2. WindowPlugins\GUITrailers\GUITrailersSetupForm.cs</p><p>Line to add: this.YahooServerListBox.CheckOnClick = true;</p><p></p><p>3. Configuration\Sections\SerialUIR.cs</p><p>Line to add: this.ActionsCheckList.CheckOnClick = true;</p><p></p><p>4. Core\USBUIRT\USBUIRTLearnForm.cs</p><p>Line to add: this.ActionsCheckList.CheckOnClick = true;</p></blockquote><p></p>
[QUOTE="tklon, post: 58507, member: 10368"] In the config app there are some CheckedListBoxes. The first one is the [b]General Settings[/b]. All the time I was wondering why I have to click an item twice to toggle (enable/disable). I didn't notice this in any other application. Is this behavior intended? When setting [b]CheckOnClick = true[/b] you just need to click once. Affected are 4 files. MovieDatabase.cs and MusicDatabase.cs contain this property already. 1. Configuration\Sections\General.cs Line to add: this.settingsCheckedListBox.CheckOnClick = true; 2. WindowPlugins\GUITrailers\GUITrailersSetupForm.cs Line to add: this.YahooServerListBox.CheckOnClick = true; 3. Configuration\Sections\SerialUIR.cs Line to add: this.ActionsCheckList.CheckOnClick = true; 4. Core\USBUIRT\USBUIRTLearnForm.cs Line to add: this.ActionsCheckList.CheckOnClick = true; [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Behavior of CheckedListBoxes in MP
Contact us
RSS
Top
Bottom