Search Type: Posts; User: btek

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    25
    Views
    4,037
    Apparently these parameters only apply to mobile projects that are designed to run in a web browser... rather than packaged mobile projects... its pretty counter intuitive to the noob.
  2. Found a solution - see http://www.sencha.com/forum/showthread.php?255962-Store-Proxy-Vs-Model-Proxy-Best-Practice

    Basically you assign the proxy to the model itself... you can then capture errors...
  3. Replies
    7
    Views
    5,660
    Date issue sorted using the dateFormat : 'c'
  4. Replies
    2
    Views
    551
    When talking to mongodb / unix server use the dateformat 'c'
  5. Replies
    7
    Views
    5,660
    I have written a largely generic node.js web service handler. You feed it a mongoose.js model, wire it up and the rest just works. It supports the various Sencha touch pagination params etc.

    Have...
  6. Replies
    2
    Views
    367
    Thanks for your response.

    How would you do this in Sencha Architect?
  7. Ended up working around this.. however still have no idea how to do this in Sencha architect.
  8. I am a bit confused....

    My approach with Sencha Touch has been to set up a model and then use it in various stores e.g. server store, local storage store. Makes sense to me as the UI hangs off the...
  9. Did you ever find a solution to this .. i am having same issue.
  10. Hi Mitchell,

    Thanks for your response.

    The problem i have is that i have no idea how to apply it.

    I am using Sencha Architect with a json reader, rest proxy, and a model that has identifier...
  11. Replies
    7
    Views
    5,660
    how do you translate uuids from mongos format, which doesn't have hypens, to senchas format, which does?
  12. Gidday,

    I am building a REST based web service for sencha touch in node.js to get, put delete and updated records into a mongodo store. I have set my sencha model up use uuid as a unique...
  13. Replies
    2
    Views
    367
    Hi,

    I want to edit the content of a Label when a user long presses on its content.

    Has anyone done this, and could they steer me in the right direction. Just capturing the event would be a big...
  14. override the init and launch methods in your controllers, and the launch statement in your application, and then try putting some console.log statements into your code.

    when you start the app in...
  15. Replies
    25
    Views
    4,037
    We packaged with Phonegap for iOS and Android. Startup images were defined on the Phonegap side of things.
  16. I can appreciate the technical reason for this - however you can't release an app like this. If the packager loaded the images specified, and optionally displayed an animated loader mask, you could...
  17. No. I noticed they just updated the packager in the past 10 or so days, but have not checked. Imho, the Sencha toolkit is pretty awesome, but its still got a few rough edges.
  18. I have the new new patch ... things seem to be working again. Thanks Guys.
  19. Replies
    25
    Views
    4,037
    And yes - i too have several months of my staffs salaries depending on being able to deliver.
  20. Replies
    25
    Views
    4,037
    I would prefer to use Sencha for packaging as well, however it never worked as needed.

    The response from Sencha support was to use a 3rd party packager.
  21. I was just about to release - literally - wanted to make one more small change - destroyed my project as well!

    Scrolling stops working in a bunch fo random screens despite scrolling being set to...
  22. Replies
    25
    Views
    4,037
    We ended up packaging from scratch using phonegap / xcode.

    We set the splash screen in phone gap to not automatically hide using a plist setting.

    Then in main app.js:

    launch: function() ...
  23. Replies
    5
    Views
    1,766
    Hi,
    I sorted it out today with Phonegap!
    No joy yet with Sencha packager.
    Thanks for your response.
    Cheers,
    Adam.
  24. Well, some progress. I repackaged from the beginning with Phonegap. I now have an acceptable startup sequence. Sencha packaging is still MIA.
  25. Replies
    5
    Views
    1,766
    I have the same issue - both in phone gap and in using senchas own packaging tool. I cant release my app because of it.
Results 1 to 25 of 51
Page 1 of 3 1 2 3