If I explicitly dimension the layer container (height and width), eg
         this.legendContainer = Ext.create('Ext.panel.Panel',{
                                             layout: {type:'vbox'},
                                             itemId:'agslegendbox',
                                             height:100,
                                             width:182,
                                             border: false,
                                             defaults: {
                                                 border: false
                                             }
                                         });
         this.add(this.legendContainer);

This it appears, but this is not satisfactory - need it to be 
dimensioned according to enclosing objects.

Notice: This email and any attachments are confidential.
If received in error please destroy and immediately notify us.
Do not copy or disclose the contents.

_______________________________________________
Dev mailing list
Dev@geoext.org
http://www.geoext.org/cgi-bin/mailman/listinfo/dev

Reply via email to