Components.ChangeCurrentStatus This in /src/Components/ChangeStatus for sure? is this a AS component and correctly named and the constructor is correctly named? I doubt this was a internal collision, the Flex SDK's naming standards would not have a capitalized 'Componets' in the class path.
DK On Sun, Aug 31, 2008 at 8:45 AM, Graham Pearson <[EMAIL PROTECTED]>wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I do not know if I was using a reserved word or something within Flex, > but I changed the name of my mxml component to InsertNewStatusComponent > with the exact same code as the original component and it started to > work. I am puzzled as to why, but now I can continue with development so > the application can be released on this Tuesday. > > > > Stefan Richter wrote: > | I am not sure what type your ChangeCurrentStatus class is but it must > | be of type IFlexDisplayObject (or extend that), because that is what > | PopUpManager.createPopUp returns. The error seems to suggest that that > | is not the case and your class is of a different type. > | > | Alternatively put the code that causes a problem into a simple snippet > | that you can post here so we can reproduce it. If you need to include > | dependent classes, upload a zip to somewhere so we can download and > | check. But cut it down to the bare minimum needed to reproduce the > | error. I've seen people upload whole projects before in which case I > | personally won't invest the time debugging it. > | > | Regards, > | > | Stefan > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (MingW32) > Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFIupJP3GqPAgBSy90RAjpRAJ9f5OlF5v0MOJja/FEqB6CVv1w8cgCfRFsf > j341aYZZz8v67YSVkXnn3pw= > =gmB6 > -----END PGP SIGNATURE----- > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5467 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
