[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Announcement: Contiki 1.3
Hi Rich,
>Mouse support works good... We need AppleWin Mouse emulation!
Indeed.
>I noticed that if you click the directory from the desktop, and then
>click the DIRECTORY name on the directory window, the screen
>flickers badly when you move the mouse.
Contiki allows to drag a window over the desktop by selecting the
window title. Due to performance constraints (especially on 1 MHz
machines) the necessary redraws become very visible.
The directory application window is as big as the desktop so it can't
actually be moved. But the redraws happen anyway. My assumption is
that it's this what you refer to as flicker.
Trying the same with a smaller window should help to clarify if my
assumption is correct...
Best, Oliver