Search Type: Posts; User: allisterf

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Hi Aaron - just a follow up with this now.

    In experimenting, it comes down to what's going on inside our office environment, in that there json store fails to load when connected to the network or...
  2. Behind a smoothwall. But what I don't get is why it suddenly turns up now, and not in previous versions. I'll explore tomorrow with the IT guys and find out if they changed something I'm not aware...
  3. Now that's weird Aaron - because I'm at home now and have just done the same but on my home dsl, and it works now too.

    So - is there some authentication in
    Version: 2.2.1 Build: 951
    Release...
  4. Here's a zip of a simple project
  5. Yes - the url returns a whole page of content, which I assume is valid json, though I haven't prettified it.

    I'd send you an archive, but it doesn't want to make one! File/Archive Project offers...
  6. Hello David,

    It still is failing for me. I changed the twitter search ref to something that has tweets all the time


    Ext.define('MyApp.store.TweetStore', {
    extend: 'Ext.data.Store',


    ...
  7. sencha architect
    Version: 2.2.1 Build: 951
    Release Channel: 2.2.1-stable
  8. to confirm the error, I started a new project from the current build, but made a 2.0 version project. I created exactly the same store from the twitter search and it returned feed items perfectly...
  9. The library path is:
    http://extjs.cachefly.net/touch/sencha-touch-2.0.1.1/

    Is this correct? I assumed the upgrade would have made sure?

    The weird thing is I have multiple jsonp stores in any...
  10. Both Aaron. I'm getting the red store fail mark within Architect as well as no record loading in the browser.

    Allister
    PS - just to confirm, these are apps that worked fine in an earlier version...
  11. I'm finding this in every app that I upgrade to the recent 2.2.1 where I'm accessing the twitter api to show a list of recent tweets from any particular place.

    An example of the store is:
    ...
  12. Is there a way from within sencha to return a subset total of records available on a store, for example to return a subset of only 10 records rather than show the full set on the feed? I've tried...
  13. I realise that its possible to add event bindings (for example for a simple tap, or an item tap on a list) either directly onto the config of the item in question, or collected (with a reference)...
  14. I set up a simple modal panel that's activated by a button inside one the tab containers of a standard tabpanel in Architect. It works fine.

    But, I find that if I put that same button (with...
  15. Replies
    6
    Views
    197
    Your welcome!

    To take this a step further, has anyone got a good example of how to use geolocation to then offer a map/direction route from where the user currently is, to where the marker on the...
  16. Should you not be using an ajax proxy for a local file?
  17. Replies
    6
    Views
    197
    Start by adding a map into the top level of your view. You can then move it to where you want but create a link to the new place, not actually move it. Add an override to the original map item and...
  18. Replies
    6
    Views
    197
    Hi Hugo - you have to use an override. Just adding your map options to the config is not sufficient. Do you know how to do those?
    allister
  19. I realise that the only way (it seems) of picking up on the url that the vimeo and youtube api's offer is to run the video in an iframe. In fact, the following works fine for me in a localhost...
  20. Replies
    4
    Views
    413
    I'm running 2.1.0 Build 678 - so I assume you meant in your note to downgrade to to 2.0, not 2.1.0?


    You guys do a tremendous job, and I've said that often. That said, I'm a little surprised by...
  21. Replies
    4
    Views
    413
    I'm getting completely messed up trying to publish a sencha 2.1 app for phonegap.

    Sencha 2.0 works fine for me, and it's not the phonegap instance in Xcode. Somehow I guess sencha cmd in 2.1 is...
  22. Have posted to
    architect.feedback at sencha.com
    allister
  23. It's becoming a bit of a pain when views in the architect preview begin to cover over each other. I find it happens all the time with containers in a tab panel layout, where the content of tabs above...
  24. Replies
    5
    Views
    774
    Okay - update on this.

    Got it working at last with:

    Ext.define('MyApp.view.override.MyMap', {
    override: 'MyApp.view.MyMap',
    config: {
    mapOptions : {
    center :...
  25. Replies
    5
    Views
    774
    I wish I could say I'd solved this, but I'm afraid not...

    I've never used overrides before. If the mapOptions in the map component's config doesn't actually allow anything than showing Cupertino,...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4