Search Type: Posts; User: matt_m
Search: Search took 0.03 seconds.
-
14 Sep 2012 1:34 AM
- Replies
- 132
- Views
- 18,430
To test the new infinite list, is it necessary to convert the list to use components?
As in the Tweets example:
useComponents : true,
defaultType : 'tweetlistitem',
Or should it also... -
26 Aug 2012 11:32 AM
- Replies
- 132
- Views
- 18,430
Hello. I was just pointed to this thread concerning List performance issues by Mitchell Simoens - so a bit late to it. I have a bit of a dumb question. It doesn't look like the list performance...
-
26 Aug 2012 10:44 AM
- Replies
- 2
- Views
- 405
that is great news
-
26 Aug 2012 5:41 AM
- Replies
- 2
- Views
- 405
Sencha, this is not a bug per se, but a question concerning Lists.
On some android phones, I have noticed that Lists can really get bogged down/sluggish/unresponsive if,
1) there are many... -
11 Apr 2012 9:14 AM
- Replies
- 7
- Views
- 482
In ST1.x, I could get it to load a local html file using an ajax request, however all the css formatting would be lost. In ST2.x, I can't get it to load at all.
I of course can just code the... -
11 Apr 2012 7:43 AM
- Replies
- 7
- Views
- 482
OK, thanks, Ashraf. I am not having any luck. In any case, I am simply trying to access local html files that ship with the mobile app, not external files on a remote server.
-
11 Apr 2012 7:18 AM
- Replies
- 7
- Views
- 482
Thanks. I just gave your solution a quick try. But what is SF.proxy? I tried Ext.proxy, Ext.data.proxy, etc.
-
11 Apr 2012 6:43 AM
- Replies
- 7
- Views
- 482
Hello. Is anyone aware of how to load a local html file into a panel. I have tried two different ways (below), and neither way works particularly well. Is there a way to do this? Am I missing...
-
9 Apr 2012 9:17 AM
- Replies
- 6
- Views
- 619
No public server to try it on, so it would have to be pm.
-
9 Apr 2012 8:51 AM
- Replies
- 6
- Views
- 619
Just did some testing.
I don't see the error occurring in Chrome.
I don't see the error occurring on an iPhone.
I tried a different Android device - and I do see the same error. And on both... -
9 Apr 2012 7:25 AM
- Replies
- 6
- Views
- 619
Neither. I am testing the code on an Android device. I haven't yet got to running/testing the app on an iOS device yet, but can if that would be helpful.
Are you saying that defining the Store... -
9 Apr 2012 6:32 AM
- Replies
- 6
- Views
- 619
The titled error occurs when loading a large json-endoded data set. I have a store that loads the data basically inline:
var data = [
{ json-encoded data } ....
]; -
8 Apr 2012 7:51 AM
- Replies
- 1
- Views
- 406
OK, figured it out. No need to call .getSelectionModel(). Just call .select() directly on the DataView.
-
8 Apr 2012 7:34 AM
- Replies
- 1
- Views
- 406
Hello.
I am in the process of migrating a ST1.x app over to ST2.x. In the ST1.x app, I preset the selected items in a DataView by calling getSelectionModel() on the DataView, then using the... -
15 Mar 2012 12:04 PM
- Replies
- 2
- Views
- 615
OK, thanks, Mitchell. I will play with it some more, but I guess I am not doing anything obviously wrong. It is definitely something in the proxy reader, because if I do the below instead,...
-
15 Mar 2012 2:31 AM
- Replies
- 2
- Views
- 615
Hello. Is anyone aware of why this might work on an Android device but not an iOS device? I have a Store which loads data from a JSON in a local file. (The code is below.) This code works fine on...
Results 1 to 16 of 16
