well frnds my code for maps works well and shows all pics and gradient paths very well on the simulator after simulating the gps ,but it does not works on the device....
i am working on a application where i have image onwhich when u click it gets navigated to browser with a link but it dont display web page. now i need a 开发者_运维百科code for just displaying a simp
开发者_如何学PythonHow can you make a part of an image transparent?Open the image in a suitable image manipulation program, such as gimp. Clear out the parts you want to be transparent, and save it in
I developed a Hello World application using Black Berry Eclipse plug-in. When I rant it on any BlackBerry simulator of which platform version is greater than or equal to 5.0 then the Hello World appli
I Have a BB application that gets compiled into 3 siblings cod file. ( actualy one cod fil contaning 3 sub cod files).
Is there a开发者_运维问答 maximum filename length (or equivalent to MAX_PATH) on the BlackBerry operating system?The maximum filename length is not exposed.The best you can do is to catch FileIOExcept
i am not implementing touch event. i am usi开发者_Go百科ng FieldChangeListener the problem which i am facing is , if i am clicking outside the CustomButtonField then also the click event is generated
I use the following code to retrieve image fro开发者_Go百科m the phone or SDCard and I use that image in to my ListField. It gives the output but it takes very Long time to produce the screen. How to
Right now, I\'m trying to figure out how to implement the following: Suppose I have a custom Manager that has about 10 or so BitmapFields layed out in a horizontal manner (similar to a slideshow cont
I want to crop a part of Image, for that I am using following code: int x=20; int y=50; int [] rgbdata=new int[(0+width-x+height-y)* (image.getWidth(开发者_运维问答))];