-
27 Jul 2011 9:29 AM #1
Unanswered: Uncaught TypeError: store Object 'Store Name' has no method 'on'
Unanswered: Uncaught TypeError: store Object 'Store Name' has no method 'on'
I am getting the following error when attempting to pass the name of a registered store to the store parameter for the chart:
Does the touch-charts support passing stores in this way?Code:Uncaught TypeError: store Object 'Store_Name' has no method 'on'
-
29 Jul 2011 11:18 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
- Answers
- 17
No, not by name currently.
-
30 Jul 2011 12:12 AM #3
Ok, thanks for your reply.
How would you recommend I do it then? All my stores are registered. Would I be able to get the store via the Ext.StoreMgr.get('Store'), assign it to a variable and pass that to the chart instead?
Any ETA on when touch-charts will support passing stores by name?
-
1 Aug 2011 8:48 AM #4
-
1 Aug 2011 10:15 AM #5Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
- Answers
- 17
I can verify this is working with the latest build.
-
1 Aug 2011 3:29 PM #6
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote