hi meerkat, did you or someone else found a solution for that problem? We got the same error alert with IE7 on winXP since we introduced a localserver to our application. The browsers plugins are all deactivated.
cheers stefan On Mar 4, 11:39 pm, meerkat <[email protected]> wrote: > OK. I have now removed/disabled all browser add-ons and extensions. > But I am still getting the same "Gears has detected anincompatibility > withanotherprogram..." alert. > What to try next? > meerkat > > On Mar 4, 9:12 pm, meerkat <[email protected]> wrote: > > > OK. "it reflects > > > > the value in your manifest file" - yes this OK. > > > I do get the "Gears has detected an>incompatibilitywithanotherprogram. Your > > web applications may not > > > work correctly until you resolve it." I thought it was yahoo and > > > removed > > > that but still get the error. I will work on that now. > > > Thanks for the pointer. > > meerkat > > > On Mar 4, 7:24 pm, Michael Nordman <[email protected]> wrote: > > > > Are you certain the store has been successfully updated (all resources > > > downloaded w/o error)? You can examine the > > > managedResourceStore.currentVersion property to tell. If it reflects > > > the value in your manifest file, then its all downloaded and should be > > > available. Since its working in Firefox, probably this is not the > > > problem, but just checking. > > > > Do you also see an alert that says "Gears has detected an > > >incompatibilitywithanotherprogram. Your web applications may not > > > work correctly until you resolve it."? > > > > On Wed, Mar 4, 2009 at 11:10 AM, meerkat <[email protected]> wrote: > > > > > Still getting the problem inIE. Any ideas? > > > > Thanks, meerkat > > > > >> -----OriginalMessage----- > > > >> From: [email protected] > > > >> [mailto:[email protected]] > > > >> On Behalf Of meerkat > > > >> Sent: Wednesday, March 04, 2009 12:54 AM > > > >> To: [email protected] > > > >> Subject: [gears-users] Re:IEofflinemessage > > > > >>IE8 on Windows 2003 Server > > > >> > -----OriginalMessage----- > > > >> > From: [email protected] > > > >> > [mailto:[email protected]] > > > >> > On Behalf Of Michael Nordman > > > >> > Sent: Wednesday, March 04, 2009 12:36 AM > > > >> > To: [email protected] > > > >> > Subject: [gears-users] Re:IEofflinemessage > > > > >> > What version ofIEon what OS are you using? > > > > >> > On Tue, Mar 3, 2009 at 4:27 PM, meerkat <[email protected]> wrote: > > > > >> > > p.s. theoffline-ing is working in Firefox just notIE. Need it to > > > >> work > > > >> > in > > > >> > >IEunfortunately > > > >> > > (:-( > > > > >> > > meerkat > > > > >> > >> -----OriginalMessage----- > > > >> > >> From: [email protected] > > > >> [mailto:[email protected]] > > > >> > >> On Behalf Of meerkat > > > >> > >> Sent: Tuesday, March 03, 2009 11:28 PM > > > >> > >> To: [email protected] > > > >> > >> Subject: [gears-users]IEofflinemessage > > > > >> > >> Hello, > > > > >> > >> Now the manifest files are being copied. But not served > > > >> > >> whenoffline. > > > >> > When > > > >> > >> I > > > >> > >> hover over a link in a htm page toanotherhtm page that is in the > > > >> > >> manifest > > > >> > >> local store I am getting a hand with a circle with a cross through > > > > it. > > > >> > >> When > > > >> > >> I try to click this link, I get theIEmessage"webpage unavailable > > > >> > >>offline- > > > >> > >> Connect or stayoffline". When I click stayofflinetheIEmessage > > > >> > still > > > >> > >> appears and the file in the store is not being served. > > > >> > >> Help welcome! > > > >> > >> Thanks. > > > >> > >> meerkat > > > > >> > >> > -----OriginalMessage----- > > > >> > >> > From: [email protected] [mailto:gears- > > > >> > [email protected]] > > > >> > >> > On Behalf Of meerkat > > > >> > >> > Sent: Tuesday, March 03, 2009 11:10 PM > > > >> > >> > To: [email protected] > > > >> > >> > Subject: [gears-users] Re: Files is manifest not copied > > > > >> > >> > Thanks for your direction. Used lastErrorMessage to get error in > > > >> > >> manifest > > > >> > >> > file. > > > >> > >> > meerkat > > > > >> > >> > > -----OriginalMessage----- > > > >> > >> > > From: [email protected] [mailto:gears- > > > >> > >> [email protected]] > > > >> > >> > > On Behalf Of Michael Nordman > > > >> > >> > > Sent: Tuesday, March 03, 2009 10:22 PM > > > >> > >> > > To: [email protected] > > > >> > >> > > Subject: [gears-users] Re: Files is manifest not copied > > > > >> > >> > > See > > > > >>http://code.google.com/apis/gears/api_localserver.html#ManagedResourc... > > > >> > >> > > e > > > > >> > >> > > .oncomplete > > > >> > >> > > .onerror > > > >> > >> > > .updateStatus > > > >> > >> > > .lastErrorMessage > > > > >> > >> > > On Tue, Mar 3, 2009 at 2:17 PM, meerkat <[email protected]> > > > >> > >> > > wrote: > > > > >> > >> > > > try > > > >> > >> > > > { > > > >> > >> > > > var localServer = > > > >> > > google.gears.factory.create('beta.localserver'); > > > >> > >> > > > } catch (ex) > > > >> > >> > > > { > > > >> > >> > > > setText('Could not create local server: ' + ex.message); > > > >> > >> > > > return; > > > >> > >> > > > } > > > >> > >> > > > try > > > >> > >> > > > { > > > >> > >> > > > var store = localServer.createManagedStore("ABC_STORE"); > > > >> > >> > > > store.manifestUrl = 'testManifest.json'; > > > >> > >> > > > store.checkForUpdate(); > > > >> > >> > > > setText('Local Store Created'); > > > >> > >> > > > } > > > >> > >> > > > catch(e) > > > >> > >> > > > { > > > >> > >> > > > setText('Could not create Local Store: ' + > > > >> > >> > > > e.message); > > > >> > >> > > > return; > > > >> > >> > > > } > > > > >> > >> > > > Hello, > > > >> > >> > > > I have the standard code above for creating localserver and > > > >> > >> > > > managedresourcestore. I am getting the successful messages, > > > >> > >> > > > the > > > >> > >> local > > > >> > >> > > > server is created but the files in the manifest are not > > > >> > >> > > > being > > > >> > copied > > > >> > >> > > > over.( For testing purposes I only have a few files in the > > > >> store > > > >> > to > > > >> > >> > > > start with.) > > > > >> > >> > > > Any suggestions on to what might be (or not) happening? > > > >> > >> > > > Thanks, > > > >> > >> > > > meerkat
