I have a new problem, and I encounted it today. The idea was that I
was going to open 5 tabs, and then use WebView::loadfinished() to run
some code and actions apon each tab. Now, the problem which occurred,
was that the tabs themselves loaded, but then nothing actually
happened beyond that. The loadfinished() was never run on them.
So, I figured a few things, perhaps the fact that the current tab
isn't currently displayed might prevent loadfinished() from running?
Does anyone know anything about this? Is there any way to get around
this?
Thanks