tags:

views:

15

answers:

0

Hello,

I am new to Symbian.C++. I need to have a horizontal scrolling text of an organization's Name at the top of my application. Can anyone please tell me as how to implement it using Carbide.c++ ide. I came across code like this:

iTextView->SetHorizontalScrollJump; iTextView->ScrollDisplayL(TCursorPosition::ELeft);

Can anyone please tell me exactly what should be done to get a horizontal scrolling text?