It complains:

There is no class or package with the name 'components.Wizard' found 
in package 'components'.

The TitleWindow is an mxml file not an AS file.

Any more ideas??

Cheers,

Iain


--- In [email protected], "Dimitrios Gianninas" 
<[EMAIL PROTECTED]> wrote:
>
> use the fully qualified name:
>  
> PopUpManager.createdPopUp( parent, some.folder.Wizard, isModal, 
initObj
> );
>  
> Dimitrios Gianninas
> RIA Developer
> Optimal Payments Inc.
>  
> 
> ________________________________
> 
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of digital_eyezed
> Sent: Thursday, March 16, 2006 10:29 AM
> To: [email protected]
> Subject: [flexcoders] Re: Flex 1.5 popup issue
> 
> 
> Ok, the problem lies with the location of the popup TitleWindow.
> 
> How do I reference the TitleWindow in the createPopUp function 
when 
> it's in a sub-directory called components?
> 
> Cheers,
> 
> Iain
> 
> 
> 
> 
> --- In [email protected], "digital_eyezed" 
> <iain.mclean@> wrote:
> >
> > Hi,
> > 
> > I have an application with a number of custom components. In one 
> of 
> > these components I have an image, which when clicked on I want a 
> > popup to open.
> > 
> > I have a mouseDown event which dispataches an event to the 
parent 
> > application container mouseDown="dispatchEvent
> > ({type:'wizard'})"
> > 
> > The event is handled in the Application container by a function:
> > 
> > import mx.managers.PopUpManager;
> > 
> > public function routeWizard(event){
> >       var parent = this;
> >       var isModal:Boolean = true;
> >       var initObj = {};
> >       var rWiz = PopUpManager.createPopUp(parent, Wizard, 
> > isModal, initObj);
> >       }
> > The Wizard.mxml component is a TitleWindow component and is held 
> > with all my other components in my /components directory.
> > 
> > When I click the image nothing happens, when I click it again 
the 
> > whole page goes white.
> > 
> > AAAAhhhhhhhhhhh!!!!!!!!!
> > 
> > Cheers,
> > 
> > Iain
> >
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> 
> SPONSORED LINKS 
> Web site design development
> <http://groups.yahoo.com/gads?
t=ms&k=Web+site+design+development&w1=Web+
> 
site+design+development&w2=Computer+software+development&w3=Software+
des
> 
ign+and+development&w4=Macromedia+flex&w5=Software+development+best+p
rac
> tice&c=5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ>   Computer software
> development
> <http://groups.yahoo.com/gads?
t=ms&k=Computer+software+development&w1=We
> 
b+site+design+development&w2=Computer+software+development&w3=Softwar
e+d
> 
esign+and+development&w4=Macromedia+flex&w5=Software+development+best
+pr
> actice&c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>         Software 
design and
> development
> <http://groups.yahoo.com/gads?
t=ms&k=Software+design+and+development&w1=
> 
Web+site+design+development&w2=Computer+software+development&w3=Softw
are
> 
+design+and+development&w4=Macromedia+flex&w5=Software+development+be
st+
> practice&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>       
> Macromedia flex
> <http://groups.yahoo.com/gads?
t=ms&k=Macromedia+flex&w1=Web+site+design+
> 
development&w2=Computer+software+development&w3=Software+design+and+d
eve
> 
lopment&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&
s=1
> 66&.sig=OO6nPIrz7_EpZI36cYzBjw>       Software development best
> practice
> <http://groups.yahoo.com/gads?
t=ms&k=Software+development+best+practice&
> 
w1=Web+site+design+development&w2=Computer+software+development&w3=So
ftw
> 
are+design+and+development&w4=Macromedia+flex&w5=Software+development
+be
> st+practice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>    
> 
> ________________________________
> 
> YAHOO! GROUPS LINKS 
> 
> 
>       
> *      Visit your group "flexcoders
> <http://groups.yahoo.com/group/flexcoders> " on the web.
>         
> *      To unsubscribe from this group, send an email to:
>        [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]
subject=Unsubscribe> 
>         
> *      Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/> . 
> 
> 
> ________________________________
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to