Comment 5 for bug 897469

Revision history for this message
Timo Kluck (tkluck) wrote :

For the record, here's my comment about my branch that I wrote to Robert earlier.

I'm still struggling with the last pieces. What I'm doing is scan a page, simulate a crash with ctrl+c, and then start a new instance. This should load the old page automatically. This is almost happening as it should. The pixel data is loaded correctly because I can export
it to pdf, but it is not shown on screen. I'm probably missing atrigger somewhere. Can you easily spot what I'm missing?

I used a Sqlite database to save all the data. I tried to work with libgda-4.0 first, but the vala bindings are too buggy to rely on. Now I'm using sqlite directly.