Search Type: Posts; User: markgogreen
Search: Search took 0.03 seconds.
-
26 Sep 2012 4:50 AM
- Replies
- 2
- Views
- 522
I actually made some progress. It seems that iOS 5 and earlier are a lot more forgiving with undefined variables. After running through everything, I found 2 undefined variables that were causing...
-
26 Sep 2012 4:47 AM
- Replies
- 9
- Views
- 2,012
I actually made some progress. It seems that iOS 5 and earlier are a lot more forgiving with undefined variables. After running through everything, I found 2 undefined variables that were causing...
-
25 Sep 2012 7:06 AM
- Replies
- 9
- Views
- 2,012
iOS 6 is installed.
I built the app on version 2.0.1.1, I have not upgraded to 2.03 at this point. -
25 Sep 2012 6:16 AM
- Replies
- 9
- Views
- 2,012
I do have the autoMax set to true, is that an issue.
-
25 Sep 2012 5:24 AM
- Replies
- 2
- Views
- 522
Is there any fixes for iOS 6?
Anything deployed, never gets past loading screen.
Running locally, loads, but the ui animations totally screw up everything. -
25 Sep 2012 4:27 AM
- Replies
- 9
- Views
- 2,012
I just installed ios 6 and the sencha app is completely screwed. I am using the same version of sencha 2.0.1.1, I get past the load screen locally, but my test deploy, never gets passed the load...
-
23 Sep 2012 5:34 AM
Jump to post Thread: Facebook and native wrapper by markgogreen
- Replies
- 2
- Views
- 492
Every where I look on facebook developer, everything has a callback url.
Do you have a good starting point? -
22 Sep 2012 10:37 AM
- Replies
- 4
- Views
- 1,318
Thank you soooo much! That did the trick!
-
22 Sep 2012 5:33 AM
Jump to post Thread: Testing deploy error by markgogreen
- Replies
- 3
- Views
- 353
The entire deploy method is a disaster. I sent into the app and did a search and replace on all the global variables and now, it is erroring out on all my controllers, saying they are undefined!
... -
22 Sep 2012 5:10 AM
Jump to post Thread: Testing deploy error by markgogreen
- Replies
- 3
- Views
- 353
yes
-
22 Sep 2012 3:58 AM
- Replies
- 4
- Views
- 1,318
It may, but I cannot access that post.
-
21 Sep 2012 1:06 PM
- Replies
- 4
- Views
- 1,318
I am looking for some type of environment variables, but not sencha's definition of them. Typically environment would be development, staging, production...
I have tried a few different ways to... -
21 Sep 2012 11:53 AM
- Replies
- 14
- Views
- 1,921
Loading the global variables this way, seems to load them after everything else has been written, causing undefined errors. Has anyone else noticed this?? If so, do you have a fix?
-
21 Sep 2012 10:00 AM
Jump to post Thread: Facebook and native wrapper by markgogreen
- Replies
- 2
- Views
- 492
I have been searching all over and have not found a sold answer or example. Is it possible to to a facebook auth for sencha touch app that will be deployed as a native app?
I have the auth... -
20 Sep 2012 10:34 AM
Jump to post Thread: Testing deploy error by markgogreen
- Replies
- 3
- Views
- 353
I have a test deploy for my app. A few errors,
first, my custom css is not picked up in the build, but is defined on the index.html that is produced.
second, I have a few custom app variables... -
20 Sep 2012 7:34 AM
Jump to post Thread: dataview issues by markgogreen
- Replies
- 6
- Views
- 827
I'm going to post my solution, just incase someone else runs into this. I created a function in my controller to destroy all of the dataview items, before doing the reload. NOW, everything is good....
-
20 Sep 2012 6:40 AM
Jump to post Thread: dataview issues by markgogreen
- Replies
- 6
- Views
- 827
I just added a console log to display each items fav value, inside the dataview. On the initial load, there are 2 items, I get 2 console logs. On the zip code change and reload the list, the new list...
-
20 Sep 2012 6:23 AM
Jump to post Thread: dataview issues by markgogreen
- Replies
- 6
- Views
- 827
The list items below: the first is the initial load, and the first item in the list. It is favorited, so the heart should be red. The second is after a new zip code is entered and the list is...
-
20 Sep 2012 5:53 AM
Jump to post Thread: dataview issues by markgogreen
- Replies
- 6
- Views
- 827
In my dataMap file, I have the update function like this:
updateFavorite: function(newFavorite, oldFavorite) {
if (newFavorite) {
var record = this.getRecord();
var... -
19 Sep 2012 10:51 AM
Jump to post Thread: dataview issues by markgogreen
- Replies
- 6
- Views
- 827
Anyone?? I have been trying everything I can think of.
-
18 Sep 2012 3:23 PM
Jump to post Thread: dataview issues by markgogreen
- Replies
- 6
- Views
- 827
I have a dataview, that is populated by a store. The inital load works great. I have a zip code field to change the list. When it is submitted, it reloads the store with the new data. The new data...
-
18 Sep 2012 4:18 AM
Jump to post Thread: store grouper issue by markgogreen
- Replies
- 1
- Views
- 300
forgot, I am using segment buttons in the view to toggle the categories:
filterByButton: function(btn) {
Ext.getStore('myStore').clearFilter(true);... -
18 Sep 2012 4:08 AM
Jump to post Thread: store grouper issue by markgogreen
- Replies
- 1
- Views
- 300
I have a list of classes, with 4 categories. The json feed comes into the store fine. For testing I have 8 records, 2 for each category.
My issue is, is that a class can appear in each category,... -
15 Sep 2012 10:25 AM
Jump to post Thread: Posting non form data by markgogreen
- Replies
- 1
- Views
- 257
Can someone point me in the correct direction to post non form data? I can ajax form data and request data with no problems. I need to do an ajax post, just the data is not from a form. I can't seem...
-
12 Sep 2012 5:47 AM
- Replies
- 3
- Views
- 517
Makes sense. The Ext.ComponentQuery.query doesn't seem to have any methods. How would I hide and show?
Uncaught TypeError: Object [object Object] has no method 'hide'
Results 1 to 25 of 56
