CCProgressTimer is not showing up

HI I am using CCProgressTimer… Its not showing up o screen.

@ CCProgressTimer *progressBar= CCProgressTimer::progressWithFile(“Block1.png”);
progressBar~~>setType;
progressBar~~>setPosition(ccp(2,2));
this->addChild( progressBar);
@

Can you tell me reason? I read that it doesn’t work for CCSpriteFrameCache… But m doing it with file…

progressBar~~>setPercentage;
Nikhil Aneja wrote:

HI I am using CCProgressTimer… Its not showing up o screen.
>
>
@ CCProgressTimer *progressBar= CCProgressTimer::progressWithFile;
progressBar~~>setType(kCCProgressTimerTypeHorizontalBarLR);
progressBar~~>setPosition);
this~~>addChild( progressBar);
@
>
Can you tell me reason? I read that it doesn’t work for CCSpriteFrameCache… But m doing it with file…