Hai am starting my new BB Aplication. I tried to go with HelloBlackBerry. I ran it once succesfully and its working as it is meant. After running for first time i made a change like
public HelloBlackBerryScreen() {
super( MainScreen.VERTICAL_SCROLL | MainScreen.VERTICAL_SCROLLBAR );
setTitle( "HelloBlackBerry its my first app" );
}
what i changed is that i added "its my first app". When i run the app as title it only shows HelloBlackBerry. What did i do wrong?.

with out any issues