Search Type: Posts; User: allisterf
Search: Search took 0.02 seconds.
-
24 Apr 2013 3:38 AM
- Replies
- 20
- Views
- 565
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... -
17 Apr 2013 10:54 AM
- Replies
- 20
- Views
- 565
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...
-
17 Apr 2013 10:42 AM
- Replies
- 20
- Views
- 565
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... -
17 Apr 2013 2:32 AM
- Replies
- 20
- Views
- 565
Here's a zip of a simple project
-
17 Apr 2013 2:29 AM
- Replies
- 20
- Views
- 565
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... -
17 Apr 2013 1:38 AM
- Replies
- 20
- Views
- 565
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',
... -
16 Apr 2013 10:22 AM
- Replies
- 20
- Views
- 565
sencha architect
Version: 2.2.1 Build: 951
Release Channel: 2.2.1-stable -
16 Apr 2013 10:04 AM
- Replies
- 20
- Views
- 565
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...
-
16 Apr 2013 9:57 AM
- Replies
- 20
- Views
- 565
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... -
16 Apr 2013 8:40 AM
- Replies
- 20
- Views
- 565
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... -
16 Apr 2013 6:35 AM
- Replies
- 20
- Views
- 565
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:
... -
26 Mar 2013 6:47 AM
- Replies
- 1
- Views
- 99
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...
-
25 Mar 2013 3:57 AM
Jump to post Thread: Best Place for Eveet Bindings? by allisterf
- Replies
- 0
- Views
- 61
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)...
-
25 Mar 2013 3:24 AM
Jump to post Thread: Problems Re-using a Modal Panel by allisterf
- Replies
- 0
- Views
- 67
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... -
20 Mar 2013 5:01 AM
Jump to post Thread: Center Map by allisterf
- 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... -
20 Mar 2013 4:26 AM
- Replies
- 7
- Views
- 238
Should you not be using an ajax proxy for a local file?
-
20 Mar 2013 3:57 AM
Jump to post Thread: Center Map by allisterf
- 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...
-
20 Mar 2013 3:34 AM
Jump to post Thread: Center Map by allisterf
- 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 -
8 Feb 2013 8:51 AM
- Replies
- 2
- Views
- 191
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...
-
31 Jan 2013 2:07 AM
Jump to post Thread: sencha 2.1, cmd and phonegap by allisterf
- 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... -
30 Jan 2013 7:52 AM
Jump to post Thread: sencha 2.1, cmd and phonegap by allisterf
- 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... -
29 Jan 2013 2:54 AM
- Replies
- 2
- Views
- 390
Have posted to
architect.feedback at sencha.com
allister -
28 Jan 2013 4:10 AM
- Replies
- 2
- Views
- 390
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...
-
21 Jan 2013 9:38 AM
Jump to post Thread: Map Component Map Options by allisterf
- 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 :... -
21 Jan 2013 4:50 AM
Jump to post Thread: Map Component Map Options by allisterf
- 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
