03-16-2011 11:47 PM
i cant seem to add a slider to my .mxml file... when using addChild() it seems to not work and trying to manually add it to the mxml using the same method as say a button also does not work... any help?
Solved! Go to Solution.
03-16-2011 11:49 PM
hey robert,
this thread can probably help you out with that:
good luck!
03-16-2011 11:59 PM
wow thanks! always reliable!
03-17-2011 12:31 AM
hmmm it all works except when i try to implement
private function sliderChange(event:SliderEvent):void
{
}
it gives me a
"Type was not found or was not a compile-time constant
liderEvent."
do u know how to make this eventhandler work?
03-17-2011 12:33 AM
hey robert,
did you remember to import SliderEvent class?
import qnx.ui.events.SliderEvent;
hope thats it. good luck!
03-17-2011 12:34 AM
wow that was it!! thanks! i had
import qnx.ui.events.SliderEvent.*;
haha oops! im so used to using .*;