Search Type: Posts; User: bnerd
Search: Search took 0.02 seconds.
-
23 May 2012 4:28 AM
- Replies
- 7
- Views
- 2,355
The sliding menu was made by a Sencha Touch developer... right on this forum! :-D
http://www.sencha.com/forum/showthread.php?173990-Sliding-Side-Menu -
22 May 2012 5:19 PM
- Replies
- 7
- Views
- 2,355
OMG! The app was just featured on Mashable! http://mashable.com/2012/05/22/beyonce-beyhive-app/
-
22 May 2012 7:19 AM
- Replies
- 7
- Views
- 2,355
I'm so happy that I decided to go with Sencha Touch when I started work on this app. I was very hesitant at first but it turned out to be one of my best development experiences ever!
I'm happy to... -
24 Apr 2012 9:33 AM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
so wnielson
I'm loving this component. I have a question.. Can i listen for when the sliding view finishes it's animation and then find out if it is open or closed?
I want the menu to behave... -
5 Apr 2012 6:07 PM
- Replies
- 1
- Views
- 390
figured it out... I had the initialize method in the wrong place. I needed to put it inside the "listeners" property.
-
5 Apr 2012 5:57 PM
- Replies
- 1
- Views
- 390
I have a component extending Ext.dataview.List
when this view is pushed onto the navigation stack, I add a data property to it's config.
I've also setup an initialized method to handle that... -
3 Apr 2012 12:15 AM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
Hi wnielson,
Ran into another not-so-major issue.
When using a view that is a navigation view. I don't see to have a way to select the slideButton selector. Normally this is toolbar or... -
2 Apr 2012 9:24 AM
- Replies
- 6
- Views
- 752
interesting... I haven't looked into routes. Thanks for that info!
-
1 Apr 2012 2:10 PM
- Replies
- 6
- Views
- 752
The goal I'm trying to accomplish is to change the navigationBar buttons when a new view is pushed onto the stack. I wanted the controller for the new view to make this adjustment.
-
1 Apr 2012 11:40 AM
- Replies
- 6
- Views
- 752
So basically what you're saying is that there is no way for the Controller to know each time a certain view (referenced in it's refs) has been pushed onto the navigation stack?
If I have an Orders... -
1 Apr 2012 7:57 AM
- Replies
- 6
- Views
- 752
So I have the following code for my control property in my controller's config. I'm listening to the painted event of a panel being pushed by a navigation controller.
view: {
painted:... -
1 Apr 2012 6:56 AM
- Replies
- 13
- Views
- 7,026
I'm still new to Sencha Touch.
Where exactly do I place this code? In what folder? and under what file name? -
30 Mar 2012 12:14 PM
Jump to post Thread: Ext.data.proxy.ajax CORS issue! by bnerd
- Replies
- 7
- Views
- 1,375
Are you making a cross domain request?
I used your exact code (even the server-side code) and still getting the Origin http://localhost is not allowed by Access-Control-Allow-Origin. -
30 Mar 2012 7:53 AM
Jump to post Thread: Ext.data.proxy.ajax CORS issue! by bnerd
- Replies
- 7
- Views
- 1,375
With Ext.Ajax we have the option to set useDefaultXhrHeader to false... this allows us to use CORS and make ajax calls across domains.
This doesn't seem to be working with Ext.data.proxy.ajax. How... -
29 Mar 2012 3:43 PM
Jump to post Thread: Parse.com with Sencha Touch 2.0 by bnerd
- Replies
- 11
- Views
- 2,538
WHOA!!! That totally worked! So basically the "userDefaultXhrHeader" property isn't working when used inside the request method!
Man you rock for solving this issue.. and you saved my job too!!... -
28 Mar 2012 3:38 PM
Jump to post Thread: Parse.com with Sencha Touch 2.0 by bnerd
- Replies
- 11
- Views
- 2,538
So this IS a Sencha Touch issue and not a Parse issue correct? .... Where can we submit bugs? or is this a known issue?
-
27 Mar 2012 10:46 AM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
=D> You are the awesome! Thanks so much!
-
27 Mar 2012 9:33 AM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
Yes, removing the image fixed the issue.
Thanks again!
One last question about your component. Can I remove the automatic sorting on the hidden menu's list? -
27 Mar 2012 7:42 AM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
iPad (3rd Gen) iOS 5.1
It works perfectly fine on all the other list items. (NOTE: I'm not testing on a build version.. I haven't run the build script.. so that may be an issue too).
****
Not... -
27 Mar 2012 7:33 AM
Jump to post Thread: Parse.com with Sencha Touch 2.0 by bnerd
- Replies
- 11
- Views
- 2,538
Well, I think that video about Parse and Sencha was made for Sencha Touch 1 .... I'm just using the Ext.Ajax call directly.
-
26 Mar 2012 6:58 PM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
By the way... the Android problem that was mentioned earlier about the sliding view jumping around. It's doing that exact same thing on iPad also.
So could it be a size/resolution issue?
Just... -
26 Mar 2012 6:52 PM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
YES! The new commit works perfectly! Thanks so much!
-
26 Mar 2012 6:30 PM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
Just tried out the new code!! progress has been made! I'm now able to see the navigation list! But the top sliding view isn't there. I've attached an image of how the app looks when it opens..
... -
26 Mar 2012 1:48 PM
Jump to post Thread: Parse.com with Sencha Touch 2.0 by bnerd
- Replies
- 11
- Views
- 2,538
I've been trying to get Sencha 2.0 to work with Parse.com all day.... no luck. The browser console is telling me Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers....
-
25 Mar 2012 9:45 AM
Jump to post Thread: Sliding Side Menu by bnerd
- Replies
- 202
- Views
- 45,075
and just in case I didn't mention it before.. I'm not using the version of the sdk that you are using on Github.. I'm using the latest Sencha touch sdk.
Results 1 to 25 of 32
