Never having looked at flex before, I realise this is
a pretty basic question - but could someone just point
in the right direction - how do you change using a
package in mxml in relation to the calculator example
at devnet?
http://www.macromedia.com/devnet/flex/articles/calculator.html
It has the class CalculatorHandlers - used in the mxml
(flex 1.5) as
<CalculatorHandlers id="calcHandlers"
calcView="{this}"/>
which doesn't work now there is packages...
so - how do I change that?
If I put the class in testPackage - how is it used in
the mxml?
something like:
<mx:Application
xmlns:mx="http://www.macromedia.com/2005/mxml"
xmlns:testPackage="testPackage">
<testPackage:CalculatorHandlers id="calcHandlers"
calcView="{this}"/>
doesn't do it - how exactly do I use the
CalculatorHandlers class?
Thanks,
C.
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders