blackberry-playbook

Cannot set volume on BlackBerry Playbook

烈酒焚心 提交于 2019-12-06 22:37:01
问题 I have an issue in changing the volume of blackberry play book. First I am repacking my Android App to Palybook App. I need to change the volume of blackberry playbook using seekbar and in seeklistener I am setting the Audio manager volume. Here is the code: audioManager = (AudioManager)getSystemService(Context.AUDIO_SERVICE); seekbar.setOnSeekBarChangeListener(new OnSeekBarChangeListener() { public void onStopTrackingTouch(SeekBar seekBar) { // TODO Auto-generated method stub } public void

Switch between Flex Tabbed ViewNavigators

冷暖自知 提交于 2019-12-06 06:12:42
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 pushView and popView , but I'm working with ViewNavigators, and my searching revealed nothing useful. I'm trying to switch from Tab2 to Tab1 when an event occurs. In this case, Tab2 contains a list, and when the user makes a selection, I want to jump back to Tab1. <s:TabbedViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library

Open a .bar file in Blackberry Playbook Simulator

主宰稳场 提交于 2019-12-06 04:03:26
问题 Hi I have a early version of an Playbook app one of our developers made for us in Flash Builder. It is a .bar file. I have installed all the required Abode and RIM SDK's, keys and simulator and can create an app myself in Flash Builder 4.5 which runs in debug mode in the simulator perfectly. The problem is our developer has gone on holiday for a week and I want to test the app while he is away and give him feedback but I cant seem to open a single .bar file. Does anyone know how to do this?

Develop an application for blackberry 10 and play book in webworks which sdk i should download?

只谈情不闲聊 提交于 2019-12-02 10:16:20
问题 Actually from WebWorks I want to make a BlackBerry app with which I target both the BlackBerry 10 and Playbook devices. So for this, which SDK I should download? And if I make this app for BlackBerry 10, will it work for Playbook? The purpose of doing it in WebWorks HTML5 is to target my BlackBerry app for both Playbook and BlackBerry 10 devices. 回答1: There are two options, and its all about what you are targeting, or what your release horizon is: Release on the Playbook If you want to

Develop an application for blackberry 10 and play book in webworks which sdk i should download?

会有一股神秘感。 提交于 2019-12-02 05:39:05
Actually from WebWorks I want to make a BlackBerry app with which I target both the BlackBerry 10 and Playbook devices. So for this, which SDK I should download? And if I make this app for BlackBerry 10, will it work for Playbook? The purpose of doing it in WebWorks HTML5 is to target my BlackBerry app for both Playbook and BlackBerry 10 devices. There are two options, and its all about what you are targeting, or what your release horizon is: Release on the Playbook If you want to release a Playbook application, Download WebWorks SDK for BlackBerry PlayBook OS 2.2 (Also called BlackBerry

Using qnx.ui.picker.Picker in mobile Flex Hero project for Blackberry Playbook

一笑奈何 提交于 2019-11-28 01:45:46
there is a Picker example for usage in an ActionScript project. It works well in simulator. But how do you use that component in a Mobile Flex Project (with Burrito Flash Builder)? How do you add a qnx.ui.picker.Picker to a spark.components.View ? The latter seems to expect a mx.core.UIComponent , but the former is a qnx.ui.core.UIComponent . The ActionScript project I've mentioned above works ok, because the Picker is added to the Sprite. But adding it to a View in a Mobile Flex project fails for me. Thank you! Alex UPDATE: I've found this page today: http://corlan.org/2011/03/28/creating

Using qnx.ui.picker.Picker in mobile Flex Hero project for Blackberry Playbook

為{幸葍}努か 提交于 2019-11-26 22:02:35
问题 there is a Picker example for usage in an ActionScript project. It works well in simulator. But how do you use that component in a Mobile Flex Project (with Burrito Flash Builder)? How do you add a qnx.ui.picker.Picker to a spark.components.View? The latter seems to expect a mx.core.UIComponent , but the former is a qnx.ui.core.UIComponent . The ActionScript project I've mentioned above works ok, because the Picker is added to the Sprite. But adding it to a View in a Mobile Flex project fails