S
Stu
Hi all,
VS.NET 2003, CF SP2, Dell Axim X5 (PPC2002, WM2003) 300Mhz
In my project, I've found several points where I get fairly constant
lockups during execution. The first is when drawing buttons (color buttons
in SP2, custom class defined for this in SP1 - same results), if I do them
one at a time with a forced pause of about a second between each one, I
never see the lockup, but when allowing the program to run at normal speeds,
I get a program lockup nearly every time after the first button has been
drawn or refreshed.
I have also found that while scrolling a list of items in the combo box I
get the same lockup nearly 80% of the time. I've tried limiting the number
of characters displayed with no effect (other than having shorter text
strings in the combo box list).
The only thing I've found that these two items have in common, is that
they are both placed inside of panels rather than directly on the form.
Should they be referenced differently because of this? I can post some
generic code specifics, but I'm not trying to do anything fancy or out of
the norm, especially with the combo boxes.
Thanks much! This one has all of us stumped.
Stu Wells
VS.NET 2003, CF SP2, Dell Axim X5 (PPC2002, WM2003) 300Mhz
In my project, I've found several points where I get fairly constant
lockups during execution. The first is when drawing buttons (color buttons
in SP2, custom class defined for this in SP1 - same results), if I do them
one at a time with a forced pause of about a second between each one, I
never see the lockup, but when allowing the program to run at normal speeds,
I get a program lockup nearly every time after the first button has been
drawn or refreshed.
I have also found that while scrolling a list of items in the combo box I
get the same lockup nearly 80% of the time. I've tried limiting the number
of characters displayed with no effect (other than having shorter text
strings in the combo box list).
The only thing I've found that these two items have in common, is that
they are both placed inside of panels rather than directly on the form.
Should they be referenced differently because of this? I can post some
generic code specifics, but I'm not trying to do anything fancy or out of
the norm, especially with the combo boxes.
Thanks much! This one has all of us stumped.
Stu Wells