Tagged Questions

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

learn more… | top users | synonyms

13
votes
5answers
912 views

Blackberry Tablet OS: Development Resources, Guides, Tutorials

Following the recent announcement of the new Blackberry Tablet OS, it's SDK and Simulator, any ideas where one could find resources and tutorials on how to develop for their new tablet OS? It will be ...
11
votes
1answer
239 views

Repackaged Android App drawing issues on Blackberry Playbook simulator

I am trying to repackage a small game I made for Android to be used on the Blackberry Playbook. I was able to repackage it and deploy to the Blackberry Simulator on vmware just fine, except the ...
6
votes
3answers
3k views

What is the Blackberry PlayBook's user agent?

What is the User-Agent string for the Blackberry PlayBook's web browser?
4
votes
1answer
364 views

How do you register an event listener to the appear/disappear events of the virtual keyboard on Blackberry Playbook using Flex?

Not why no one has been complaining about this but I'm have a lot of problems with the Blackberry Playbook Virtual Keyboard on the Simulator. I have an richedit component in the middle of the screen ...
3
votes
2answers
354 views

How to find the location of database created using HTML5?

I am developing a playbook app, where I am creating multiple databases. Can I get the location of the file/db created. I need to delete that Database, but I couldn't find a way to drop it, so I am ...
3
votes
2answers
415 views

best options for maps when programming for blackberry

I see there are java sdk and webworks sdk for blackberry, with bb 5, 6, and now 7 os systems in existance... play adobe air and webworks for the playbook. I'm looking to port an android app over to ...
3
votes
1answer
2k views

Datagrids on Flex Mobile

Adobe tells us to not use Datagrid on mobile devices. I'm creating a Blackberry Playbook application that has more screen space to potentially display a table of data. So a few questions arise! If I ...
3
votes
2answers
236 views

How can I automatically “reshape” complex scripts?

Problem: I'm trying to display a small amount of text using complex scripts such as Arabic and Bengali on mobile devices (specifically Android, BlackBerry phones, and BlackBerry PlayBook). (The app ...
3
votes
2answers
719 views

How do I implement a infinite list in Flex (hero)

