Gallery: Unterschied zwischen den Versionen

Aus AquaSoft Wiki
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „''ImageComboBox'' ist eine möglicher Wert, den das '''Type'''-Element des GUI-Strings erhalten kann. Es wird eine aufklappbare List…“)
 
Zeile 6: Zeile 6:
 
<code>
 
<code>
 
   {
 
   {
     "Key" : "ComboBox1",
+
     "Key" : "ImgComboBox1",
     "Type" : "ComboBox",
+
     "Type" : "ImgComboBox",
     "Caption" : "MyComboBox",
+
     "Caption" : "MyImgComboBox",
 
     "Options" :
 
     "Options" :
 
       {
 
       {

Version vom 13. August 2012, 13:48 Uhr

ImageComboBox ist eine möglicher Wert, den das Type-Element des GUI-Strings erhalten kann. Es wird eine aufklappbare Liste erzeugt, die Bilder enthalten.

Optionen

  • "Styles": Pfad zu den einzufügenden Bildern, Datentyp: String

Beispiel

 {
   "Key" : "ImgComboBox1",
   "Type" : "ImgComboBox",
   "Caption" : "MyImgComboBox",
   "Options" :
     {
       "Styles" : "C:\Temp\MyImgCmbStyles\",
     }
 }