Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

40
votes
3answers
1k views

How to cache in a Blackberry BrowserField

I am creating a Blackberry application to display a full screen web view of a certain site. I have a working browserfield that displays properly but navigation from page to page is slower than that of ...
2
votes
1answer
129 views

long time in loading web page on blackberry

I am using a browser field to display a web page, however it takes about four times as long to load a page, as compared to the default browser on BlackBerry. I want to speed up this load time. I ...
2
votes
1answer
153 views

BlackBerry - BrowserField - NAVIGATION_MODE_NODE - OS 6.0 - Radio buttons don't work

[OS 6.0, BrowserField, NAVIGATION_MODE_NODE] I have a strange problem here... I must develop an application (6.0) which will use the BrowserField for rendering some HTML files. It will use ...
2
votes
1answer
161 views

Twitter Integration in Blackberry: Login Page not in English

I am trying to integrate twitter using Twitter Api me 1.8 . When i try to authorize using OAuth the login Screen look like below .Some invalid charecters are showing.please help me to identify the ...
2
votes
1answer
45 views

Is it possible to load Office documents in Blackberry using Browser Field and WP7?

It is possible to load Office documents, PDF in UIWebView in iOS and I think same case applies to Android. How about Blackberry and Windows ?
2
votes
1answer
181 views

Getting Graphics-Object or Bitmap from BrowserField on Blackberry

I would like to get the Bitmap of the content of a webpage as it is displayed in the BrowserField. Therefore I'd need the Graphic-object of the browser field. But the paint-method is protected ...
2
votes
1answer
1k views

Display Simple Web Page In My Application Using Blackberry BrowserField

What I am trying to do is display a simple web page in my application (no javascript,cookies or any scripting and not trying to detect any events such as mouse click etc.). I am using the code below ...
1
vote
1answer
23 views

BrowserField crashes in BlackBerry 7

I am trying to create an application on BlackBerry 9930 simulator that authenticate the user with Facebook, using the BlackBerry Facebook API. It connects to the login page fine, but after that the ...
1
vote
0answers
25 views

Blackberry BrowserField2 extreemly slow loading times

I am currently trying to load some pages with a BrowserField2 but the loading time takes way to long. Loading the same page in the OS Browser works fine (<5 sec) but loading it within my app takes ...
1
vote
1answer
85 views

Blackberry BrowserField handleNavigationRequest Blocking

When I try the code belowe it blocks the UI thread(I think) it loads a blank page. Can some one please tell me what is the correct way to implement handleNavigationRequest. I tried implementing it but ...
1
vote
2answers
336 views

how to open default blackberry browser when click on loaded page through browserfield

how to open default blackberry browser when click on browserfield. i am trying load a html page on browserfield when i click on opened browser page that time i want to open blackberry default browser. ...
1
vote
1answer
206 views

Editing a BrowserField's History

I have a BrowserField in my app, which works great. It intercept NavigationRequests to links on my website which go to external sites, and brings up a new windows to display those in the regular ...
1
vote
1answer
276 views

BlackBerry accessing JavaScript variable in BrowserField

I'm using 5.0 BrowserField and I'm able to invoke JavaScript function using browser.executeScript(".."); I need to read JavaScript variable. It's possible to directly access JS variable, or should ...
1
vote
0answers
366 views

BlackBerry BrowserField Issue

My BlackBerry app uses BrowserField to display web pages. I have implemented the eventOccurred() method for the RenderingApplication. The first page loads fine. EVENT_BROWSER_CONTENT_CHANGED is fired ...
1
vote
1answer
170 views

How do I set a BrowserField to fill the available screen space?

I have a BrowserField that is displayed on the main page of a BlackBerry application I am working on. It is intended to fill all the screen space below the header image. I haven't been able to find a ...
1
vote
1answer
440 views

HTML Source from Browser Field in BlackBerry

How can I get the page source of a web page in a BrowserField inside a BlackBerry application?
1
vote
1answer
809 views

browserfield finished loading in blackberry

Please can anyone help me with my issue - what is the way to know that browserfield2 has finished loading in Blackberry. I need to set some options after loading. Does browserfield2 have some methods ...
1
vote
3answers
607 views

