Questions tagged [sencha-touch-2]

JavaScript framework for mobile devices, UI interface, DataAccess and encapsulation.

Sencha Touch 2 is the second version of Sencha Touch, developed by Sencha.

It is a Javascript framework based on well-known Ext JS library and used to create cross-platform mobile devices webapps (Android 2.3+, Blackberry, Windows Phone 8 and iOS 4+).

With this new version, it is possible to package applications as native.

Official documentation and description can be found at: http://docs.sencha.com/touch/

3849 questions
1
vote
2 answers

Sencha touch localization

I m developing an sencha touch app with multiple locale i have developed the multiple locale file for each language according to this link http://wtcindia.wordpress.com/2011/11/26/localizing-sencha-touch-application/#comment-780 but my problem is at…
deve1
  • 195
  • 1
  • 3
  • 14
1
vote
2 answers

Cancel button in date picker

I have created a datepicker field. When the date picker is displayed and the cancel button is tapped, it takes the first value as the default value. I need to check a condition where I can handle the cancel button on the date pipcker field case…
Khush
  • 867
  • 1
  • 19
  • 46
1
vote
1 answer

Sencha Touch 2.1 tap entire toolbar

I need to be able to tap/click on the entire toolbar at the bottom of my page and either go to another screen or have a popup. Why you ask? Because I have a logo for now as my title. Plus this was the easiest way with the least code I could figure…
1
vote
2 answers

how to use third party extension in sencha touch

I am trying to use third party extension on this link for only time field. How can I use it in sencha touch 2.1? Edit I added the extension in ux\picker and then I used following code Ext.define('HB.view.Search', { extend: 'Ext.form.Panel', xtype:…
Om3ga
  • 30,465
  • 43
  • 141
  • 221
1
vote
1 answer

Using drag events to move scroll bar in Sencha Touch 2.0

I have an app I have deployed to the iOS and Android stores. Now I am taking the same thing and building a version that also works on the desktop in Chrome/Safari. For this I used the code in this thread…
Anand
  • 41
  • 1
  • 3
1
vote
1 answer

Cannot get store record field value in Sencha Touch

When I attempt to find a record in an ArrayStore using Sencha Touch 2, no records are returned. store.findExact('Symbol', 'GOOG') returns -1. As shown in the screenshot below, store.getRange() returns 44 records, and store.first() returns a…
Chad Johnson
  • 21,215
  • 34
  • 109
  • 207
1
vote
1 answer

Text does not show up in sencha touch app

I am trying to display static text in sencha touch app but it is not showing that text. Perhaps the reason is that I am extending from Ext.Panel rather than Ext.tab.Panel. But I do not want to display tabs at all. Here is my…
Om3ga
  • 30,465
  • 43
  • 141
  • 221
1
vote
1 answer

Sencha Touch 2 Native Packaging for Android in Ubuntu 12.4

I know there are lot of questions like this in stack overflow, but i want know at this present date, still this problem did't solved ? I saw this document for Sencha Touch 2 Native Packaging for Android and i tried it in my Ubuntu 12.4. when i…
Viswa
  • 3,211
  • 5
  • 34
  • 65
1
vote
1 answer

Center align the viewport

I have created an app which launches a viewport on launch. This covers the entire screen. So i provided a width and height for it. The next requirement being the app being center aligned in the screen. The code I have used is: //
Khush
  • 867
  • 1
  • 19
  • 46
1
vote
2 answers

Show icon on tabbar when tabBarPosition is 'top',

The following code shows icon for each tab title. Ext.define("MyAPP.view.Main", { extend : 'Ext.tab.Panel', config : { tabBarPosition : 'bottom', // <--- Line of interest items : [{ title: "Contacts", …
Shiplu Mokaddim
  • 56,364
  • 17
  • 141
  • 187
1
vote
1 answer

Sencha Touch 2 Production

I am wondering why sencha production build not working in live server. I already tested the production build in my local then I upload it in my web server. It shows me 2 alert box. Requested:…
Jingcleovil
  • 119
  • 2
  • 8
1
vote
3 answers

Loading an external web application within a Sencha-Touch 2 application

Am a newbie to Sencha-Touch 2 and am working on a project where i have to access a website within my application but the website is on a different domain from the application. I thought of loading it in an iframe but the content in the iframe do…
Hillary Namanya
  • 93
  • 4
  • 13
1
vote
1 answer

DOM seems to be rendered after 'painted' event?

In a dataview I change on "painted"-event the width and height of some dom-elements. That works, sometimes. Sometimes the new values are overwritten with the definitions of the CSS file. setOverviewImages: function( e , element ) { // called after…
Michael
  • 6,823
  • 11
  • 54
  • 84
1
vote
2 answers

Application with Sencha freezes in Android

I built an application for Android using Phonegap. My problem is that in emulator application freezes at the "appLoadingIndicator". I use this command sencha app build testing -d phonegapp/assets/www with Sencha cmd v3.0.0.250. How can I solve…
1
vote
1 answer

Tap event for Ext.carousel.Carousel

There seems to be no tap event for Ext.carousel.Carousel. How can I make a carousel respond to tap events? (tap, itemtap etc.)
Michael
  • 6,823
  • 11
  • 54
  • 84