-
17 Apr 2012 12:26 PM #1
Problem with CityBars demo app
Problem with CityBars demo app
I'm having trouble reading the code samples, I think the code generator mangled them: a line near the end is:
<<<<<<< HEAD
so it's git or svn?
Problem starts on the first step for the controller. Please advise where the corrected samples can be viewed or downloaded.
http://docs.sencha.com/architect/2-0...rst_mobile_app
Here's what comes across:
`var me = this; Ext.Viewport.setMasked({ message: 'Loading...' }); // get the location, then... me.getLocation(function (location) {
// then use Yelp to get the businesses me.getBusinesses(location, function (store) { // then bind data to list and show it me.getDataList().setStore(store); Ext.Viewport.setMasked(false); }); });`
-
17 Apr 2012 12:39 PM #2
I just verified that we didnt have any merge conflict pieces in our code like that.
Perhaps you've committed this to some source control repo and had a problem with it?
You can download the examples here:
http://cdn.sencha.io/architect/architect-examples.zipAaron Conran
@aconran
Sencha Architect Development Team
-
17 Apr 2012 12:48 PM #3
Please verify url on your site
-
17 Apr 2012 11:56 PM #4
Ah there was an error in the documentation. Thanks for that, I was looking in the actual example. We'll get this fixed.
Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote