11-15-2012 02:01 AM
I dont know why,but this line of code does nothing
g.setDrawingStyle(DrawStyle.ELLIPSIS,true);
I want ellipse style,and i dont want to do it from constructor,rather from the paint method.So can anyone guide me into it?
11-15-2012 03:30 AM
11-15-2012 03:33 AM
Thats the problem developing for Blackberry,there are many things which are listed in the API and its documentation is clear,but when you implement,it doesnt work properly.Its so frustrating.