Quote:
Originally Posted by joelypolly
Also I would just update in the .refreshWindow(); method instead of putting refresh code in the scroll action class. Hope this can help a bit.
|
IMHO, calling driver function to refresh EINK screen in .refreshWindow() member function will need tremendous modification because of the compilcated class hierarchy of FBReader and its MVC architecture.
I want to minimize modification to original FBReader. Doing this in ScrollingAction (as OpenInkpot project did) should be an satisfactory simple way. I don't know if doing this in .refreshWindow() is more simple, but I think I don't have the energy to investigate it right now.