|
Hi FlexCoders, I am a newbie to Flex & RIA playing with the
LoanApplication.mxml (chapeter 18 by Steven Webster) where I have extended
Hslider to have 3 thumbcount and have 3 DataGrids reflecting them respectively. This LoanApplication worked as is with Slider.swc which is
packaged along. Now when I have my Custom Slider(thumbCount=3) my DataGrids
does not load. "Changes to unknown property, month will not be
detected" "Changes to unknown property, balance will not be
detected" "Changes to unknown property, repayment will not be
detected" "Changes to unknown property, interest will not be
detected" --This works <custom:MySlider id="loanAmount"
minimum="1000" maximum="25000"
tickInterval="1000" snapInterval="500" width="165"
thumbCount="1" initialize="loanAmount.value = 10000;" /> --This does not work <custom:MySlider id="mySlider"
thumbCount="3" minimum="12" maximum="120"
labels="[ 12, 60 ]" snapInterval="12"
tickInterval="12" width="165" liveDragging="true"
initialize="mySlider.values=[12,
60, 120];" trackColors="[0xEEEEEE,0x0099FF]"
/> Thanks Shahn
Yahoo! Groups Links
|

