OpenNETCF v1.2+ ButtonEx bug or...

  • Thread starter Thread starter Jared Miniman
  • Start date Start date
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 actually removed all of the button click code. The only code that runs is
whatever is baked into the ButtonEx object to change the coloring.
 
I haven't experienced this issue. However, that certainly doesn't mean that
the problem does not exist. Do you have consistent repro steps for this or
is it pretty much just fast tapping or tapping and dragging or something
else along those lines?
 
You did say CE 4.2 so I guess the word tap may be replaced with the work
click, depending on the hardware setup. :)
 
Back
Top