Questions tagged [momentics]

The QNX® Momentics® Tool Suite is a comprehensive, Eclipse-based integrated development environment with innovative profiling tools for maximum insight into system behavior.

54 questions
0
votes
1 answer

Filter Model In By Dates in Ember Controller

I am having this DS.Model Model = DS.Model.extend date: DS.attr "string" amount_payed: DS.attr "string" user_name:DS.attr "string" `export default Model` Currently there is nothing in my controller Controller =…
kautilya
  • 97
  • 7
0
votes
1 answer

Can I use Cygwin to compile C/C++ code with Momentics?

I'm playing around with QNX's IDE Momentics. I'm currently making local C/C++ code. When I try to run a file, I choose "local C/C++ application", and it then gives me a choice of configurations. My question is if I can use the GCC compiler from…
GreySage
  • 995
  • 17
  • 38
0
votes
2 answers

How can I set a label color in C++ using an hex value?

I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK). All I want is to set a label color in c++ with an hex value using the TextStyleDefinition class like below : Label* titleLabel =…
J.M.J
  • 1,081
  • 3
  • 18
  • 35
0
votes
1 answer

Command line build for Eclipse - dependent projects

I am using an Eclipse based IDE (QNX Momentics.) I have several projects in my workspace. I have Project A, B and C. Project C has dependencies on Project A and B. If I go into the IDE and properties of "C" and Project References, and I check A…
Matt
  • 1
  • 1
0
votes
1 answer

Log viewer for blackberry device like DDMS

I am new to Blackberry device. I need to see device logs for the running apps like DDMS in case of Android while connecting the device through USB. Any solution?
jrhamza
  • 714
  • 12
  • 27
0
votes
1 answer

Error in binary file while adding permission

I am a newbie in blackberry, trying to build a application in native cascade c++. I am using Momentics IDE and sdk(10.3.1). In my helloworld application I try to use the persmission by looking at the official document of…
Bhim Prasad Ale
  • 493
  • 1
  • 8
  • 28
0
votes
0 answers

Just another undefined reference to `boost::system::system_category()'

At the beginning I must assure You that I've tried almost every solution from similar topics , still they didn't solve my issue. I'm building binaries from Boost 1.57 using MinGW. Boost libraries I'm using: thread and system build without any…
0
votes
1 answer

How create UI page in Momentics IDE?

I try to developing mobile app for BlackBerry 10 So i have question: where is ToolBox to create UI or need to manualy write UI in code? I'm confused.
BBann
  • 33
  • 4
0
votes
1 answer

Error: Program "make" not found in PATH in QNX Momentics

I am developing app in bb10 native sdk. All of a sudden QNX Momentics started showing error in all my projects and display this error in the console after cleaning the projects Error: Program "make" not found in…
0
votes
1 answer

Path location error : Program "make" not found in PATH?

I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK). After updating the blackberry momentic IDE to handle the new api 10.3.1, All presents project even the new ones, return the eroor below : -> "Description …
J.M.J
  • 1,081
  • 3
  • 18
  • 35
0
votes
0 answers

integrating facebook with blackberry 10

I am trying to build an app which shows posts when connected in cascading style. I am using Momentics IDE Downloaded Blackberry 10 simulator (works fine) Webworks 2.1
mark
  • 561
  • 3
  • 18
  • 45
0
votes
1 answer

Stop tracking and ignore changes to a file in eGit using Momentics IDE

I'm using egit in Momentics (the eclipse based IDE for developing Blackberry 10 apps). I want to ignore some file from being tracked witout deleting them locally. In other posts (e.g. this) I found answers to use "untrack" but this seems not to be…
thowa
  • 538
  • 1
  • 8
  • 23
0
votes
1 answer

How can I change my BB10 project to use a makefile?

I recently created a new Blackberry project Momentics, and it runs fine from the IDE, but I need to be able to build it from the command line using a Makefile. I ran make in Terminal, but received an error because the makefile does not exist. I…
Brian
  • 11,132
  • 7
  • 32
  • 43
0
votes
2 answers

How to configure the zoom level in the Map?

I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK). I want to display a map using the mapview qml element which seems that it belongs to the blackberry team (it's not a google map). [ Blackberry 10 mapview ] All I…
J.M.J
  • 1,081
  • 3
  • 18
  • 35
0
votes
1 answer

Eclipse - Rebuild project on config change setting

Where on Earth is it? I changed the setting by accident to do it every time I change a project configuration and it's driving me crazy. I'm using Eclipse 3.4 and CDT 5.0.2. This is QNX Momentics 4.6.
ArthurChamz
  • 1,927
  • 11
  • 25