Questions tagged [sencha-touch-2.3]

Sencha Touch, a high-performance HTML5 mobile application framework, is the cornerstone of the Sencha HTML5 platform.

Sencha Touch, a high-performance HTML5 mobile application framework, is the cornerstone of the Sencha HTML5 platform. Built for enabling world-class user experiences, Sencha Touch is the only framework that enables developers to build powerful apps that work on iOS, Android, BlackBerry, Windows Phone, and more.

More and more companies are investing in their future by developing with HTML5.

Home: http://www.sencha.com/products/touch/

76 questions
0
votes
1 answer

Sencha touch: best way to set values for elements every time the view is shown?

In my sencha touch 2.3 app, I have a page that has few toggle fields, text fields etc. I want to set values on these fields every time the page is shown (it might have different set of values every time). The parent container of this page is a panel…
senchaDev
  • 587
  • 2
  • 6
  • 19
0
votes
1 answer

Is it possible to set Custom ID to sencha touch records

When I am loading store on a sencha touch Grid the records have a auto-generated ID for e.g. "ext-records-5", "ext-records-6" etc etc, The columns that I am getting from the server are as follows: "eId", "name", "number" In my data.Model I have set…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
0
votes
1 answer

Generate Sencha Touch App Failed

I'm having problem generating new Sencha Touch application. I already downloaded the Sencha SDK, Ruby and Sencha CMD. When I use sencha the sencha version and help are printed. When I use the ff command to generate Sencha Touch application I…
jjz
  • 2,007
  • 3
  • 21
  • 30
0
votes
2 answers

Sencha Touch: Change text color of a component

I have a simple View (Container) containing a component. Content is added to this component using Ext.getCmp('foo').setHtml('bar'); I want now to change the text color of the component "foo". Using the style-property works fine, but only as long as…
0
votes
1 answer

I see multiple loading masks when two Ajax requests are called parellely

In my sencha touch app whenever I call an Ajax request I set a loading mask on the screen until some response is sent back but lets say I have more than one Ajax request executing at the same time, I see multiple loading masks. How do I stop this…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
0
votes
1 answer

Fetching all the contacts in phone using Cordova plugin

I am developing a Sencha Touch + Cordova application. I need to get all the device contacts in an android phone. According to the documentation, if we put, options.filter = "" It should return all the contacts of the phone. But it does not work.…
Manuri Perera
  • 534
  • 6
  • 16
0
votes
1 answer

Sencha Touch 2: How can I add Google+ Login?

I would like to add a Google+ Login to my Sencha Touch 2 webapplication, according to https://developers.google.com/+/web/signin/?hl=de#using_the_client-side_flow. I have added the google script into the app.json (defined as remote script) and it…
0
votes
1 answer

How to change the background-color of checkbox field in sencha touch on checked event using only CSS

I have this code that changes the styling of the checkbox "tick" mark on selecting the checkbox, .x-input-checkbox:checked + .x-field-mask:after { //Your style here } P.S. The above code is only for the check mark not the whole field. but I dont…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
0
votes
1 answer

Sencha touch azure mobile service custom login how to set user?

So I can get all necessary data from my server when username and password are provided (zumoJwt token, user id and auth identity), but I still cannot get the user id property from the user object at the server side. I'm trying to set the user as…
0
votes
1 answer

How do you set HTTP header value for an Ext.data.Store's REST proxy in Sencha Touch 2.3?

I've got this code in a button tap event: var skustore = Ext.getStore('productsstore'); skustore.getProxy.setHeaders({'Session-Token': sess}); Prior to this I've set a value for sess. I keep getting the error msg "Uncaught typeError: undefined is…
user1729972
  • 712
  • 2
  • 9
  • 29
0
votes
1 answer

Sencha Un-Minified app.js for simulator build

sencha app build -run native packages the files for native devices and can be tested in simulator. However I often see error in adb logcat complaining about undefined type in app.js. Exact error: D/CordovaLog( 890):…
suman j
  • 6,710
  • 11
  • 58
  • 109
0
votes
2 answers

show multiple items using list xtype in horizental view

I'm new to sencha and I need to show two or more record in one row { xtype: 'list', flex: 1, cls:'home-page-class', itemTpl:'', store: 'HomePage', …
Taymoor Q.
  • 1,371
  • 21
  • 33
0
votes
1 answer

indexedDB: issue calling transaction function

I am new to IndexedDB and sencha touch framework. While learning IndexedDB in sencha, I came across a problem, the solution which I searched a lot but could not find any. Let me show you my chunk of code first var db; var myRequest…
Sarim Javaid Khan
  • 810
  • 15
  • 30
0
votes
1 answer

Sencha Touch default item selection in list

by default how to select first item in list, without tapping it? below is the my view. Ext.define('MyApp.view.TestList', { extend: 'Ext.List', xtype: 'testlist', config: { flex: 1, enableSelection: true, itemTpl:…
ImDrPatil
  • 197
  • 1
  • 5
  • 11
0
votes
1 answer

Steps to take Native Android build from Sencha Touch 2.3.2

I am struggling for the past 5 days to get a native build from Sencha Touch application. Surfed a lot but I cannot find the same procedure given by many .Tried few but failed. Can any one help me to get a Android build. Am a native Android…
user2978042
  • 221
  • 1
  • 4
  • 11