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
2
votes
1 answer

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 usual suspects :- Windows [what I currently develop…
2
votes
2 answers

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; stage.displayState = StageDisplayState.FULL_SCREEN; But…
Omar Mir
  • 1,500
  • 1
  • 19
  • 39
2
votes
3 answers

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 Air, but I can't get it to push to the simulator.…
oo7grayfox
  • 21
  • 2
2
votes
1 answer

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 file and when i try to complile it using bbwp…
Krishna
  • 1,454
  • 5
  • 16
  • 31
2
votes
3 answers

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 application on Windows. Is this possible/easy to…
p_mcp
  • 2,643
  • 8
  • 36
  • 75
2
votes
0 answers

Launch 7Digital Music Store on BlackBerry Playbook

Is it at all possible to launch the 7Digital music store on the BlackBerry Playbook using the WebWorks SDK. I would like to open the store on an album page for a given band. The Invoke API appears not to offer the store as a launch option.
dbotha
  • 1,501
  • 4
  • 20
  • 38
2
votes
1 answer

"navigator service failed" error when deploying an AIR app to Blackberry Playbook

Occasionally (but not always), when I deploy a debug build of an Adobe AIR app to a Blackberry Playbook (not the simulator), I get this error: Deployment Failed: Sending Install request... Info: Action: Install Info: File size: 2567343 Info:…
Praveen
  • 331
  • 4
  • 15
2
votes
2 answers

Switch between Flex Tabbed ViewNavigators

I am working on a Flex TabbedViewNavigatorApplication with three tabs (ViewNavigator elements). I would like to switch from one ViewNavigator to another based upon a user action (via ActionScript code). I know that switching between Views uses…
arboc7
  • 5,762
  • 2
  • 27
  • 30
2
votes
1 answer

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. it again ask signed keys,i am trying to reinstall…
2
votes
1 answer

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 also, tell me... (In mxml, i tried with mx:HTML but…
sakthi
  • 91
  • 3
2
votes
3 answers

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 be any object). The idea is that the user should…
Krishna
  • 2,997
  • 1
  • 23
  • 31
2
votes
2 answers

Blackberry Browsable Error

I am having an issue when I port a application over to blackberry from android. The app is a webapp and it works on the androids just fine, but when I port it and deploy it on the playbook I am getting an error that says Action not supported Intent…
2
votes
3 answers

Launching a BB10 application by clicking a link in the browser or email

Is it possible to register an application to be launched when a specific URL is requested in the browser, email or bbm? For example I would like when the user clicks on a link flycraft://replay/123 my app to be launched and passed the URI.
HarKal
  • 71
  • 7
2
votes
0 answers

Sending mails in Marmalade for the playbook and using libcurl

I was doing a code for sending mails with the playbook and marmalade, this is my code curl_easy_setopt(curl, CURLOPT_URL, "smtp://smtp.gmail.com:587"); //curl_easy_setopt(curl, CURLOPT_PORT, this->_PORT); …
Rudy_TM
  • 1,420
  • 4
  • 15
  • 27
2
votes
2 answers

Error Entry-point asset is required in Configuration Default when importing blackberry 10 sample project?

I am getting error, Entry-point asset is required in Configuration Default, when I import Blackberry 10 sample app. I can see the error in bar-descriptor.xml in assets tab and there is no configuration. How can I solve that?
Indra KP
  • 169
  • 2
  • 11