blackberry-cascades Questions
1
Solved
I am trying to use bb:system::screenshot like so
request.setTarget("sys.pim.uib.email.previewer");
// Set the action that the target app should execute
request.setAction("bb.action.VIEW");
/...
Padding asked 23/6, 2015 at 14:48
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
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
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
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
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'm running around in circles about this. Just can't wrap my head around signals and slots.
Just looking for some mechanism that can automatically update my UI when a signal in my C++ occurs.
Exa...
Overblown asked 17/2, 2013 at 19:21
1
Solved
I am trying to launch a different QML Page from my C++ code by hooking into the clicked() slot of a button in my QML but it's not working.
Button {
objectName: btnLogin
text: qsTr("Login")
id:...
Wildwood asked 2/11, 2012 at 8:39
1
© 2022 - 2024 — McMap. All rights reserved.