Colegas,

Tenha esta tela pai:

<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009";
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/halo" width="100%"
height="100%">
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here
-->
    </fx:Declarations>
    <s:SkinnableContainer top="10" left="10" bottom="10" right="10">
        <s:Button x="10" y="549" label="Button"/>
        <s:Button x="87" y="549" label="Button"/>
    </s:SkinnableContainer>
</s:Group>

e este é o filho:

<?xml version="1.0" encoding="utf-8"?>
<local:PadraoTela xmlns:fx="http://ns.adobe.com/mxml/2009";
                  xmlns:s="library://ns.adobe.com/flex/spark"
                  xmlns:mx="library://ns.adobe.com/flex/halo"
xmlns:local="*" width="400" height="300">
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here
-->
    </fx:Declarations>
</local:PadraoTela>

PORQUE SERÁ QUE OS BOTÕES QUE EXISTEM NA TELA PADRAOTELA NÃO APARECEM NA
TELA FILHA?

Obrigado a todos,


-- 
Marcelo Moacir Florindo
Analista/Desenvolvedor
http://www.gestaotec.com.br

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Responder a