Note that there are some explanatory texts on larger screens.

plurals
  1. POWarning 404 - GET /detectfiles/sc/skins/standard/images/blank.gif
    primarykey
    data
    text
    <p>I am using gwt-2.4 and smart-gwt 2.4, I have commented out the tag for standard.css file from my gwt.xml, I am not using any themes. </p> <p>I have been experimenting with programmatically disabling items in a DynamicForm. When I set any TextItem fields to disabled in Internet Explorer 8, a small red cross appears over the item. It appears that it is looking for the file \sc\skins\standard\images\blank.gif. </p> <p>On my console Following error is displayed. [WARN] 404 - GET /detectfiles/sc/skins/standard/images/blank.gif (127.0.0.1) 1432 bytes</p> <p>my gwt xml file is as follows:</p> <pre><code>&lt;inherits name='com.google.gwt.user.User'/&gt; &lt;inherits name='com.google.gwt.widgetideas.WidgetIdeas' /&gt; &lt;inherits name='com.google.gwt.libideas.LibIdeas' /&gt; &lt;inherits name="com.smartgwt.SmartGwt"/&gt; &lt;inherits name='com.renault.commonparts.commonparts' /&gt; &lt;entry-point class='foo.bar.myentrypointclassname'/&gt; </code></pre> <p>My html file is as follows:</p> <pre><code> &lt;!doctype html&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="content-type" content="text/html; charset=UTF-8"&gt; &lt;link type="text/css" rel="stylesheet" href="css\detectfiles.css"&gt; &lt;link type="text/css" rel="stylesheet" href="css\corp.css"&gt; &lt;link rel="stylesheet" type="text/css" href="css\print.css" media="print" /&gt; &lt;title&gt;Detect Files&lt;/title&gt; &lt;script type="text/javascript" language="javascript" src="detectfiles/detectfiles.nocache.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"&gt;&lt;/iframe&gt; &lt;div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"&gt; Your web browser must have JavaScript enabled in order for this application to display correctly. &lt;/div&gt; &lt;/noscript&gt; &lt;table width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt; &lt;!-- Page Header --&gt; &lt;div&gt;somecode&lt;/div&gt; &lt;!-- /Page Header --&gt; &lt;div&gt; &lt;table align="center" class="table" border="0"&gt; &lt;tr&gt; &lt;td&gt; &lt;table&gt; &lt;tr&gt;&lt;/tr&gt;&lt;tr&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td id="dfPage"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;br/&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>In my code I have following line:</p> <pre><code>final DynamicForm startForm = new DynamicForm(); startForm.disable(); </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload