J
Jared Miniman
All,
I'm writing a Windows CE 4.2 application first written with SDF v1.2, and we
just upgraded to v1.3. Here's our problem: we have a form with several
ButtonEx objects. The buttons each have the following defined:
this.cmdBtn.BackColor = System.Drawing.Color.Silver;
this.cmdBtn.Font = new System.Drawing.Font("Tahoma", 8.75F,
System.Drawing.FontStyle.Regular);
this.cmdBtn.ImageAlign = OpenNETCF.Drawing.ContentAlignment.MiddleCenter;
The problem is that even though under normal circumstances, the buttons
behave properly, sometimes when the user clicks very quickly between the
buttons, some of the buttons get stuck in the pressed (blackened) state.
That definitely confuses the user! Is there a known bug/issue that lets
these buttons sometimes not "pop up", so to speak?
I'm writing a Windows CE 4.2 application first written with SDF v1.2, and we
just upgraded to v1.3. Here's our problem: we have a form with several
ButtonEx objects. The buttons each have the following defined:
this.cmdBtn.BackColor = System.Drawing.Color.Silver;
this.cmdBtn.Font = new System.Drawing.Font("Tahoma", 8.75F,
System.Drawing.FontStyle.Regular);
this.cmdBtn.ImageAlign = OpenNETCF.Drawing.ContentAlignment.MiddleCenter;
The problem is that even though under normal circumstances, the buttons
behave properly, sometimes when the user clicks very quickly between the
buttons, some of the buttons get stuck in the pressed (blackened) state.
That definitely confuses the user! Is there a known bug/issue that lets
these buttons sometimes not "pop up", so to speak?