
//SCRIPT :MCEXT.DLGCOMBO.MCFSCR
//Helper: ÄÜÖßäöü
//Scriptfunktion 'MCEXT.DLGCOMBO'
//Zeigt eine Auswahlliste als Dropdown (ComboBox).
//Rückgabewert:
//- Gewählter Eintrag als Text
//- "" bei Abbruch
//Parameter (alle Strings):
//1) Titel - Ueberschrift des Dialogs
//2) Beschreibung - Text oberhalb der ComboBox
//3) Array - Eintraege, getrennt durch ";"
//4) Sorted - 1/true/ja = alphabetisch sortieren (optional)
//5) FormWidth - Breite (0 oder leer = automatisch)
//6) FormHeight - Hoehe (0 oder leer = automatisch)
//7) ThemeIniPath - Pfad zur Theme-INI (optional)
//8) ThemeMode - Theme-Name (optional)
//9) ButtonText - Text fuer OK-Button (optional)
INI_COLOR={APPPATH}\CONFIG\SYSTEM_COLOR.INI
THEME="DARK"
ARR="A;C;D;F;B"
ERG=""
ERG=MCEXT.DLGCOMBO{Titel,Beschreibung,{ARR},,300,150,{INI_COLOR},{THEME},Auswählen}
DLG=DLGMESSAGE{{ERG}}
