View Single Post
Old 03-02-2010, 06:40 PM   #36
plazec
Member
plazec doesn't litterplazec doesn't litter
 
plazec's Avatar
 
Posts: 22
Karma: 166
Join Date: Dec 2007
Location: Czech Republic, Sedlice
Device: Cybook Gen 3, HTC Desire
Quote:
Originally Posted by Valloric View Post
Yes, the window which has focus receives the UI events for scrolling etc. The other window updates only when you click in it.

This "live sync/update" system you are asking for—while it looks simple on the surface—is actually extremely difficult to implement, especially using the crappy QtWebkit as the Book View backend. The only application that I know that does this is Adobe Dreamweaver, and I'm not Adobe.

But it will be done. I have a few ideas. BTW it's already on the tracker.
Looks like I was getting right how it works - window without focus updates on click.
So there is inconsistency as I said in my example, that confused me. When code window has focus, pageup and pagedown keys scrolls book window instead of code window.
plazec is offline   Reply With Quote