Hi all,
currently i'm working on Series 80 platform.
i faced some linking error when i use Floating progress ball control..
my code snippet is as follows..
TInt KProgressBallX=200;
TInt KProgressBallY=200;
CCknFloatingProgressBall* iFloatingProgressBall;
TPoint location = TPoint(KProgressBallX, KProgressBallY);
iFloatingProgressBall = CCknFloatingProgressBall::NewL(_L("Floating progress Ball..."😉, &location);
iFloatingProgressBall->SetTextL(_L("Floating progress Ball..."😉);
//inside destructor...
delete iFloatingProgressBall;
i've included cknflopr.h and linked against cknctl.lib
i got linking errors.
plz throw some light on it..
Regards
CodePupil