Questions tagged [blackberry-os6]

20 questions
2
votes
1 answer

Blackberry OS6: implementing click event on extended MapLocation class

I need to change what happens when a user clicks on a pin in a RichMapField, and these pins happen to be MapLocation objects, these MapLocations also optionally handle a different datatype known as a "Partner" class which contains an ID, Address,…
RedactedProfile
  • 2,748
  • 6
  • 32
  • 51
2
votes
1 answer

Embedding Youtube/Vimeo vids in Sencha Touch not playing with Blackberry OS 6

I can't seem to get Vimeo or Youtube videos that are embedded with HTML5 embed code to play on the Blackberry 6 devices. The video just sits there, with the spinner spinning. Checked with multiple Blackberries, all of which work fine on Vimeo's…
Rob Porter
  • 801
  • 8
  • 23
2
votes
1 answer

Install COD file on BlackBerry OS 10

I have developed BlackBerry Apps using Java SDK till BBOS 10 got released. But the recent BBOS 10 released doesn't provide Java SDK platform for developing the applications. So is there any way that I can run my previously developed…
1
vote
3 answers

Which BlackBerry OS to target for enterprise web applications?

I am deciding between which library to use for development: jQuery Mobile or Sencha Touch. The application I am building will specifically target enterprise (Fortune 500) BlackBerries. The application will not require any hardware features, but the…
Andrew
  • 227,796
  • 193
  • 515
  • 708
1
vote
1 answer

BlackBerry webworks weird behavior with JavaScript

I am new to BlackBerry development, having developed iPhone apps for years. I am trying to do a simple menu like the following, invoked onLoad: function initMenus() { var item = new blackberry.ui.menu.MenuItem(false, 1, "Save", saveMe); var…
Fabio Ricci
  • 395
  • 1
  • 4
  • 16
1
vote
0 answers

How to package BlackBerry 6 application using Ripple emulator?

As per the link Packaging BlackBerry 6 Application I have set up all the environment for packaging BlackBerry 6 project. Followed the steps and when clicked on package option in ripple emulator, packaging is not done. Steps followed: Installed…
1
vote
0 answers

Google Analytics with Phonegap plugin for blackberry os6 and os7?

I am making an app and I want to get analytics from the users. I got this code from google developer link i am able to build it correctlyand page load i am getting alert("called"). But I'm still seeing no hits in Google Analytics website itself. Can…
askquestion
  • 171
  • 1
  • 14
1
vote
2 answers

Open blackberry device options programmatically

App details: I am writing an app that requires the user to have a device password set. The company distributes blackberry devices to its associates who will then use them to report on sales etc. The company wants to make sure that the device…
Jason Ridge
  • 1,868
  • 15
  • 27
1
vote
2 answers

Custom BitmapField bug on unfocus and scroll (BlackBerry)

I have been having this annoying problem when trying to implement a picture gallery on BlackBerry 6. Everything works, however when the focus changes from the top buttons to say the pictures further down the screen, the images seem to glitch and not…
Banana Man
  • 127
  • 2
  • 11
0
votes
1 answer

Detecting orientation change on BlackBerry 9800 via JavaScript

I have a bit of JavaScript (jQuery) to catch orientationchange and create a JS alert when triggered: $('document').ready(function(){ $('body').bind('orientationchange', function(e){ alert('orientation change triggered'); …
DA.
  • 39,848
  • 49
  • 150
  • 213
0
votes
1 answer

blackberry widget not respecting jquery hide/show

I am trying to use jquery with blackberry widget on a OS6 device. Widget compiler does not seem to recognize .hide() and .show() (css display properties) Is there a workaround to this? $(document).ready(function(){ $("a").click( function() …
bob
  • 85
  • 1
  • 2
  • 5
0
votes
1 answer

blackberry OS6 widgets + jquery mobile

I am trying latest jquery mobile (Alpha 4.1) in blackberry widget on OS6. I love the "load-once" cache/ajax functionality of jQuery Mobile but not impressed with these implementation issues on BB. I find the following issues: top of page (headers)…
0
votes
1 answer

BlackBerry WebWorks with OS 5, text not showing

I'm at the very early stages of writing a BlackBerry app using WebWorks. I'm aiming at mainly OS6 devices (Torch), but I need it to be compatible with OS5 for a small number of users who'll be using older devices. As far as I'm aware, WebWorks…
0
votes
0 answers

Blackberry playing video from server

Aim: Play video in blackberry device from remote server. Current Output Blank screen and this message: "Press space to start/stop/resume playback." My code public class MyApp extends UiApplication { private Player player; private…
0
votes
0 answers

Current Location and direction on map Blackberry(Os 6, 7 and 10)

i want to integrate map on(Blackberry 6 7 and 10) and show current location and direction route between two locations inside my app which one should i use. 1.Google map or 2.blackberry native map is there any sample please provide me the link
1
2