The tiff angle still isn't too feasibile. Even with a large swapfile on my SD card I can't open the images. They are too large it seems. But I know with smaller images the tiff viewer app works.
A new problem arose using the qcop method. When I bring up the Hancom Word app with the document I want and then close Hancom Word, my Ruby/Qtopia application disappears from the screen. I do see the active process listed running the ps command, however. Is there an easy way to make it visible again? I am passing along the Ruby system() method to bring up Hancom Word. Something like:
system("qcop QPE/Application/HancomMobileWord 'setDocument(QString)' '/path/to/myDocument.doc'")
This system() methods forks out a subshell and should return back to the main Ruby/Qtopia application. Although the Ruby script is still an active process the Qtopia app has disappeared. How can I bring it back?