Amigos crie o seguinte componente, porem se eu colocar ele em alguma pagina, ele nao aparece( aparece panel, etc etc menos ele) pode ser pq esta dentro de um modulo? se for como eu faco para o desgramento aparecer?

obrigado

<?xml version="1.0" encoding="utf-8"?>
<CollapsiblePanel xmlns="qs.containers.*"
                  xmlns:mx="http://www.adobe.com/2006/mxml";
                  width="900"
                  height="252"
                  layout="absolute"
                  title="[ 2004] - Fabio Alves de Araujo Ebner">
<mx:Script>
<![CDATA[
            import br.com.dnasolution.sitecartorio.entity.PedidoCertidao;
            private var _pedidoCertidao:PedidoCertidao;

            public function set pedidoCertidao(pedido:PedidoCertidao):void
            {
                //this._pedidoCertidao=pedido;
            }

            private function complete():void
            {
/* txtCep.text=this._pedidoCertidao.cdUsuario.cdCepCliente; txtCidade.text=this._pedidoCertidao.cdUsuario.nmCidadeCliente; txtComplemento.text=this._pedidoCertidao.cdUsuario.dsComplementoCliente;
               //    txtDtPedido.text=this._pedidoCertidao.dtPedido;
               txtEmail.text=this._pedidoCertidao.cdUsuario.nmEmailCliente;
txtEndereco.text=this._pedidoCertidao.cdUsuario.nmEnderecoCliente; txtTelefone.text=this._pedidoCertidao.cdUsuario.cdTelefoneCliente;
               txtTpEntrega.text=this._pedidoCertidao.tpFormaEntrega;
               txtTpPagamento.text=this._pedidoCertidao.tpFormaPagamento;
// txtVlPedido.text=this._pedidoCertidao.vlTotalPedido; dgItemPedido.dataProvider=this._pedidoCertidao.tbItemPedidoCertidaoSet;
             */
            }
        ]]>
</mx:Script>
<mx:Label text="Data:"
              x="10"
              y="10"
              fontWeight="bold"/>
<mx:Label x="55"
              y="10"
              text="28/04/1981"
              width="76"
              id="txtDtPedido"/>
<mx:Label x="139"
              y="10"
              text="Pagamento:"
              fontWeight="bold"/>
<mx:Label x="222"
              y="10"
              text="Deposito Bancario"
              width="135"
              id="txtTpPagamento"/>
<mx:Label x="365"
              y="10"
              text="Entrega:"
              fontWeight="bold"/>
<mx:Label x="427"
              y="10"
              text="Carta Registrada"
              width="117"
              id="txtTpEntrega"/>
<mx:Label x="552"
              y="10"
              text="Valor Pedido:"
              fontWeight="bold"/>
<mx:Label x="641"
              y="10"
              text="Label"
              width="111"
              id="txtVlPedido"/>
<mx:HRule y="26"
              right="10"
              left="10"/>
<mx:Label x="12"
              y="36"
              text="Email:"
              fontWeight="bold"/>
<mx:Label x="60"
              y="36"
              text="Label"
              width="297"
              id="txtEmail"/>
<mx:Label x="12"
              y="62"
              text="End:"
              textAlign="left"
              fontWeight="bold"
              width="40"/>
<mx:Label x="60"
              y="62"
              text="Label"
              width="406"
              id="txtEndereco"/>
<mx:Label x="365"
              y="36"
              text="Telefone:"
              fontWeight="bold"/>
<mx:Label x="431"
              y="36"
              text="Label"
              width="113"
              id="txtTelefone"/>
<mx:Label x="552"
              y="36"
              text="Cidade:"
              fontWeight="bold"/>
<mx:Label x="607"
              y="36"
              text="Label"
              width="263"
              id="txtCidade"/>
<mx:Label x="474"
              y="62"
              text="Comp.:"
              fontWeight="bold"/>
<mx:Label x="527"
              y="62"
              text="Label"
              width="226"
              id="txtComplemento"/>
<mx:Label x="804"
              y="62"
              text="11380-120"
              id="txtCep"/>
<mx:Label x="761"
              y="62"
              text="Cep:"
              fontWeight="bold"
              width="35"/>
<mx:DataGrid x="10"
                 y="88"
                 height="114"
                 width="860"
                 id="dgItemPedido">
<mx:columns>
<mx:DataGridColumn headerText="Column 1"
                               dataField="col1"/>
<mx:DataGridColumn headerText="Column 2"
                               dataField="col2"/>
<mx:DataGridColumn headerText="Column 3"
                               dataField="col3"/>
</mx:columns>
</mx:DataGrid>

</CollapsiblePanel>

--
Você recebeu esta mensagem porque está inscrito na lista "flexdev"
Para enviar uma mensagem, envie um e-mail para [email protected]
Para sair da lista, envie um email em branco para 
[email protected]
Mais opções estão disponíveis em http://groups.google.com/group/flexdev

To unsubscribe from this group, send email to flexdev+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Responder a