sounds almost like STA ActiveXObjects. I'm just sayin'...
On Dec 5, 6:32 am, Jean-Baptiste Queru <[EMAIL PROTECTED]> wrote: > WebKit is probably the only really example for you to follow, so it's > the "best" example for lack of alternatives. > > That doesn't mean that the WebKit approach will work perfectly for > you, and you'll probably have to adapt it to whatever you're doing. > > It's worth mentioning that some of the difficulty in the WebKit > integration is the fact that WebKit is "slow" (from the point of view > that it can sometimes work for a few seconds at a time in a single > function call), and in order to deal with that all the WebKit-related > code is isolated into a separate thread in order to not clog the UI > thread. That in turns, causes problems with the fact that WebKit is > also not thread-safe. I can't predict whether your library will > require such an approach. > > JBQ > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
