Wiki Navigation
- Loading...
Purpose
- Required: Yes
- Type of Change: Bug Fix
Currently if you wish to Switch Languages in MP in the settings screen, you must cycle through every language until you get to the one you want to select. This could mean that a user had to cycle throw a lot of languages until he would reach his choice. Since the language was loaded on select, the user also had to wait for a few moments between every change. With 1.2 the selection is done with a dialog, so the user can directly scroll to the target language.
Description of Change
The currently used selectbutton has been changed into a standard button which opens a dialog.
Please note that a skin change is required: in settings_general.xml the type tag of language button (id 11) must be changed from selectbutton to button.
Additional Information and References
- Mantis Issue: 3108
- Related xml(s): settings_general.xml
- Window ID: 705
- Related GUI property/control: GUISelectButton, GUIButton
XML/Code Samples
Definition of the language choice button in settings_general.xml (taken from Blue3Wide)
<control> <description>Language</description> <type>button</type> <id>11</id> <posX>99</posX> <posY>233</posY> <width>303</width> <label>248</label> </control>
Screenshots
This page has no comments.