Search Type: Posts; User: FrankK

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. This is still an issue with the latest version of ST 2.1 and Cordova 2.1. I can get my application to run in the IOS simulator without any errors, but it only shows a white screen. I can add alerts...
  2. REQUIRED INFORMATION




    Ext version tested:

    Sencha Touch 2.1
    Sencha Cmd v3.0.0.250
  3. I'm running into the same issue. I made sure when I load my project on the web, the loader no longer has to load any files. Since I know that all the files are there, I started loading the project...
  4. This override helped me get through the collection error. It looks like my localstorage index had additional IDs in it. I'm guessing they were put there at one point by previous versions of Sencha,...
  5. I've tried the proposed fix and yet I still get the same error. The only way to get this to work is to define the variables inside the initialize function. We might want to revisit this before...
  6. I just ran into an issue where I use the data field.convert function to create a display_name for my list. It is a combination of 3 other fields on the record. As I saved the record back to my REST...
  7. I was able to fix this by using the model.erase() method to delete records from my REST API and local store. In the store, I added "syncRemovedRecords: false" to the config. It works for my case as...
  8. My issue actually seems be a problem with how I implemented my stores. I'm using two stores in a customer/order type configuration. Depending on which customer is selected, the order store will...
  9. I'm actually still having issues after this fix. If the store is empty and I am adding the first record, I am still seeing the random DELETE action come out to my REST API.
  10. I took a stab at a patch for this. I think there's definitely room for improvement and maybe some cases where it could cause problems, but it's working for my purposes.

    ...
  11. Ext.data.Validations cannot be overridden. See the following test override:



    Ext.define('MyApp.extend.override.Validations', { override: 'Ext.data.Validations',
    test_function:...
  12. I do a lot of testing with e-mail addresses that have plus (+) signs in them, but they fail every time. I checked the e-mail validation regex and it doesn't look like the plus sign as well as a...
  13. I've been having issues with phonegap when requiring this class. I opened up Ext.device.device.PhoneGap and I moved the 3 variables from the constructor function to the initialize function. This...
  14. Replies
    5
    Views
    1,033
    I had the same issue. Not sure if this was the best way to handle it, but this override worked for me. I only changed the one line where it checks if value is true. It's not true if the value is...
  15. Not to be picky, but can we not mark this one as fixed. I'm having to subclass my controller because xtypes can't be inherited or defined on multiple profiles. My controller shouldn't care if my...
  16. I'm definitely open to the idea of loading 3 stores separately, but I figured the back and forth between the app and my REST api would slow down the app while loading three calls instead of one.
    ...
  17. I have one grouped list that stores all my users. It's grouped by their current status for a game (Starter, Bench, Not Available). The name of the store is TeamPlayer.

    I'm looking to setup a way...
  18. My app works fine without any issues in PhoneGap 1.5. I tried to update it to 1.6 and then 1.6.1 this week and it just won't work with Sencha. In PhoneGap 1.6+, I continue to get the following...
  19. I was trying to troubleshoot a different issue so I wanted to see the id of the model record attached to the form. When I added a new field to view the id things with the navigation view started...
  20. I had a proxy on it before and I was running a model.save() which works and sends the data back to my API. I was just hoping to get this all back to my server in one trip instead of two. Any way to...
  21. I have a panel that I have split up into two forms. The "Game Edit" form and the "Box Score" form. Each Game model has a hasOne association to a BoxScore record.

    I have set the form record for...
  22. Hi Jamie,

    I saw your fix in 2.0.1RC, but I wanted to let you know that it looks like the prepareData function is missing in one place. The following override has been fixing it for me. The...
  23. Thanks! I'll test it out later. This is a big help.
  24. Hi Jamie,

    For now I'm just trying to add the row number next to the name of the record.

    1. Test Name 1
    2. Test Name 2
    3. Test Name 3
  25. I'm trying to use the row number in a formula and add the number to the itemTpl in Ext.List. I see that if I had a for loop in the xtemplate, I could get the row number, but the iteration through...
Results 1 to 25 of 55
Page 1 of 3 1 2 3