Hi everyone,
Could someone explain me how should I implement these dropdown lists? I added the lines below in the Default.config and I can see the dropdown lists but and "invalid argument" error is popping up when selecting a value from the list.
<item type="dropdown" name="DropBackColor" text="DropBackColor" command="DropBackColor"/>
<item type="dropdown" name="DropForeColor" text="DropForeColor" command="DropForeColor"/>
The color values are the ones in the default file from Cutesoft installation, but I tried with RGB Hex values, with quotes and without them, with # and without it, color names... nothing of it has worked.
Any idea?
David