blackberry-10 Questions
4
I'm developing a Blackberry 10 mobile application using the BB Native SDK.
I need to call a QML function into my C++ class. I searched a lot on this but I only found the possibility to call C++ in...
Arriola asked 15/11, 2013 at 11:38
8
I need to know how to make charts/graphs in Blackberry 10 Cascades Beta 3 SDK, QML, Qt, C++. If anyone can show me an example or point me to something that shows me how to do this, it would be much...
Pedal asked 24/10, 2012 at 20:45
4
Solved
in my app I need internationalization.
Say I have created several .ts file for different languages e.g.,
German, French, etc. - together with translated phrases.
Now, say the user wants to change ...
Whittemore asked 12/3, 2013 at 6:58
3
Solved
Below is the code for my qthread implementation. I am trying to get gps data from satellite. QThread doesn't produce the finished() signal even when the programs exits gpsSearch() slot function. Th...
Fasciation asked 11/6, 2013 at 13:30
3
Solved
This is a header file extracted from a blackberry 10 helloworld program.
#ifndef ApplicationUI_HPP_
#define ApplicationUI_HPP_
#include <QObject>
namespace bb
{
namespace cascades
{
cl...
Justificatory asked 11/11, 2013 at 4:38
1
I am trying to run cordova blackberry application in my blackberry 10 device. I am getting following error.
$ platforms/blackberry10/cordova $ ./build
[INFO] Populating application source
[INFO...
Franz asked 15/7, 2015 at 8:2
4
I'm using the new version of Blackberry (Blackberry 10) . I'm trying to integrate c++ code with QML , but I faced some problems that I thinks connected to other . in the .h file Q_OBJECT , Q_PROPER...
Centimeter asked 19/12, 2012 at 13:54
2
Solved
i am using QNX momentics for blackberry development. The problem is whenever i download any sample code and run it on Simulator. then error comes to me.
When i clean the project it give me Error
...
Squarely asked 28/7, 2013 at 18:5
2
Solved
I'm developping an application for Blackberry 10 and I'm using the Momentics IDE (BB native SDK).
I get the following error when I try to execute the code below. Any one have an idea how can I fix...
Almsgiver asked 2/12, 2013 at 13:24
5
Solved
BlackBerry 10 has quite sophisticated logs system compared to iOS and Android.
The only solution i found is using javaloader tool like this:
javaloader.exe -u eventlog > eventlog.txt
But it s...
Crackleware asked 28/10, 2012 at 19:50
2
I am developing a project using the Native SDK for BlackBerry 10. I am using BlackBerry 10 Dev Alpha Simulator for testing purposes. I can't seem to simulate a pinch event, and did some searching j...
Telluride asked 27/5, 2012 at 16:43
2
Solved
I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK).
I have a listview which I want to handle its items click with C++ (I need to use C++ not QML).
I can get th...
Uphold asked 23/6, 2014 at 9:50
2
Solved
We want to install the com.blackberry.app plugin (http://plugins.cordova.io/#/package/com.blackberry.app) for our (cordova 3.4.0 CLI) project. IF I try "cordova plugin add com.blackberry.app", it i...
Curdle asked 16/4, 2014 at 11:37
1
Solved
This post relates a technical problem encountered in a recent software project, and allows the reader to benefit from the hard-earned solution to the problem.
Background
In my company, I'm the im...
Cristinecristiona asked 19/2, 2014 at 16:12
1
Solved
I am implementing a IM service and I want to include as one of the features the ability to send and receive an sms message. I am wondering if when an SMS message is received (not a ported directed ...
Codeine asked 20/2, 2014 at 19:46
4
Solved
I am developing an application for BB-10 using web service. In this I want to parse JSON in both the get and post methods and I want to check the Internet availability.
How can I do this?
Lundin asked 26/11, 2012 at 12:32
1
Solved
I am using Qt 4.8 with BB10.
I defined a base interface for classes to implement:
class AbstractImageProcessor : public QObject
{
public:
AbstractImageProcessor(QObject * parent) : QObject(pare...
Todo asked 19/12, 2013 at 23:54
3
Solved
I'm doing development for Blackberry 10 using Cascades, which includes QT and QML. I find that I sometimes make mistakes in my QML file, but they don't get picked up at compilation time. How can I ...
Fronniah asked 11/3, 2013 at 9:9
1
I have a Google Drive app running on BlackBerry 10 and PlayBook devices. The OAuth process was working fine for all users. Suddenly on Aug 23rd I received reports from some users complaining the "A...
Congregation asked 25/8, 2013 at 13:48
2
I'm using the VMWare Player and the Blackberry 10 simulator image; I need to do some unit/integration tests automatically. I know I can use the VIX api to spin up a new Simulator and load the Black...
Schelling asked 31/7, 2013 at 20:30
1
Solved
I have a listview that starts off with 50 items, and I want to add more as the user scrolls through the list, but before they reach the end of the list. I've been using the atEnd property to know w...
Mullah asked 13/8, 2013 at 18:31
4
Solved
I have 1 .bar file which is generated from eclipse plug-in.
Now I want to test that .bar file in Blackberry 10 simulator.
How can I test that Application?
I have installed blackberry simulator 1...
Curia asked 18/1, 2013 at 12:47
2
I found one example in the the git hub for BB 10 for sending an email, but it looks pretty complicated and alot done in C.
does anyone have an example on how to send a quick email using QML. I don...
Ankeny asked 29/1, 2013 at 21:38
1
Solved
I have a requirement for perfect gapless looped audio in a BlackBerry 10 app. My loops are stored as WAV files. The method I'm using for playing them is:
Create a buffer for the WAV file using a...
Gaffney asked 28/6, 2013 at 14:21
1
I have a cascade C/C++ project. Which I build into a shared library. But when I expand the libxxx.so I just found the source codes, assets are not present there. But I did use images in my Assets f...
Criminality asked 15/6, 2013 at 8:47
1 Next >
© 2022 - 2024 — McMap. All rights reserved.