Search Type: Posts; User: manvinder
Search: Search took 0.02 seconds.
-
13 Feb 2013 3:54 AM
- Replies
- 2
- Views
- 268
First get the name of fields xAxis and yAxis first like this
var xAxisValue = jsonData.xAxis;
var xAxisValue = jsonData.yAxis
Than search for the value like this
var val1 =... -
13 Feb 2013 1:38 AM
- Replies
- 2
- Views
- 259
Yes, We checked by putting the same audio file in a different server and it worked perfectly.
-
11 Feb 2013 1:23 AM
- Replies
- 2
- Views
- 259
Hi,
I am using callfire API for in my iPhone/android application(Hybrid application build using sencha and phonegap). The concept of the app is to show the recorded calls in a list and on click... -
12 Dec 2012 12:05 AM
Jump to post Thread: Animation in navigation view by manvinder
- Replies
- 0
- Views
- 468
Hi all,
In my application I am using navigationview as container for other child views. These child views are loaded on click of next and previous buttons. It works fine but I want to load child... -
22 Oct 2012 11:13 PM
- Replies
- 0
- Views
- 399
Hi,
I have to use charts in my sencha touch 2.0 application. I reviewed touch charts 2.0 for this, but I didn't find any way to include it in my project. Anyone please give me step by step... -
16 Sep 2012 11:46 PM
Jump to post Thread: Problem in using JsonP request by manvinder
- Replies
- 2
- Views
- 326
Thanks Mitchell. I found the problem. It was sending multiple request when I was testing the app on browser(I don't now why?). but it was running fine on iPad.
-
12 Sep 2012 10:54 PM
Jump to post Thread: Problem in using JsonP request by manvinder
- Replies
- 2
- Views
- 326
hi all,
I am using following code on tap of a button in my app to add some item to my cart on the server.
Ext.data.JsonP.request({
url : localStorage.getItem('serverPath')... -
11 Sep 2012 11:16 PM
- Replies
- 4
- Views
- 590
Thanks for your reply. It was realy helpfull.:)
-
7 Sep 2012 1:31 AM
- Replies
- 4
- Views
- 590
hi,
Thanks for quick response. here is code fragment
var categoryStore = Ext.create('Ext.data.Store', {
model: 'MyStore.model.Products',
proxy: {
... -
6 Sep 2012 6:01 PM
- Replies
- 4
- Views
- 590
Hi all,
When I run my app on iPad the app crashes after giving memory warnings.
In the app I have to search a record in store. for this I am using filterBy() function. the search works fine... -
29 Aug 2012 11:19 PM
- Replies
- 2
- Views
- 434
Hi all,
Is it possible to set JSON formatted string as store in list? Please provide code sample if available?
Thanks -
29 Aug 2012 1:50 AM
- Replies
- 1
- Views
- 440
Hi all,
I am using sqlitestorage in my application. It works fine in browser but while building it for production It throws an error [ERROR] Error thown from your application with message:... -
27 Aug 2012 9:44 PM
- Replies
- 2
- Views
- 655
Thanks mitchell. I used SQLite proxy and it worked.
-
23 Aug 2012 9:01 PM
- Replies
- 2
- Views
- 655
Hi,
In my application I have to store data in SQLite using Phonegap. I am able to do that but the problem is that I have to read some data from SQLite table to Sencha Stores. so that I can...
Results 1 to 14 of 14
