I can't seem to find the right way to do localized mnemonics. I have
tried putting "xyz.mnemonic=VK_?" in the resource properties file, this
does not seem to work. Putting just the single character also does not
work. BTW, label text and tooltiptext are being localized from the
resources here.
I am also having difficulty finding the correct way to set the
PrototypeDisplayValue for a combobox. What is the correct syntax or
what am I doing wrong here? Here is what I have tried:
<combobox id="div_state" PrototypeDisplayValue="XXXX"/>
<combobox id="div_state" prototypeDisplayValue="XXXX"/>
<combobox id="div_state" prototypedisplayvalue="XXXX"/>
Also, have you considered possibly adding support for JavaHelp. The
ability to define the helpset for a container and the helpId strings for
components would be very nice.