I'm new to Flex/ActionScript (.NET/Java has been my main playground so far). I'm trying to build a Flex app that has a list that is meant to look and behave like an infinite list (of items - which can ...
2
votes
1answer
118 views

Blackberry Playbook WebWorks How to make a textfield open a different virtual keyboard?

I'm developing a WebWorks application for the Blackberry Playbook. This page in their documentation says You can display a specific type of virtual keyboard, depending on the type of input that ...
2
votes
1answer
532 views

Porting Qwt library to playbook

I am new to Qt, cross compiling and porting so please bear with me. My goal is to use the Qwt library on Playbook OS for a Qt based application. I found a nice tutorial on Qt for Blackberry Playbook ...
2
votes
1answer
53 views

Code signing certificate across Multiple OS Platforms - Relating to Adobe Air packages

I am developing an application in Flex using Adobe Flash Builder 4.5 and I want to distribute this as an AIR package so that it will work on multiple Operating Systems. I am wanting to target the ...
2
votes
2answers
534 views

Installing app on Blackberry Playbook Simulator, from Flash Builder 4.5

Deployment failed: 1 Error: Cannot connect: Connection to https://192.168.79.131 refused. Please check IP address settings for the target. You may have to reboot the target. My app deploys fine in ...
2
votes
1answer
345 views

Code signer error in blackberry webworks application

I have developed a Blackberry Webworks Application, code signed it and deployed it on my playbook. The problem is that, I have made some changes to my existing application, generated the sigtool.p12 ...
2
votes
1answer
210 views

blackberry signed keys not working after mylaptop restart

i am getting signed keys to my mail. i got 3 csi files and fallow the steps to install these keys which are give in main. eveything is fine but after restarting my pc i can't able to sign project. ...
2
votes
1answer
185 views

Group of local HTML files loading problem in Blackberry Playbook

I have 50 local HTML files. I want to show these in scrollview or list. I tried by stageWebView. But it shows always on top of the stage. is there any way to do this. if it is possible in mxml na ...
2
votes
2answers
618 views

Making buttons link - Adobe flex - Blackberry Playbook

Maybe a simple question but I'm having alot of trouble making a button change the view of a Flex blackberry playbook app. I am coding it entirely in actionscript, no MXML. ...
2
votes
4answers
4k views

How-to close an application in BlackBerry PlayBook?

When I launch an app (default Browser for example), it seems that there is no way to exit except reboot. I'm using PlayBook emulator.
1
vote
0answers
30 views

What are efficient advertising options for Android apps ported to BlackBerry Playbook?

I have ported/repackaged my free Android app to BlackBerry Playbook. Before publishing it to the AppWorld I removed AdMob from it as it wasn't clear at that point if that was going to be approved. ...
1
vote
1answer
26 views

blackberry webworks: creating directory in phone memory or sd card

function createDir() { try { blackberry.io.dir.createNewDir("file:///store/home/user/FolderName"); alert("createDir event fired succefully"); } catch(ex) { ...
1
vote
1answer
67 views

How to debug playbook simulator?

I've converted my Android app to a playbook bar; it works (with a lot of graphical bugs); however I'd like to know if it is possible to debug the software while it's running. Of course, I don't ask ...
1
vote
0answers
151 views

Phonegap navigator.app.backHistory / window.history.back not working on Blackberry Playbook

On the Blackberry playbook, the normal window.history.back does not work. Tested on the simulator.... So, I attempted this in the index.html window.history.back = navigator.app.backHistory; This ...
1
vote
0answers
47 views

BlackBerry Playbook - display orientation

My game was made for portrait view in Android but for some reason whe ported to BlackBerry Playbook it puts the simulator in portrait but the game stays in landscape mode anyway of fixing this in the ...
1
vote
0answers
68 views

Videostreaming on Playbook

I'm trying to play a video via RTSP using Adobe Air, I have the permissions: <action>access_internet</action> <action>set_audio_volume</action> ...
1
vote
1answer
63 views

Is Blackberry WebWorks a good development choice?

This is kind of a dumb question but I've aware of classic style JDE development for Blackberry but I've never tried using WebWorks. BB website says that it's possible to build applications for both ...
1
vote
0answers
129 views

How can you stop screen rotation on a Playbook using PhoneGap?

I've found solutions to this for iOS and Android, but I can't find one for the Playbook. Is there a way to use PhoneGap or Zepto to lock the screen into portrait orientation on Playbook, and if so, ...
1
vote
1answer
40 views

Can someone show me an easy way to test a Phonegap app on a Playbook?

I am currently developing an app in Phonegap, and need to test it on a playbook. But all the tutorials I've been able to find (not many) haven't been able to explain how to do this on a mac. Can ...
1
vote
1answer
34 views

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
1
vote
0answers
83 views

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 ...
1
vote
2answers
84 views

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 ...
1
vote
1answer
156 views

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?
1
vote
2answers
165 views

Blackberry playbook?

I am a novice to blackberry development. I have quite a hands on experience in blackberry smartphones. After I heard a lot about blackberry playbook, now i want to enhance my skills towards it. ...
1
vote
1answer
203 views

Flex different MXML layout for each orientation

I have several MXML layouts that are used for my application's menu on the Playbook, I need to be able to create a different layout for each orientation because my side-bar menu wouldn't work when in ...
1
vote
2answers
142 views

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 ...
1
vote
1answer
111 views

Cannot locate user error when using html5 Geolocation

This is my code to get current location using Geolocation property of HTML5, <!DOCTYPE HTML> <html> <head> <script type="text/javascript" src="html5_init.js" ...
1
vote
0answers
99 views

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 ...
1
vote
4answers
43 views

Flex/AIR Playbook, stop mouse from propogating 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 ...
1
vote
1answer
88 views

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: ...
1
vote
2answers
259 views

VideoDisplay fullscreen

How does one do fullscreen with VideoDisplay? I am using: stage.fullScreenSourceRect = new Rectangle(video.x, video.y, video.width, video.height); stage.scaleMode = StageScaleMode.NO_SCALE; ...
1
vote
0answers
590 views

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 ...
1
vote
1answer
101 views

Blackberry brower cache issue

i had developed a program in PHP which plays video in Blackberry browser using jwplayer. Everything works fine but while playing video greater than 150 MB with video length 144 second, the videos stop ...
1
vote
2answers
334 views

Flex Mobile Project: Numeric Keyboard

How do? Edit the field with numeric keypad, not a full keyboard my code: <s:TextInput text="{TransactionObject.cartao}" id="item" restrict="0123456789" /> app for Android and playbook
1
vote
0answers
21 views

“reserved directory found” error: any way to find out which one?

I've got a project with quite a few JS files, directories etc. The BlackBerry .bar builder says I've got a "reserved directory" in there, and it can't build. Is there any way to find out the filename ...
1
vote
1answer
93 views

Delete SharedObject preferences

I've developed an ActionScript 3.0 for Adobe Air application (it will run on Blackberry Playbook). This app has some bugs and I've made an update. When user install the new version I want to delete ...
1
vote
1answer
174 views

Is there any way to Play music as background service in playbook?

I have made a music player for blackberry playbook and it is working fine .My problem is I want to play the music as a background service so that if user switches between other app . my music would ...
1
vote
0answers
96 views

Blackberry Playbook Simulator Closes Immediately

I have successfully created a .BAR file using Command line syntax, and the same is installed successfully on Simulator, but when I try to start it, it opens up and closes immediately. I have used ...
1
vote
3answers
216 views

Run Flex Mobile Application on Desktop

I have a completed Flex Mobile application, built for the Blackberry Playbook. I would like to have it so the application could run on the desktop. I don't mean in the simulator, I mean as an actual ...
1
vote
2answers
224 views

Draw a Hand Signature in Flex 4

I am creating an application that requires a user to draw their hand signature on a tablet. Does anyone the best way to do this on Flex mobile 4.5? What do I draw on to, a Sprite, canvas? Also, I ...
1
vote
1answer
112 views

How many versions of Blackberry apps we have to make?

There are basically two issues that are confusing us: Will a Blackberry app made for mobile phones work on the Blackberry tablet? I see that there is a tablet SDK as well. Do we have to make a ...
1
vote
1answer
273 views

Open file from Playbook app

My playbook app downloads a zip file and opens it. So can we create air objects on the playbook for file i/o operations since an api for the playbook I guess hasn't been developed. For example: ...

1 2 3 4