|
yeah, CF is not receiving the resume event from windows until you touch your screen.
we actually had another active user having this exact problem run some tests and he wrote a simple application that listened on the same resume event as Centrafuse does, and it displayed the same behaviour. My guess is that the touchscreen driver is locking the windows event reporting thread on resume (in its own re-initialization), and releases as soon as its touched. Then cf gets it... There's not much we at Flux can do about this one, but we will continue to look into it and take input from everyone to try and figure it out...
|