05-15-2012 08:13 AM
if you dont know that
plz dont comment personaly.
05-15-2012 08:18 AM
05-15-2012 08:20 AM
im going to tell you one last time how to do this
try{
StringBuffer buf = new StringBuffer("Hello");
for(int i = 0; i < 10; i++)
{
buf.append("\n");
buf.append("Hello");
textView.setText(buf.toString());
Thread.sleep(10000);
}
}
catch(Throwable t)
{
t.printStackTrace();
}
this is untested but should work, or atleast give you enough knowledge for you to be able to do it on your own
05-15-2012 08:22 AM
05-15-2012 08:30 AM
05-15-2012 08:38 AM
Hi Himanshu,
As Simon said..keep up your good work.
U r doing great buddy.
If possible post your screen class code if you want me to have a look. I dont mind.
Cheers
Rabi Ray
05-15-2012 08:38 AM
I know but that is what he has asked for. Not sure why ![]()
05-15-2012 08:59 AM
all friends ,
i know i am new to blackberry and java.
thats y i post my problems.
coz you most of r good developers.
if u can shar your knowledge .
i ll good for me to learn new things.
if this forum not for beginers .
the forum can just throw me .
05-15-2012 09:11 AM
05-15-2012 09:15 AM
Hi Himanshu
Can you please mark my first reply as solved.
If you need any more help open a new thread.
Cheers
Rabi Ray