So you should have a Wizard.mxml under the /components folder right? At the main application lies in the root called app.mxml or something?
 
Dimitrios Gianninas
RIA Developer
Optimal Payments Inc.
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezed
Sent: Thursday, March 16, 2006 11:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex 1.5 popup issue

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 flexcoders@yahoogroups.com, "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: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
> Behalf Of digital_eyezed
> Sent: Thursday, March 16, 2006 10:29 AM
> To: flexcoders@yahoogroups.com
> 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 flexcoders@yahoogroups.com, "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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to