D
Danny Gilbert
Hi !
I build a WinApp C# software under Windows CE 6.0. It is a GUI and the
system works in Kiosk mode. I have some issue with all windows controls in my
form.
I have some scrolling bar, button, led button, text box, etc.
When I push too many times a button, It shows my button turning on and off
(red or green) but after some moment, the button continues to "toggle" even
if I have finish to push on it. If I work with my GUI in "slow motion",
everything is fine. If I ask too much "process from Windows", I see lagging
or flicking.
I have the same issue with scrolling bar. I have a background process that
update a new position of the scroller at each 100ms (I have a log of this
event at each 100ms and it works) but the scrolling bar does not "react"
properly.
NOTE: I use DELEGATE and INVOKE() functions to "update" properties of my
control. I do the same thing then all example I found on the web and in my
book.
Is it normal that my controls "show" some "lagging" in the animation ?
Can it be due to the processor "cpu power" or memory of my system ?
My system is a : Geode LX800 AMD CPU with 512MB of ram.
I build a WinApp C# software under Windows CE 6.0. It is a GUI and the
system works in Kiosk mode. I have some issue with all windows controls in my
form.
I have some scrolling bar, button, led button, text box, etc.
When I push too many times a button, It shows my button turning on and off
(red or green) but after some moment, the button continues to "toggle" even
if I have finish to push on it. If I work with my GUI in "slow motion",
everything is fine. If I ask too much "process from Windows", I see lagging
or flicking.
I have the same issue with scrolling bar. I have a background process that
update a new position of the scroller at each 100ms (I have a log of this
event at each 100ms and it works) but the scrolling bar does not "react"
properly.
NOTE: I use DELEGATE and INVOKE() functions to "update" properties of my
control. I do the same thing then all example I found on the web and in my
book.
Is it normal that my controls "show" some "lagging" in the animation ?
Can it be due to the processor "cpu power" or memory of my system ?
My system is a : Geode LX800 AMD CPU with 512MB of ram.