[Users] Grid Paging not works

2010-11-08 Thread antoniofacno
Hello, I've got a Vector layer wich loaded from GeoServer using a ProtocolProxy and GML format. The grid shows all features (not the pageSize limit) of the layer, and I can see the pager but when click over pager controls it loads something but the grid view doesn't change. Is something like

[Users] Layer Tree groups

2010-11-08 Thread antoniofacno
Hello, Again, I'm reading all the examples I find but the question doesn't becomes to me so clear... sorry :( I've got this Layer configuration (two groups: Base and Labores) and I'd like to show a layer tree panel. Following the http://api.geoext.org/1.0/examples/tree.js example, I'm able to

Re: [Users] Layer Tree groups

2010-11-08 Thread antoniofacno
On 08/11/10 19:08, Matt Priour wrote: While the JSON editing function in http://api.geoext.org/1.0/examples/tree.js allows people to play with the example directly, it has also generated quite a bit of confusion. First, there is no need to write your child node configurations to JSON and

Re: [Users] Layer Tree groups

2010-11-08 Thread antoniofacno
: antoniofacno antoniofc...@gmail.com Sent: Monday, November 08, 2010 12:56 PM To: users@geoext.org Subject: Re: [Users] Layer Tree groups On 08/11/10 19:08, Matt Priour wrote: While the JSON editing function in http://api.geoext.org/1.0/examples/tree.js allows people to play with the example

[Users] [TreeConfig][LayerNode.js] getVisibility is not a function

2010-11-11 Thread antoniofacno
Hello, I'm still fighting with TreeMenu panel. This is my code written from the ground: var lindes = new OpenLayers.Layer.WMS( Lindes, http://getcloud.info:8080/geoserver/wms;, { layers: lindes, format: image/png,

Re: [Users] [TreeConfig][LayerNode.js] getVisibility is not a function

2010-11-11 Thread antoniofacno
Wooowww!!! That's amazing!! A lot of thanks, the layer tree is working!!! On 11/11/10 12:33, Bart van den Eijnden (OSGIS) wrote: Let me clarify additonally, so if you use a string for layer, you need to use: layer: Lindes if you want to refer to the layer object, then use the variable name