Blackberry - How to print HTML String in a field

I have an HTML String like <p>something</p> etc... some other html string etc... <p>something</p> I would like to print in a field this string formatted. in android I use a ...
1
vote
2answers
799 views

change font size in browser field blackberry

here is the code: public class MyHttp extends MainScreen{ public static final String HTTP_FILE = "local:///sources"; public MyHttp(String fileName){ BrowserField browserField = new ...
1
vote
0answers
1k views

How to refresh the Browserfield

I am using a class in which I am loading some text and images in browser field by using html tags.Now I want to change the text dynamically, how to refresh the browser field once after loading the ...
1
vote
2answers
5k views

Display simple HTML in a native BlackBerry application

I want to be able to display some simple chunks of HTML in my native BlackBerry app, NOT returned from a URL. This is similar to existing Stackoverflow questions (e.g. here and here), but I need help ...
0
votes
1answer
34 views

Blackberry simple progressbar for BrowserField2

In my app I have a BrowserField2 loading different pages and I want to show a simple spinning progressbar/indicator. As simple as possible really, without percent etc. - just a small animation to ...
0
votes
2answers
45 views

Blackberry scoll only browserfield, not entire app-layout

I have a verticalfieldmanager with buttons and below that a browserfield. The problem is that when I scroll vertically in the browserfield the whole layout of the app scrolls with it(!).. I've been ...
0
votes
2answers
41 views

BrowserField2 - salesforce oauth2 failing at Accept/Deny stage

I have a BlackBerry java-based app that works with salesforce data and uses oauth 2 for authentication. It has been working fine until recently when users have been complaining that once they get to ...
0
votes
4answers
95 views

Blackberry BrowserField error in Simulator

I am new to Blackberry development and Im trying to simple get a BrowserField working. I get this errormessage: Tried reinstalling JDE etc. etc. but the app always gets an error when I run it on ...
0
votes
2answers
136 views

Blackberry BrowserField does not fit to screen

I'm trying to display a website inside my blackberry app but the browserfield is smaller than the screen height and i can`t make it the same size. The page that is beeing loaded is actually smaller ...
0
votes
0answers
128 views

Blackberry OS 5.0 Browser Field redirect error

I am new to BlackBerry, I am developing a small application for BlackBerry that requires Salesforce Oauth authentication.I am using BrowserField for authentication screen with this url: ...
0
votes
0answers
104 views

BlackBerry - The pointer of BrowserField remains on the screen, and the trackball doesn't work

I'm working to a BB application, using standard UI controls (Edits, Buttons, etc) - you can navigate through these controls using the trackball. In a certain point I must open a BrowserField with an ...
0
votes
1answer
110 views

initially load a page with the BrowserField and then have links clicked in that open up in the BB browser instead of the BrowserField?

I want to initially load a page (stored html page) with the BrowserField and then have links clicked in that open up in the BB browser instead of the BrowserField? My current code is as following, ...
0
votes
1answer
128 views

How to change title of BlackBerry BrowserField when a certain link is clicked

I've been trying to find a way to add a listener to the BlackBerry BrowserField for when the user clicks a link and the URL changes. I have tried adding a BrowserFieldListener below, but I keep ...
0
votes
0answers
126 views

Blackberry BrowserField error loading

I'm programming in a blackberry with BrowserField and would like to know when charging is complete if done correctly or incorrectly. For example, if no connection, BrowserField calls the method ...
0
votes
0answers
135 views

Blackberry Browserfield disappears in tab screen

I am using browserfield to load some string data, that string data contains html and with browserfield I am showing this, my app has a tabbed interface,so when I choose a campaign the 3 tabs show 3 ...
0
votes
2answers
319 views

How to display local HTML text in blackberry using sdk 4.6

Till now i was using SDK 5.0 and was able to dispaly local html text using net.rim.device.api.browser.field2.BrowserField but now my requirement has changed and have to use SDK 4.6. The problem is ...
0
votes
1answer
109 views

Display two separate web pages simulaneously in single BlackBerry app

I'm writing the HTML for a hybrid (iPhone/Android/Blackberry) mobile application. I'm not directly involved in the BlackBerry development side of things, but I am being told it is impossible to ...
0
votes
2answers
173 views

BrowserField can't display HTML pages

I am using a BrowserField to display HTML pages, but the page does not fit into the screen, it gets cut: when i try this page with the browser of blackberry, it work very well: Can anyone give ...
0
votes
1answer
187 views

how to handle clicked links in blackberry

i have blackberry two examples for displaying html contents 1 - for blackberry 5.00 using BrowserField 2 - for blackberry 4.6 using RenderingApplication and HTTPConection i need to know who to ...
0
votes
0answers
209 views

browserField IllegalStateException only in BrowserField 5.0 and 6.0

My app (JRE 4.5) has a browserfield that loads web pages. I followed this document to create separate threads for making HttpConnection and loading browser content and the image resources. It works ...
0
votes
1answer
278 views

Blackberry BrowserField2 and AJAX

I'm trying to embed a browser in my Blackberry app. It has some ajax functionality. For testing purposes I have an asp.net page with a dropdownlist (with AutoPostBack=true) that updates a label with ...
0
votes
1answer
397 views

Browser Progress Tracker in Blackberry BrowserField

Has anyone been able to implement a progress tracker bar for a BrowserField in blackberry i'm struggling with this. I want to tell the user that something is actually happening when he opens the ...
0
votes
1answer
420 views

BlackBerry BrowserField executing javascript

I tried a simple javascript [Example: document.getElementById("mydiv").style.display = "none";] on a web page and tested it on BlackBerry 4.5 simulator browser and it worked. Now I have an app (JRE ...
0
votes
0answers
265 views

BlackBerry BrowserField Cookies

I have problems setting Cookies in 5.0 field.Browserfield, I tryied browser.setCookie(..), and also custom ProtocolController and overriding handleNavigationRequest, what is the best practise to set ...
0
votes
1answer
403 views

BrowserField API Blackberry - notify app on browser event

I need help figuring out if it is possible to listen to different events happenning within a browser field. My blackberry project uses BrowserFieldAPI to load a asp.net web page. A button on that ...
0
votes
1answer
238 views

How to read javascript variable from BrowserField

I'm using 5.0 field2.BrowserField and executeScript method for invoking javascript. I try to read single javascript value, but I'm getting ThrownValueWrapper error Object obj = ...
0
votes
2answers
714 views

BlackBerry BrowserField IllegalStateException

I'm trying to implement simple user interaction with field2.BrowserField: when button is clicked BrowserField loads another page, but I'm getting IllegalStateException. here's my code: public class ...
0
votes
1answer
279 views

BlackBerry BrowserField problem on 9800

I'm using 5.0 field2.BrowserField as in-app browser, but on 9800 simulator page isn't displayed. (tested on SimPackage-6.0.0.246_9800-ATT,SimPackage-6.0.0.141_9800) BrowserField browser = new ...
0
votes
1answer
442 views

BrowserField Blackberry

We are writing a blackberry applciation which has social media integration, we are able to invoke the browser using BrowserSession and call the facebook link with the sharer link ...
0
votes
2answers
526 views

Blackberry: Launch native browser from embeded browser

I am writing an JRE 5.0.0 app. The app has some HTML tips content that I display with a field2.BrowserField. I'd like to launch the native browser when a user clicks certain links. I've read the ...
0
votes
1answer
325 views

BlackBerry BrowserField displaying a webpage - detect when user navigates to other pages

I have a BrowserField in my application displaying a webpage. Is there a way to detect browser navigation when user clicking on one link in the webpage and move to another webpage?
0
votes
2answers
464 views

How can i display a webpage in a BlackBerry Browser field?

i'm developing a aplication for blackberry and i want to display a simple webpage (for example www.google.com). i'm having troubles using the examples on the blackberry developer page, can anyone give ...
0
votes
2answers
1k views

Blackberry how to display message in app if device got no internet connection?

I've just started with programming for the Blackberry device. I'm using version 5 of the API. I'm building a very simple application which is just a browserfield. So far it's all working great. I can ...

1 2