<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:10pt;color:#40007f;">hi,<br><br>Firefox and google donīt have a problem with my code, but IE7 is complaining again.<br><br>IE. Error:<br>German: Fehler: 'this.proxy' ist Null oder kein Objekt<br><div>Eng: Error: 'this.proxy' is null or not an Object.<br><br><br><br>var store = new GeoExt.data.FeatureStore({<br> fields: [<br> {name: "bez", type: "string"},<br> {name: "standort", type: "string"},<br>
{name: "typ", type: "string"},<br> {name: "betreiber", type: "string"}<br> ],<br> // autoLoad: {params:{start: 0, limit: 500}},<br> layer: layer,<br> addFeatureFilter: function(feature){<br> return feature.state !== OpenLayers.State.DELETE;<br> }<br> });<br><br><br>It is the commented out line which causes the error. It refers to a paging toolbar which is present in the grid. I read the ext.js and the code should be ok, so why is it returning an error is my case?<br><br>here is the code for the paging toolbar.<br><br>var
pagingToolbar = new Ext.PagingToolbar({<br> pageSize: 500,<br> store: store,<br> displayInfo: true,<br> displayMsg: 'Records {0} - {1} of {2}',<br> emptyMsg: "No Records to
display",<br> items: ['->']<br> });<br><br>Any ideas?<br><br>thanks,<br><br>Robert<br></div>
</div><br></body></html>