in my application i try to trace an incoming call using AbstractPhoneListener.
The call gets traced but the problem is that it generates an error and i have to exit the simulator
I tested on device but when a call arrives nothing happens as i have tried to do!!!!
ERROR = "Access violation reading from 0x00000004"
code:
public class C...
Hello Blackberry experts,
I am having a VerticalFieldManager in my application home screen code and adding many fields into it. I would like to add Radio button (which is ChoiceGroup in BB) also into the screen. For that, i am adding ChoiceGroup code lines and trying to add to vertical manager like vfm.add(mChoices), but it is giving co...
My BB emulator cannot connect to the internet. I'm behind a proxy and have entered the following in my rimpublic.property under the [HTTP HANDLER] heading.
application.handler.http.proxyEnabled = true
application.handler.http.proxyHost=PROXY_NAME
application.handler.http.proxyPort=PROXY_PORT
application.handler.http.proxyUser=PROXY_USER...
Hi,
Does anyone knows how persistent cookies (e.g. for auto login) work in the Blackberry browser? I've been told they might be removed when the device is restarted. We did a test with the Google mobile site: not all cookies were deleted but the auto-login didn't work.
Anyone knows any details on this or can provide me another mobile s...
Can I integrate Google maps with BB MapView object ?
...
In Blackberry device if we go to
Options ---> Date/Time ---->Use Network Time --> No
Now when we select date or time a very stylish selector opens up that
enables user to set date and time.
Can i use such control in my app.
I saw such in Storm 9530
Any idea please help!!!!!!!!!!!!!!!!
...
Hi Friends
Can you please send me any example code on label color , by default it shows black color i want to change the color for look and feel in UI please help me ..
Thanking you
...
Hi All,
I have a RadioGroup and two RadioButtonField added in a VerticalFieldManager. I want put an EditField for the first RadioButtonField horizontally. For ex: I have two RadioButtonField as "Enter number here:" otherwise user can choose "Number from existing Database:" in the second RadioButtonsField. In the first field "Enter numbe...
Hello everybody!
I would like to ask from you guys/girls somebody used radar image api in MOBILE PLATFORM? I got some good provider but the user agreement don`t allow to use it in mobile platform.
Even some good weather forecast API exists? (with moon phase,5-7 days forecast) and radar images ? Maybe search by US zip code?
...
After company wins a project it is usual to mention in contract what devices are supported and what OS versions are supported.
But taking into account BlackBerry it appears sometimes to be tricky, as you can have the same device model, but two and(or) more different OS versions (or within same OS different package versions). And in thi...
Hi all
i am developing a application on jde 4.5 . 4.5 os is supported by Pearl , Curve , Huron, so the application which i am developing will support all the above devices but the problem which i am facing is screen size. Screen Size of pearl mobiles is 24 X 260 , curve 320 X 240 , huron 320 X 240.
I am facing the following problem
b...
I am trying to open an existing message from my application so that the native email client can display the content of said message, but I cannot find any way to do that. I have found a way to open a newly created message with
Invoke.invokeApplication(Invoke.APP_TYPE_MESSAGE,
new MessageArguments (MessageArguments.ARG_NEW, "to",...
It would be useful for many people to know how to completely remove an application from your device when testing.
I have downloaded my app many times now, and likewise have deleted it many times. The problem is when deleting the app, it does not remove things like the persistent object related to my app, or the images downloaded through ...
I am developing a few mobile apps for different platforms including Blackberry, Windows Mobile, Android and Symbian S60.
I want my mobile apps to have the capability of checking for updates before starting and in case a new version is available, prompt the user to upgrade. Moreover in certain cases (like security patches), the user must...
Hi
i am creating a application which is having a global tab bar .bar will have 4 buttonsand will be seen on every screen. i am not able to find any way , can any one please help me out. its urgent..
Thanks alot
...
Hi all
I have created a custom button and i am placing the bunch of Custombuttons in a verticalfieldManager , I have aligned the verticalField Manager in the center. when i am creating a default buttonField then verticalfield Manager is able to align the buttonfield in the center. but when i am assigning custombuttonfield in the vertica...
I'm writing a little application for my BlackBerry and I need to send some data to a webpage (Via GET or POST)
Can anyone advise on the way to do this with the BlackBerry.
...
I have a working application which gets the GPS Long/Lat of from a BlackBerry device. I'm now trying to submit this to a webpage.
OpenURL( "http://website.net:80/track/Tracker/track?userid=1&longitude="+gps.getLongitude()+"&latitude="+gps.getLatitude() );
And the function
public void OpenURL(String URL)
{
t...
-->I use custom screen on call initiated , connected, disconnected with blackberry5.0.
First time when invike call , application can get respond of every event like call initiated , call connected, call disconnected and shows respected custom screens.
-->After call disconnected , it shows the custom call history of my application.
-->No...
I want to make a screen where i have to show the map with the all received lat and long. and i want to show this map in 200*200 resolution only.
Can i make the point bitmap as focusable so i can be click on it and show other screen.
...