PDA

View Full Version : Ext wanting access to the internet??



Preston
3 May 2007, 8:58 AM
Hi there,

i am using Ext.1.0 and have build some nice looking Tabs, which should run as part of a stand-alone software (no internet access).

Howeber whenever I load the page with the tabs. An OS "Establish an connection to the internet" box pops up. The tabs get loaded correctly, but one always has to click away the box.

This is since switching to 1.0.

Is there any URL in the code, that points to a site/URL on the www? Is Ext phoning home?? ;)

Anybody else encountered this (maybe guys behind a firewall)?
I really need to turn this off.

tryanDLS
3 May 2007, 9:18 AM
This has been covered before. Did you update Ext.BLANK_IMAGE_URL to a local ref?

Preston
4 May 2007, 11:26 AM
Thanks for the hint tryanDLS, a search for "BLANK_IMAGE_URL" through the forum pointed me out to the code update i had to do.

It now works like a charm without internet connection.