Questions tagged [blackberry-playbook]

BlackBerry PlayBook, a tablet computer running QNX OS.

BlackBerry PlayBook, a tablet computer developed and manufactured by Research in Motion, makers of the BlackBerry.

292 questions
1
vote
2 answers

Internet access for Android apps converted for the Blackberry Playbook?

I created a "native" webworks app for the Blackberry Playbook and it required to have an url whitelist in the config.xml for accessing the internet. Now, I converted my Android app, and I could not access the internet. How I could allow that?
Magnetic_dud
  • 1,506
  • 2
  • 22
  • 36
1
vote
1 answer

Videostreaming on Playbook

I'm trying to play a video via RTSP using Adobe Air, I have the permissions: access_internet set_audio_volume access_shared play_audio but when I play (), it does nothing. It's…
ffgiraldez
  • 722
  • 7
  • 16
1
vote
1 answer

Spotify Developer API on Blackberry QNX

Is it possible to use the Spotify Developer API on QNX, Blackberry?? I would like to create a simple Spotify Client for my Playbook. Thanks
user1185305
  • 875
  • 2
  • 15
  • 26
1
vote
1 answer

Option menu on Playbook view

How to make option menu on Playbook view? Is there standard APIs to do that, I am using Air SDK
JustMe
  • 279
  • 6
  • 14
1
vote
0 answers

Blackerry Playbook camera not supported in release build

I am developing an application for iOS/Android/BB Tablet that requires the use of the camera. During the development, I have tested the functionality of the camera multiple times with debug builds of the app on multiple devices, including the…
Colin
  • 650
  • 7
  • 15
1
vote
2 answers

Playbook WebWorks jQuery on ready being called twice

I'm trying my hand at developing an app for Blackberry Playbook (Yes, I know, it's dead.. bear with me). I'm using a simple WebWorks app and my jQuery ready() function appears to be called twice when I load my page. …
Kenny Wyland
  • 20,844
  • 26
  • 117
  • 229
1
vote
2 answers

How to launch Playbook app from browser?

I'm porting our Adobe Flex based virtual tour system to mobile, and can't seem to find any doumentation about custom url schemes on Playbook. iOS and Android both have the ability to process a custom url scheme and automatically open an app when the…
1
vote
1 answer

BlackBerry PlayBook Air Version?

What version of Air is currently supported by the PlayBook right now? Is it up to 3.0 yet or is it still stuck on 2.7?
panthro
  • 22,779
  • 66
  • 183
  • 324
1
vote
3 answers

Library for working with SHA 256 hash in ActionScript

I'm looking for an easy way to compute SHA 256 in Action Script on the BlackBerry PlayBook. I saw the mx.data.crypto.SHA256 class that seems fit for the purpose but it looks like it is not available on the standard PlayBook libraries, or do I need…
Smugrik
  • 850
  • 7
  • 22
1
vote
0 answers

How I can ping ip from flex?

I'm trying to create flex application for playbook that pings ip addresses. How do you ping an ip address using flex?
1
vote
1 answer

Cannot locate user error when using html5 Geolocation

This is my code to get current location using Geolocation property of HTML5,
tejas26389
  • 73
  • 1
  • 1
  • 8
1
vote
0 answers

Cache Sound Assets

How would i go about caching sound assets in Flex, I load the sounds for play via: private function set_streamingMedia(mediaURL:String) : void { var req:URLRequest = new URLRequest(mediaURL); if (streamChannel)…
Omar Mir
  • 1,500
  • 1
  • 19
  • 39
1
vote
4 answers

Flex/AIR Playbook, stop mouse from propagating to view behind this

I have a Sprite displayed on top of my view which houses a scroller with a map in, the sprite is a menu, and I want to stop the user from swiping their finger around on the menu and having the map scroll in the background, it looks silly. How do I…
Hamid
  • 4,410
  • 10
  • 43
  • 72
1
vote
1 answer

Communication between 2 Flex Playbook Applications

The overall aim of my project is to communicate between two Playbook flex applications. I found this article and tried it out: http://supportforums.blackberry.com/t5/tkb/articleprintpage/tkb-id/tablet@tkb/article-id/20 Application 1 (Called…
p_mcp
  • 2,643
  • 8
  • 36
  • 75
1
vote
1 answer

playbook: create a new folder and save some data

I need to create a new folder and save some data in it. The code is as follow: var list:Array=reader.getEntries(); for(var i:uint=0;i < list.length;i++) { var bytes:ByteArray=reader.unzip(list[i]); …
Rushabh
  • 23
  • 3