Search Type: Posts; User: Thomas The Fourth
Search: Search took 0.01 seconds.
-
7 Mar 2012 2:52 PM
- Replies
- 1
- Views
- 365
Hey,
I'm sure this is something simple that I'm just overlooking. I can't figure out why overriding a method is killing my new reader component. If I override like this, it fails to load any data:... -
5 Mar 2012 1:44 PM
- Replies
- 3
- Views
- 446
Hi Mitchell,
I can't seem to override the method succesfully. It never runs.
Here's my code.
Thanks -
5 Mar 2012 12:48 PM
- Replies
- 3
- Views
- 446
Hello all,
I'm trying to integrate the yahoo weather api into my application. Unfortunately, the json isn't in a form where I can easily plug it into a store/model and have it just work.
... -
5 Mar 2012 8:49 AM
- Replies
- 2
- Views
- 397
Thanks for the reply. Is there no way to massage the data prior to ingest? It seems like this would be something that would commonly need to be done.
-
5 Mar 2012 7:57 AM
- Replies
- 2
- Views
- 397
Hello,
I'm trying to read a json feed from yahoo weather. Seems like a pretty simple response, but I can't figure out the approach I should use to bring the data into my model. I was thinking... -
2 Mar 2012 1:50 PM
- Replies
- 2
- Views
- 377
Got it. Thanks for clarifying. I will just do my logic in the view using itemtap.
-Thomas -
2 Mar 2012 9:39 AM
- Replies
- 2
- Views
- 377
Hello,
I am trying to reference an itemcls by its selector name within my controller, but any event I attach to it fails to fire. Here's my code:
Creating the items like this in my view:
... -
1 Mar 2012 10:48 AM
- Replies
- 5
- Views
- 854
Answering my own question. To reference the map within the controller, I can do this:
'eventmap' : {
show : function(mapcontent) {
var map = mapcontent.down('map');... -
1 Mar 2012 10:22 AM
- Replies
- 5
- Views
- 854
Hey, the view is dynamically created by another component, so there isn't an easy way to give it a reference. I can reference it within my controller using the alias name. Is there an easy way to...
-
1 Mar 2012 10:02 AM
- Replies
- 3
- Views
- 794
Answering my own last question. Here's how to call the super:
Ext.define('app.view.Map', {
id : 'mymap',
extend : 'Ext.Container',
alias : 'widget.eventmap',
initialize : function ()... -
1 Mar 2012 9:59 AM
- Replies
- 3
- Views
- 794
Thanks, that makes sense.
Initialize does work if I override it, how would I call the super? -
1 Mar 2012 9:17 AM
- Replies
- 3
- Views
- 794
I'm sure this is just something simple. This view gets loaded, but initComponent never gets fired.
Ext.define('app.view.Map', {
initComponent : function() {
alert('init... -
1 Mar 2012 7:19 AM
- Replies
- 5
- Views
- 854
Hey Mitchell,
Thanks for the reply. I've been able to instantiate it by just putting it in as an item in the container. This loads the map, but I can't figure out how to reference the map itself.... -
1 Mar 2012 7:05 AM
Jump to post Thread: Sliding Side Menu by Thomas The Fourth
- Replies
- 202
- Views
- 45,096
Hey, the issue we're seeing is on older versions of Android (2.x, and 3.x). When the component loads, the list is sitting on top of everything, and selecting any of the items doesn't do anything.
... -
29 Feb 2012 3:16 PM
Jump to post Thread: Sliding Side Menu by Thomas The Fourth
- Replies
- 202
- Views
- 45,096
Hello, I just wanted to see if anyone has an update on the Android status for this? Thanks.
-
29 Feb 2012 3:14 PM
- Replies
- 5
- Views
- 854
Hi, hoping someone can help me. I need to add a map to a container, and then later add markers to the map. When I try it like the code below, the map is never added to the container. If I change...
Results 1 to 16 of 16
