Alright, here's a test case: <canvas> <simplelayout axis="y"/> <inputtext name="field" width="300" fgcolor="0xFFFFFF" bgcolor="0x000000" height="30" fontsize="13"/> <inputtext name="field2" width="300" fgcolor="0x999999" bgcolor="0x333333" height="30" fontsize="13"/> </canvas>
If you enter text into both input text fields and then select the text you just entered, you'll see that the bottom input field will reflect a visible change in color, while the top one makes it look like nothing is selected. It seems that the default highlight for text selections is a black background and a white foreground. Is there any way for me to change this? Lyle Jantzi III
