Behavior of CheckedListBoxes in MP (1 Viewer)

tklon

Portal Pro
September 3, 2004
353
6
Germany
Home Country
Germany Germany
In the config app there are some CheckedListBoxes. The first one is the General Settings. 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 CheckOnClick = true 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;
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
Changed in SVN. Such things just might happen, developers don't always watch all properties, esp. in windows forms such might happen. No intention behind it, just overlooked. :wink:

Thanks for searching!
 

Users who are viewing this thread

Top Bottom