Community Questions & Answers
Creating a glossy type button to work in android and IOS
hi all i'm very new to tss i had done some coding to create a glossy buttons for my apps with reference to css3 glossy buttons but i got stuck how to add padding and shadows to my button plz help me out
Blackberry 10 navigation windows and back button
Hello All, Start play around the Ti with the new blackberry SDK, I'm not sure about if the blackberry SDK is support the navigation windows or not! if not how the back button will be display on the second window? I see the blackberry 10 apps the back...
createWindow url doesn't function well
In Titanium Studio, i create my project using Default Project and Titanium SDK is 3.2.0.v20130414162442 and Deployment Target is Blackberry. In my app.js ~~~ Titanium.UI.setBackgroundColor('#000'); var tabGroup = Titanium.UI.createTabGroup(); var win1 =...
BlackBerry support
Hi, I haven't followed this for some time now and apologies if this was asked before. Is BB now formally ssupported by Titanium? Thanks Tebogo
How to install BlackBerry SDK and Tizen SDK in 3.1.0.GA ?
I have downloaded this two SDK and now I'm trying to install them but I can't do it! someone can help me in this problem? I'm using the latest version of titanium 3.1.0.GA and I have downloaded the SDKs that dashboard link me to Thanks
\n not working, get real height of 'auto'
I'm developing for blackberry and am using a very old sdk which is 1.7.0. The problem I'm facing now is that I have a label and two string thatI want to display. The second string will be a new line below the first. I've tried suing '\n' but it does;t...
BlackBerry 7 OS Support
Does exist any way to develop an application supporting Blackberry 7 OS (or) with titanium free, or do i need a premium account?. thanks in advance
BlackBerry SDK
Do you have to pay the basic subscription fee to get the BlackBerry SDK to work with Ti Studio? Thanks
Blackberry support?
Hi, I would like to signup for the Blackberry Beta is that possible? How do I go about to get access to it? Best Regards Alvaro
Resize remote image for web view
Hi guys, I have a remote image that I want to display in web view. The problem is, the image is too large and hence it doesn't fit the screen. So I want to know how can I fit the image into the screen? I'm building for blackberry and is using a very old...
Porting Android Titanium App in Blackberry 10
What are the step for porting android .apk file to blackberry 10 device/simulator? I have tried with the command line it has been converted to .bar file but the application does not move ahead of splash screen and in some time Fore close. Please provide me...
Titanium Blackberry Simulator terminated :: Titanium SDK version (3.2.0.v20130417002530)
I am unable to run simple hello world application application in titanium blackberry simulator. the application works fine in android. but when i install in blackberry applications opens and suddenly closes, i am getting fatal error Error: Cannot open...
bug in xml on blackberry
i am coming from this sample [http://docs.appcelerator.com/titanium/3.0/#!/guide/Working_with_XML_Data] and it works well on ios but i found bugs on bb10 error message 'TypeError: Cannot read property 'documentElement' of undefined '
Start using blackberry
how to develop an application for blackberry and android?
Building tizen and blackberry App
How can i build tizen or blackerry app by using titanium. I downloaded mobilesdk-3.1.0.v20130320125153-win32 and Titanium Studio, build: 3.2.0.201304112033 as per the documentation in titanium But i am getting below error Titanium Command-Line...
Working with Remote postgreSQL database.
Is it possible to connect to an external postgreSQL database directly from the app without creating broker classes on the server? Any code snippets will be greatly appreciated. SOS. PLEASE HELP!
Resize remote image
Hi guys, I need to resize a remote image to a specific width so it fits my screen. Since I'm developing for blackberry using titanium, the sdk is very old. Anyone got a way to do it?
Blackberry 10 configration
how can i make configuration for blackberry 10 in titanium studio please??? my error in blackberry keys directory it need three files(RBB & RCR & RRT) but for blackberry 10 there are only two files (RDK & PBDT). any solution please thanks,
Windows Phone and Blackbery Development
Can anybody please tell me how make applications for windows phone and blackberry. Where can I get SDK's for them or how to configure titanium studio for windows phone and blackberry.
Black Berry 7.1
Is there any support for Black Berry 7.1 ? or just for 10? And if there is any how do I configure titanium?
About Blackberry java plugins for titanium
Hi, I am new at BlackBerry development, i need to install BlackBerry java plugins for Titanium. I am getting stuck for development,And how to create debug token for debug the app in black berry simulator, any help will be appreciated.Thanx in advance.
Mobile Web Application doesn´t work in blackberry
Hi. I am developing a mobile web application that shows a list of articles from Feed RSS. The problem is that in blackberry devices, the list doesn't shows, but in others platforms like ios or android the list works fine. there Is anything that I'm not...
Blackberry (OS 5 & 10) support on Studio 3
Hey guys, I'm evaluating Titanium for our development needs and have found unclear information regarding support for Blackberry OS. The links on the old wiki https://wiki.appcelerator.org/display/tis/BlackBerry+Support imply support for BlackBerry OS 5....
Integrating a third party library written on native language (Objective-C or Java)
I am writing a mobile application to run on iOS, Android & Blackberry. One of our requirements is to integrate third party library to track click stream and analytics. I have the third party library written on native languages (Objective-C & Java)....
problem with previous window
back.addEventListener('click', function(e){ var window = Ti.UI.createWindow({ url:'app.js' }); window.open(); }); when i click on the back button in the next window i want to go back to app.js where i have 3 buttons and non of them can...
Phonegap- app for blackberry
I have a problem that i can run phonegap app in ios and also android but it was not known how to do it in blackberry. please suggest me the process.
Blackberry mobile support in Titanium...
How much is blackberry supported in Titanium. Will I be able to use the basic features such as camera, bluetooth, geolocation, maps.. Is the same code written for android and iPhone fully compatible with blackberry devices..
Ipad, windows or Blackberry design guide
Hi all is there a downloadable file or online resource that provides the design guidelines for appcelerator for ipad, windows or blackberry? Thanks in advance
BB Support in titanium
Hi, We did an app using titanium for android and iphone, can we achieve the same(max controls as in Kitchen sink for android and iphone) in Blackberry. There is no official BB developer sdk available for this, currently only beta version is there. Even in...
Blackberry Support?
Can someone please clarify for me the status of support for Blackberry ... I have a customer who wants his app, which we used Titanium to build for iOS and Android, on Blackberry ... and in absence of mobile app support, what is the best approach to...
WebView on BlackBerry 10 - app crashes
I'm making a BlackBerry 10 app using Titanium Studio 3.0.0.201211301903. I have a very simple web-view code that makes the app crash as soon as it starts. The app compiles just fine. Following is the code that fails: var win = Ti.UI.createWindow(); var...
Blackberry XML support
Does current blackberry 10 support xml? I'm trying to get data from remote XML. For iOS and Android, I've been using this: ~~~ var xhr = Ti.Network.createHTTPClient(); xhr.onerror = function(e){ alert(no response'); } xhr.onload =...
Balckberry Simulator not opening.
BlackBerry SDK : 5.0 Titanium SDK : 2.1.3 Titanium Studio : 2.1.2 We have configured our environment according to the appcelerator guide. But we are facing the problem in opening the BlackBerry Simulator. getting error : unknown command run. Any help...
Possible to use ACS Push Notification for Blackberry
I wonder if it is possible to use ACS for push notifications for the Blackberry 5 or 10 which recently has been mentioned is supported by Titanium and ACS?
Now! We can distribute BB10 App from Titanium Studio to BlackBerry World ?
Hello .Now i developed BB10 App by Titanium Studio And I need distribute to BlackBerry World .How do it ! Please help me because i need submit before 21Jan2013 .
Appcelerator Signing Problem - Looks for CSI not CSJ files
When I try to select the keys directory, it want's the CSI files not the CSJ. I am building for BB10. Please help me guys.
Blackberry OS 6 Lower versions Cookie value is Null
Hi am trying to retrieve cooki information using getcookiMangaer Api..its wrking fine wit Blackberry os 6 n higher versions.. String cookie = browserField.getCookieManager().getCookie(loginURL); but in OS 6 lower versions Cookie value is null..
Blackberry Application will not load on to Blackberry emulator
I fixed all the errors I received when installing the bbndk on titanium studio, but now I can't seem to run my application on the emulator. Every time I click on run it doesn't show any error, but it will not load my application on the emulator that I run...
Can't locate host and tarrieget directories bbndk
I followed the instructions in this web page: http://developer.appcelerator.com/blog/2012/12/announcing-preview-availability-of-the-blackberry-sdk.html, but appcelerator can't locate host and target directories in Blackberry NDK Home, because they are...
blackberry app development using titanium studio
When ndk directory was added in preference->titanium studio->titanium Blackberry NDK home could not detect the 'host' directory Blackberry NDK home could not detect the 'target' directory The ndk folder contains directory 'host_10_0_9_284' The ndk...
can't distribute app for blackberry 10?
when I try to distribute,it shows: Exception occurred during launch Reason: Blackberry packaging is not yet implemented. why?
developp blackberry application with titanium
Hi, i have an application i developped on iPhone & Android and want to deploy it on blackberry. is that possible with titanium ? which versions of blackberry OS are supported ? is there any tutorials or documentation to developp blackberry...
Question regarding blackberry development using titanium
https://github.com/appcelerator/titanium_mobile_blackberry/ I installed it as per instruction and gt it working. Now i wanna ask does the app created only work for blackberry 10? how about other models of blackberry which is quite a lot? How can i test it...
Problem deploying in blackberry 10
Hi, I have the following link and followed all steps in the path that provide guidance about developing blackberry 10 in mac and shows installation steps to readme...
Blackberry on Titanium
Hey guys, I would like to start development of blackberry in titanium. Can anyone list down all things needed and steps to be taken so that i can start developing for blackberry on titanium? Btw, I am using Mac. Thanks.
Is blackberry support and SDK dead?
Hi, I've been using Titanium coz it supports iOS, Android and BB. I've done writing an app for iOS and Android but I was surprised seeing BB doc since it seems to be outdated and can't find enough information for proper setting up SDK. Will BB SDK active...
Getting Started in Blackberry development
I want to start developing apps for blackberry, how should i get started. As I know blackberry development is only supported on windows. here are couple of question - Do I need to download paid Titanium studio for BB development or the free one will...
Blackberry is for paid or free titanium users
I download the free version of titanium studio. But unable to set environment for blackberry. Help me .. for blackberry we need to a paid user or free user use it.
Blackberry
Hi guys! I haven't been using Titanium for a while now as I have been mostly busy with Web related projects. Have a few mobile projects coming up now and just want to find out if I can develop for Blackberry on Titanium yet?
Blackberry Support on 2.1.1.GA and Windows 7
Hi all, I've developed an app for iOS and Android on a OSX machine. I also need to make it into a Blackberry app, so I installed a Windows 7 virtual machine and... In the 2.1.1GA Titanium SDK there does not seem to be any Blackberry folder and under...