Tagged Questions
The blackberry-widgets tag has no wiki summary.
5
votes
2answers
558 views
Blackberry Widget development - VS.NET or Eclipse?
Does anyone have any recommendations on what development environment should be used for the new Blackberry Widget development?
The reason that i'm asking is that i currently use the Java Plugin for ...
4
votes
3answers
2k views
Blackberry Widget vs Java SDK
I am a newbie to this forum,I was going through the documents of both Blackberry Widget and Java SDK. I have the following doubts to get clarified:-
1) Advantages and disadvantages of Java SDK and ...
2
votes
0answers
371 views
BlackBerry Webworks app crash with blank alert box - How to debug?
I've created a BlackBerry webworks application that consists of multiple pages each loading data from a local SQLite database.
The application works fine until I've navigated between a certain number ...
2
votes
2answers
1k views
Integrating JQuery for use with Blackberry Widgets
At the WES 2009 event RIM announced that they were almost 100% tested with using JQuery in Widget development, does anyone know how this works?
I've tried following the demo from their site and added ...
1
vote
1answer
439 views
Session management in Blackberry Webworks
I want to be develop a blackberry application.That used an external DB through webservice call.I am choosing blackberry web works for developing this.I want to store a userid in phone like session ...
1
vote
2answers
1k views
Good starting points for blackberry widget development
Which good resources for starting widget development for blackberry do you have?
Are there any tutorials that go further then a hello world? Advices on how to structure your app how to integrate ...
1
vote
4answers
576 views
How to iterate through Blackberry Resource fie?
How to iterate the keys in a Resource fie (.rrc) in a loop & how do I get the length or the no. of elements in the resource file, I mean the end of the file ?
1
vote
2answers
881 views
How can I create a JavaScript Blackberry Widget Extention?
In a recent blog post announcing Blackberry Widgets the following was said about getting Java library functionality in a Blackberry Widget (emphasis added by me):
What if RIM doesn't provide me ...
0
votes
0answers
56 views
how to manual refresh html tree of blackberry widgets
my application refresh alot in 1 second (currencies price board), I use for board, for row and for prices
I realize that the html tree will be update every time I change td value, and result is ...
0
votes
0answers
161 views
how to make blackberry widget cache javascript file
I am using mootools in my blackberry development, and I have some pages
current, page loading is slow. caused by loading mootools js file. initial loading slow is ok but when transition to others ...
0
votes
1answer
848 views
Blackberry Webworks (Widget) JavaScript & XML/JSON Help
Here is the scenario...
Builing a Blackberry WebWorks (widget) that is used as a portal to a remote website. Most of the pages are remote. I am user customizable homepage that users can add ...
0
votes
2answers
208 views
How to customize the button and lable text size for each field seperately in blackberry application?
I am new to BB application. I want customized the size for the button text and label text.
I am using this code
try {
FontFamily alphaSansFamily = FontFamily.forName("BBAlpha Serif");
...
0
votes
2answers
555 views
PhoneGap geolocation() not working in Blackberry simulator?
I installed PhoneGap 0.9.2 and followed the instructions from the PhoneGap wiki page "Getting Started with PhoneGap (BlackBerry Widgets)"
to run the Phone Gap sample in 9550 BlackBerry simulator.
I ...
0
votes
3answers
371 views
How can ı add newline(“\n”) on Dialog.alert(textfromxml)?
this '\n' doesnt work. Also I tried with LabelField and TextField. Result is same.:(
my code:))
Dialog.alert(errorString);
and my xml line.
1) Check your camera's ip address and port ...
0
votes
1answer
105 views
Access email client from a web app for iPhone/Blackberry
Can we access the native email client from an iPhone web app, or a BlackBerry web app?
0
votes
1answer
448 views
BlackBerry Widget application - GPS location is always 0,0
I am trying to get the GPS location in a widget application on a blackberry, but the API always returns a latitude and longitude of 0,0.
Simulator: storm 2 (9550)/ bold(9700) and OS: 5.0/5.0
...
0
votes
1answer
613 views
How to use Different font for LabelField like Arial,TimesNewRoman in BlackBerry
Hi friends I am using LabelFields to display text message in a screen i want different fonts each LabelField but when i am using api fonts of blackberry using
FontFamily fontFamily[] = ...
0
votes
1answer
467 views
How do I show a requirement for OS 5 in my Blackberry widgets?
I am developing a Blackberry widget application, which I know requires OS 5.
Now, I'm using OTA installation, but when a user without OS 5 loads the .jad file, they get an exception like:
This ...
0
votes
1answer
106 views
How to debug a blackberry widget?
I'm trying to debug a blackberry widget with eclipse but the solution described in this blackberry pdf does not work.
Has anybody debugged a widget for blackberry yet?
0
votes
2answers
734 views
Blackberry.location API not working correctly
I am experimenting with making Blackberry widgets but having a little trouble.
My first trial involves displaying a button which, when clicked, calls a JavaScript function that should alert the ...