Alistair McLeod:
     I am trying to get chapters 22-25 to run. THe creditcard
dashboard, and have had to change a few of the name space things, but
this one has me stumped, in the file SalesByCard (folder charts) you
reference an xlmns of (well see code)to the url at mm, this does not
exist. how do I change so that this error does not happen when I run
the dashboard...
(errors below code snippet)

<mx:Panel xmlns:mx="http://www.macromedia.com/2003/mxml";
 xmlns:chart="http://www.macromedia.com/2004/charts";
 xmlns:i2View="views.*"
 title="Bank of Edinburgh Credit Card - Application Dashboard" >

******** Errors I am getting ***********
Error /flexbook/flexbook/Chapters22-25/flex/charts/SalesByCard.mxml:82 
Namespace http://www.macromedia.com/2004/charts has not been
associated with component manifest.

Error /flexbook/flexbook/Chapters22-25/flex/charts/SalesByCard.mxml:82 
Don't know how to parse element
"http://www.macromedia.com/2004/charts:ColumnChart";. It is not a known
type or a property of mx.containers.VBox.

Error /flexbook/flexbook/Chapters22-25/flex/charts/SalesByCard.mxml:112 
Namespace http://www.macromedia.com/2004/charts has not been
associated with component manifest.

Error /flexbook/flexbook/Chapters22-25/flex/charts/SalesByCard.mxml:112 
Don't know how to parse element
"http://www.macromedia.com/2004/charts:PieChart";. It is not a known
type or a property of mx.containers.VBox.

Error /flexbook/flexbook/Chapters22-25/flex/charts/SalesByCard.mxml:139 
Namespace http://www.macromedia.com/2004/charts has not been
associated with component manifest.

Error /flexbook/flexbook/Chapters22-25/flex/charts/SalesByCard.mxml:139 
Don't know how to parse element
"http://www.macromedia.com/2004/charts:LineChart";. It is not a known
type or a property of mx.containers.HBox.

Error /flexbook/flexbook/Chapters22-25/flex/creditCardDashboard.mxml:56 
Don't know how to parse element "charts.*:SalesByCard". It is not a
known type or a property of mx.containers.ViewStack.

Error /flexbook/flexbook/Chapters22-25/flex/creditCardDashboard.mxml:60 
Don't know how to parse element
"http://www.macromedia.com/2003/mxml:HBox";. It is not a known type or
a property of mx.core.Application.

Error /flexbook/flexbook/Chapters22-25/flex/creditCardDashboard.mxml:66 
Don't know how to parse element "services.*:Services". It is not a
known type or a property of mx.core.Application.

Thanks, 
Craig






 
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