Search Type: Posts; User: azamatoak

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. I can confirm that this is still an issue. I have a navigationview with a map and a list. On refreshing the data in the list


    listComponent.getScrollable().getScroller().scrollTo(0,0,true);
    ...
  2. I am using a list component and there seems to be a very noticeable delay when tapping a list item to open the next view. My understanding is that it is waiting to detect whether the tap is a single...
  3. This was still an issue for me on both iOS and Android after upgrading to Sencha Touch 2.2. The Google map component was undefined. Here's the patch that I applied to fix it. I simply assigned the...
  4. I was able to get this working by providing the correct count from the server side. It now paginates and shows the 'no more records' text correctly on both iOS and Android. The trick was to map the...
  5. Thank you mitchell.
  6. Thanks mitchell for the hint. I had a look through the docs and saw that there was a way to specify a totalProperty on the reader. I did that and noticed that your statement still returns false. My...
  7. Replies
    10
    Views
    1,246
    I was dealing with the same issue. The solution was to wrap the ST app in a Phonegap Android project with Eclipse and provide the Android project splashscreens for Phonegap. I also disabled the ST...
  8. I am using a filter on a store to reduce the listings visible. When I do this the emptyText is correctly shown for the list. However, when I do this, the loadMore component still shows even though...
  9. Fixed with this:


    .x-field-search .x-field-input::before {
    background-color: white;
    background-repeat: no-repeat;
    }
  10. I upgraded my Android project to ST 2.2 and it is now using the new Pictos fonts for icons instead of images and webkit masks. I am having an issue where the icon for the searchfield repeats in the...
  11. I recently upgraded to ST 2.2 in the hopes that there are improvements for lists. I am using the listpaging plugin and everything is working well except for one thing. When there are no more records...
  12. In my case there was actual data that was being pushed down in the call as the loadMore component was being rendered into the DOM in between my list item content. I had no choice but to upgrade to ST...
  13. Can you post your code as I am running into the same issue and have not come up with a solution?
  14. After upgrading to ST2.2 in the hopes that lists would be much improved, I have run into the issue once again of the list not displaying. I had used a solution from elsewhere by extracting the list...
  15. I found that if I am using offsets instead of 'pages' I had to specify a 'start' parameter as well. Looking into the docs I was able to specify startParam: 'offset' and that did the trick. My code...
  16. I am getting only one item per page load when the loadMore components issues a store load. I have specified a pageSize: 5 on the store and set the pageParam: 'offset' as that is what the server...
  17. I am using a list with the listpaging plugin. I am noticing that in my 2.1 project, it is embedding the loadmore component within the last list item. On 2.2 (in another app) it correctly adds it as a...
  18. I am looking for the best way to create a selectfield similar to the iOS settings fields where the field consists of a label on the left and the value on the right with disclosure icon. Instead of...
  19. Thanks for the reply mitchell. The reason is that Sencha Architect is not copying the icons during the build phase. I have outlined this in another issue here:...
  20. That works great. Thanks.
  21. I am running Sencha Architect 2.2 and Sencha Cmd 3.1.0.256. When I build the native Android package, I get the following error:

    Created directory...
  22. You cannot edit the xml after as the packager deletes all generated Android project files and gives you a result APK instead.

    I am also trying to access the AndroidManifest.xml and folders for...
  23. I also tried Sencha Cmd 3.1.1.274 today with no luck. With this version of Sencha Cmd the app failed to compile successfully due to a Rhino parse error. So, I have no idea if this issue is fixed with...
  24. How do I access the constructed Android files/folders before Sencha Cmd builds it into an APK? I would like to add custom images and settings to the Android Manifest.

    I am using Sencha Architect...
  25. I have also run into this problem and am looking for a solution. I am unable to publish an app with this title bar pushing down the navigation bar and looking unprofessional.

    I'm using Sencha Cmd...
Results 1 to 25 of 65
Page 1 of 3 1 2 3