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.
How create UI page in Momentics IDE?
98 Views Asked by BBann At
1
There are 1 best solutions below
Related Questions in BLACKBERRY-10
- Version Blackberry10 MobileFirst Platform Application
- How to handle QML page orientation?
- Transition issue with BlackBerry OS 10 browser
- 'Camera' does not name a type BB10
- Blocking Apk's from installing directly into BB10.2.1 updated devices
- opening pps file blocks the process
- Path location error : Program "make" not found in PATH?
- Error: Program "make" not found in PATH in QNX Momentics
- Edit list item in blackberry cascades QML
- How to reload Page in blackberry cascades QML
- How to create Cordova Blackberry (Hybrid) application
- Worklight Enterprise authentication issue with BB10
- PHP, C# or Java library to push messages in BB channel
- How Can I affect a QVariantMap from another QVariantMap?
- How does a sandbox work with IPC
Related Questions in MOMENTICS
- How to handle QML page orientation?
- Path location error : Program "make" not found in PATH?
- Error: Program "make" not found in PATH in QNX Momentics
- Cannot debug on Z10, STL100-3
- recipe for target 'o.le-v7-g/.moc/moc_applicationui.cpp' failed
- How to get logcat for an Android app on BlackBerry 10 devices
- Why does profiler in QNX Momentics IDE not show source while debugger does?
- running qde(eclipse for blackberry developpement)
- when run make in Momentics on windows I got error
- How to install Blackberry WebWork 2.0 in Blackberry Momentics
- Build application in blackberry native sdk 10.2
- Filter Model In By Dates in Ember Controller
- QNX momentics linked source files not compiling
- XML listview is not refreshing?
- How can I change my BB10 project to use a makefile?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
On the bottom left side, under Project Explorer you have Components, looks like this:
You can drag and drop from it into your QML files if you want. If it's not there go to Window -> Show View -> Components. But at least for me, manually writing is a lot faster