Search Type: Posts; User: manvinder

Search: Search took 0.02 seconds.

  1. 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 =...
  2. Yes, We checked by putting the same audio file in a different server and it worked perfectly.
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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')...
  8. Thanks for your reply. It was realy helpfull.:)
  9. hi,

    Thanks for quick response. here is code fragment

    var categoryStore = Ext.create('Ext.data.Store', {
    model: 'MyStore.model.Products',
    proxy: {
    ...
  10. 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...
  11. Hi all,

    Is it possible to set JSON formatted string as store in list? Please provide code sample if available?

    Thanks
  12. 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:...
  13. Thanks mitchell. I used SQLite proxy and it worked.
  14. 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