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

How do i configure SDL to work with the Blackberry Playbook Native SDK / NDK?

I've got the NDK set up and managed to compile and run the hello native sdk project on my playbook. I downloaded the blackberry sdl port from github. However I've been unable to compile even a hello world project using it. Also it seems to be…
0
votes
1 answer

Left -j off mingw32-make command for Qt4?

I accidentally left off the -j [jobs] when compiling the Qt4 git://gitorious.org/qt/qt.git repository from mingw32-make as per the Building Qt4 documentation. Will this make any other difference beside the amount of time it takes to compile? My…
Brandon Clark
  • 788
  • 1
  • 13
  • 26
0
votes
2 answers

jquery mobile in playbook, $("select").selectmenu("refresh", true) breaks on addClass error

I'm using jquery mobile and run into an issue with blackberry playbook. I have pages that I'm loading dynamically through jquery In jquery mobile with the $.mobile.changePage('/full/url/to/page'); When the page loads, I capture the pageinit event…
sonjz
  • 4,870
  • 3
  • 42
  • 60
0
votes
1 answer

how to create Circular layout like this

How can i create circular scrollable layout . I tried to add all icons in Group & than tried to rotate it , but no success because of jadgy edges. I tried to rotate an image & according to this image rotation , i tried to set positions of icons.…
Shashank Agarwal
  • 512
  • 3
  • 12
0
votes
1 answer

rotation of a group in as3

Please help me to sort out a big issue . I need to rotate a layout(spark component Group) from center , i am able to rotate it from center. but once i rotate it , its all gives me jadgy edges. Like if i rotate an image than i can set its bitmap…
Shashank Agarwal
  • 512
  • 3
  • 12
0
votes
2 answers

How to save a file in photos folder in playbook

I am interested in saving an image file to Playbook photos folder. By using documentsDirectory i am able to save my file into documents. But native pictures app of playbook doesn't show images which are in documents directory , I need to show my…
Shashank Agarwal
  • 512
  • 3
  • 12
0
votes
1 answer

Album art of music file

Is There any way by which we can have album art of any music file , i am able to extract file detail like album name , length , author , genre , track info. But i am intresred in to showing album art image. Please help
Shashank Agarwal
  • 512
  • 3
  • 12
0
votes
1 answer

BlackBerry PlayBook Webworks: Low frame rate

While my blackberry webworks app works very well on Blackberry 7.0 and 7.1 devices, it has a very low frame rate on PlayBooks. For example when scrolling on a page or when drawing stuff on a canvas. I use the jQuery JavaScript extension. What could…
0
votes
0 answers

HTML5 WebSQL and AppCache on Blackberry Playbook

I have a web client that makes use of HTML5, webSQL and appcache. Apparently, it won't work on Blackberry Playbook. It works fine in an android device. I thought playbook supports webSQL, then why I'm not able to create a websql db? I've also…
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
0
votes
1 answer

Coding a 'File Browser' for Blackberry Playbook in Adobe Flash Builder 4.6

I am creating an app that allows users to import books from the books directory on the Playbook (when you plug it in to the computer). How do I code this? Is there a class I can use in Adobe Flash Builder to access the file directories? If you look…
sameetandpotatoes
  • 1,220
  • 3
  • 17
  • 35
0
votes
1 answer

How do you set the selected item in a qnx.fuse.ui.listClasses.SectionList?

So, when the user clicks on the SectionList, it's easy to get the ICellRenderer selected and change it's state to selected: this.messagesList.addEventListener(ListEvent.ITEM_CLICKED, messageSelected); //Skip some lines... private function…
Zarjio
  • 1,097
  • 2
  • 12
  • 22
0
votes
1 answer

taking snapshot during gameplay with opengl

I am working on a game for blackberry playbook and in that game there is a requirement that during gameplay it should take snapshots in random positions and for this requirement I am using following open GL…
Ahsan Iqbal
  • 1,422
  • 5
  • 20
  • 39
0
votes
1 answer

blackberry sample application executes in simulator but when I try to load in playbook device there is no response or no error

blackberry sample application executes in simulator but when I try to load in device there is no response or no error. I am using a playbook. Also I tried various options in which one of it says to use Desktop manager, I see a different behavior in…
0
votes
1 answer

loading application on blackberry playbook simulator encountered an error

I developed an application in BlackBerry playbook native sdk using QNX. I try to test it on simulator(running in vmware) an error occurred like "'Downloading and starting the application...' has encoundered a problem". The screenshot attached…
Stack User 5674
  • 1,548
  • 1
  • 20
  • 44
0
votes
1 answer

BlackBerry Playbook Simulator not working

I developed an Android application on Eclipse, and now I am trying to port it to BlackBerry. I have my signing keys and my certificates, the Eclipse BlackBerry plugin, and the BlackBerry Tablet simulator. When Eclipse uploads my app to the Playbook…
christiandeange
  • 1,175
  • 12
  • 17