All,

Is there some known bug in QTopia where QLineEdit selectAll() selects the text under the covers, but does not update the screen to a "selected" display at any point in time? I've seen a few posts scattered around about this. On the PC it is flawless. On the QTopia target, even when done with a timer many seconds after navigating to the screen, the text is not visually selected. I can drag with my finger and see physical selection, but programatically it does not honor the selection.

Wouldn't be so bad but the selection is not even honored. When you touch an entry button to update the text it doesn't get overwritten but rather it gets appeneded. On the PC it is flawless and behaves as expected.

Am I going to have to use a hack which fakes a mouse press-move-release across the entire rectangle just to get the desired result?

Thanks,