Hi, My application is something like a slide show viewer. When the application is launched, a window with WebView is launched and a background thread is started. >From the background thread periodically webview is loaded with different HTML's. The function used is loadHTMLString: This works fine.
The problem is when the application is launched, if i click on the Apple icon(in top most left corner), when different HTML pages are loaded by background thread, the in the webview HTML pages overlap. I need to avoid the overlappping. Any ideas? Thanks Arun KA On Tue, Mar 9, 2010 at 6:09 PM, Steven Degutis <steven.degu...@gmail.com>wrote: > The problem you're describing isn't very clear to me. Can you be more > specific as to what the unexpected result is, and what action you're taking > that triggers this unexpected result? And, last but certainly not least, > what is the actual code you are using to load a new page into the WebView? > Thanks. > > -Steven > > On Tue, Mar 9, 2010 at 7:26 AM, Arun <arun...@gmail.com> wrote: > >> Hi All >> >> I have an application which has a single window with a webview inside it. >> When the application starts it starts a background thread from which i >> will >> be feeding different HTML files using performSelectorOnMainThread:. >> Everything works fine. >> >> The problem is when the application is launched, if i click on apple icon >> or >> the Application menu items in the Apple menu bar, when the background >> thread >> loads a different HTML page, instead of webview refresh, the new HTML is >> getting over lapped on the previous HTML page. >> >> How can the overlapping be avoided? >> >> Thanks >> Arun KA >> _______________________________________________ >> >> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) >> >> Please do not post admin requests or moderator comments to the list. >> Contact the moderators at cocoa-dev-admins(at)lists.apple.com >> >> Help/Unsubscribe/Update your Subscription: >> >> http://lists.apple.com/mailman/options/cocoa-dev/steven.degutis%40gmail.com >> >> This email sent to steven.degu...@gmail.com >> > > > > -- > Steven Degutis > http://www.thoughtfultree.com/ > http://www.degutis.org/ > _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com