blackberry-10

How to implement GRID/TILED Image View with scrolling in BB10

徘徊边缘 提交于 2019-12-03 14:06:50
问题 I want to implement GRID/TILED Image View where tile images will be drawn on the fly after being downloaded. I want to be able to do pinch/zoom and other touch actions in it. Say, If I pan the view, new tiles will be loaded and drawn on the view fully or partially. I couldn't find a way to do it with any existing UI control. Also those existing UI controls can not be subclassed and do not have any paint()/onDraw method (like view/canvas in android) to override. May be imageView with

BB10 Cascades Command Line Development

醉酒当歌 提交于 2019-12-03 11:52:50
问题 Since programming for BB10 is now supposedly much easier if you know Qt, I decided to give it a go and I have been reading this: https://developer.blackberry.com/cascades/documentation/getting_started/index.html I noticed that all of RIM's tutorials, and all of the online tutorials that I can find centre around the QNX Momentics IDE - a customized Eclipse. Because I'm old school, and I like VIM, I would really prefer to work with command line tools. However, I can't seem to find any

How to implement GRID/TILED Image View with scrolling in BB10

冷暖自知 提交于 2019-12-03 04:02:50
I want to implement GRID/TILED Image View where tile images will be drawn on the fly after being downloaded. I want to be able to do pinch/zoom and other touch actions in it. Say, If I pan the view, new tiles will be loaded and drawn on the view fully or partially. I couldn't find a way to do it with any existing UI control. Also those existing UI controls can not be subclassed and do not have any paint()/onDraw method (like view/canvas in android) to override. May be imageView with scrollview can solve the problem. The other option might be using foreign Window. In both cases I am not sure

BB10 Cascades Command Line Development

 ̄綄美尐妖づ 提交于 2019-12-03 03:12:24
Since programming for BB10 is now supposedly much easier if you know Qt, I decided to give it a go and I have been reading this: https://developer.blackberry.com/cascades/documentation/getting_started/index.html I noticed that all of RIM's tutorials, and all of the online tutorials that I can find centre around the QNX Momentics IDE - a customized Eclipse. Because I'm old school, and I like VIM, I would really prefer to work with command line tools. However, I can't seem to find any documentation on how to set up a project, the build process, or a device/emulator deployment outside of this IDE

access denied to PHP from Blackberry 10 platform using phonegap - closed

家住魔仙堡 提交于 2019-12-02 12:02:20
问题 I have a problem with my phonegap project working on blackberry simulator. The version is 10. When I say phonegap, I haven't used any Cordova features yet but my simple javascript functions are not working in the first place. I have a button click which invokes a Javascript function. This JS function has a PHP as URL to retrieve data. Following is the function code - function getAllDetails() { var myTable = ''; myTable += '<table id="myTable" cellspacing=0 cellpadding=2 border=1>'; myTable +=

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

Dynamically set imageSource in ImageView Blackberry 10

跟風遠走 提交于 2019-12-01 11:15:06
Please help me.,i m stuck with this for more than a week.I am emitting a signal with image from my cpp file.I need to replace the default image that i placed in the imageView at QMl using this emitted image. Here is my full code. PostHttp.hpp /* Copyright (c) 2012 Research In Motion Limited. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software *

IBM Worklight - Mac - “'WEBWORKS_HOME' environment variable is undefined”

非 Y 不嫁゛ 提交于 2019-11-30 16:13:56
I'm working to set up the BlackBerry 10 environment on IBM worklight on Mac OS X. I'm pretty sure that I correctly added the environment variable for the WebWorks SDK. I added these 2 lines in these 2 files: .profile, .bash_profile: export WEBWORKS_HOME=/Developer/SDKs/Research\ In\ Motion/BlackBerry\ 10\ WebWorks\ SDK\ 1.0.4.11<br> export PATH=$PATH:$WEBWORKS_HOME But I'm still getting this error during the build: blackberry10 build failed: The 'WEBWORKS_HOME' environment variable is undefined. The following worked for me. Install the latest BlackBerry 10 WebWorks SDK from this location:

IBM Worklight - Mac - “'WEBWORKS_HOME' environment variable is undefined”

守給你的承諾、 提交于 2019-11-30 16:08:44
问题 I'm working to set up the BlackBerry 10 environment on IBM worklight on Mac OS X. I'm pretty sure that I correctly added the environment variable for the WebWorks SDK. I added these 2 lines in these 2 files: .profile, .bash_profile: export WEBWORKS_HOME=/Developer/SDKs/Research\ In\ Motion/BlackBerry\ 10\ WebWorks\ SDK\ 1.0.4.11<br> export PATH=$PATH:$WEBWORKS_HOME But I'm still getting this error during the build: blackberry10 build failed: The 'WEBWORKS_HOME' environment variable is