Search Type: Posts; User: DonM

Search: Search took 0.02 seconds.

  1. Alexfluger posted a fix on http://www.sencha.com/forum/showthread.php?248221-Change-Template-in-List-(v2.1)/page2
    but I haven't tried it personally.

    I haven't heard any updates on the 2.1.1...
  2. http://www.sencha.com/forum/showthread.php?252047-2.1-List-s-refresh()-method-does-not-re-render-the-itemTpl&p=930020#post930020

    Apparently its fixed in 2.1.1, though I don't know when that will...
  3. Replies
    16
    Views
    3,484
    I added on to the code mistik1 posted so that it also fires if a picker field is selected when the selectfield is viewed on a phone. Here is my modified code:



    ...
  4. Just another person reporting the issue.

    Chrome 23.0.1271.97
  5. REQUIRED INFORMATION
    Touch version tested:

    Sencha Touch 2.1.0
    Browser versions tested against:

    Safari 5.1.2
    Chrome 23.0.1271.97
    Description:
  6. Tested the above code on desktop safari and desktop chrome, Both won't refresh the item template in Sencha Touch 2.1. Updated it too to remove the getCmp references. Either way it still doesn't...
  7. It definitely does seem to be a browser specific issue. I was testing on desktop Safari, which I probably should have mentioned, and it doesn't fire the change event and resets the field instantly. ...
  8. Made a simplified example, no matter what I try I can't get that template to update. It was working fine in Sencha Touch 1.1 and 2.0, but Rob Dougan's work around no longer seems to work in 2.1

    ...
  9. The suggestion worked great for the first 6 months or so I was using Sencha Touch (both 1.1 and 2.0), but just over a week ago I upgraded to Sencha Touch 2.1 and now I can't get it to refresh the...
  10. This was working great until I updated to Sencha Touch 2.1, now I can't get the template to dynamically refresh no matter what I call after setItemTpl().

    Anyone else having this issue? Anyone...
  11. Anyone?

    I tried using the change event to listen for it so I can add the 0.7 on the fly, but the event doesn't even fire if you type in ".7". The field just reverts to whatever was in it...
  12. If you type 0.7 in a numberfield it will accept the value, but if you type .7 it will clear it out. Is there a way to get this field to accept the shortened version? Obviously if the user types .7...
  13. Did you make an account just to post 4 dots on the forum?
  14. Editing \.sencha\app\sencha.cfg worked for me, as bartvde mentioned. For Sqllite I just changed the classpath to:

    app.classpath=${app.dir}/app.js,${app.dir}/app,${app.dir}/sqlite

    and put the...
  15. I just upgraded to 2.1 from 2.0.1 to find out, and yep, it still exists in the current 2.1 release.

    It's showing the data fine in local storage: "DoneDate":"\\/Date(1352394180000)\\/"

    but when...
  16. Replies
    8
    Views
    738
    Had the exact same issue today too, and the fix ingo.hefti posted worked great.

    Thanks so much!
  17. Does anyone know of a work around for this? It's preventing me from further developing a crucial part of my application.
  18. Had the same issue and spent hours trying dozens of tweaks before I found this post, thanks for updating with your solution. Even if we aren't sure if its the offical one at least its better then...
  19. REQUIRED INFORMATION

    Touch version tested:

    Sencha Touch 2.0.1
    Browser versions tested against:

    Safari 4
    Description:
  20. Thanks both for the suggestions.

    I tried jerome's way but was still receiving the error. The problem was when the build concatenated everything into a single app.js file, it was still throwing...
  21. I have a couple global variables I set at my application level, and I set them up similar to how the top answer in http://stackoverflow.com/questions/7300097/sencha-touch-global-variables describes. ...
  22. Weird, using the first arg of the handler instead of grabbing it by the ID seemed to have fix the issue.



    handler: function (button)
    {
    button.setIconCls(button.getIconCls() ==...
  23. I created a sort button on a toolbar which changes the direction the list is being sorted by. I was hoping to also create a visual indicator of which direction it's sorting. Here is the code I have...
  24. changed the field to:
    { name: 'requestDate', type: 'date', dateFormat: "MS"}
    and now it works fine.

    if anyone else is trying to copy the example from...
  25. I looked through the documentation and noticed Date.parseDate has been removed from sencha touch 2.0.

    I'm trying to convert to Sencha Touch 2.0 the following code which parses dates from a WCF...
Results 1 to 25 of 25