Search Type: Posts; User: MrBeef
Search: Search took 0.01 seconds.
-
11 Jun 2012 9:42 AM
- Replies
- 3
- Views
- 981
There are some others having problems with filtering, see this thread:
http://www.sencha.com/forum/showthread.php?198865-ST-2.0.1-Ext.util.Filter-with-filterFn-not-working
It looks like the fix... -
6 Jun 2012 7:58 AM
- Replies
- 17
- Views
- 2,966
Hi all,
Has anyone else tried filtering in the new 2.0.1.1 release yet?
Mine is still not working and any filter I apply empties the store completely, just like 2.0.1...
store.filter(
{ -
4 Jun 2012 6:38 PM
Jump to post Thread: Store set() function is slow by MrBeef
- Replies
- 4
- Views
- 954
Hi everyone,
Just wondering if anyone else has come across this issue:
When I load my Ext.data.Store, I loop through and add a map marker for each item. I then set a property in each store item... -
27 May 2012 12:59 PM
- Replies
- 4
- Views
- 463
So I tried and it didn't work, but it's a known bug in ST 2.0.1:
http://www.sencha.com/forum/showthread.php?198865-ST-2.0.1-Ext.util.Filter-with-filterFn-not-working -
27 May 2012 12:45 PM
- Replies
- 4
- Views
- 463
Thanks! That will work - I saw that in the documentation but was wondering if I could just call the filter function twice.
Also, I worked in Belgium for 6 months last year - had a great time there. -
27 May 2012 12:07 PM
- Replies
- 4
- Views
- 463
Hi everyone,
I want to set up a filter that works like the following:
store.filter("TYPE",1);
store.filter("TYPE",3);
I would like to show all the records where the TYPE field is either 1... -
10 May 2012 5:29 PM
- Replies
- 1
- Views
- 522
It took some major digging -- but it seems like adding this to the cache manifest file does the trick (allows the browser to go to the network for any non-cached resources):
NETWORK:
* -
10 May 2012 7:52 AM
- Replies
- 1
- Views
- 522
Hi everyone,
I have a Sencha Touch 2 app that's working fine. It has a login screen, then a few Ajax calls occur to load data within the app.
When I add a cache manifest file into the mix (see... -
8 May 2012 11:15 AM
- Replies
- 2
- Views
- 532
REQUIRED INFORMATION
Sencha Touch version tested:
Sencha Touch 2.0.1
Browser versions tested against:
Chrome
Android 2.3.4 default browser -
6 May 2012 6:11 AM
- Replies
- 3
- Views
- 1,006
Thanks, that helps!
-
5 May 2012 2:58 PM
- Replies
- 3
- Views
- 1,006
I worked around the problem by putting my "add" function inside of the AJAX call...but I'd still be interested in learning why the first way didn't work.
-
5 May 2012 11:42 AM
- Replies
- 3
- Views
- 1,006
Hi everyone,
I'm using an Ext.Ajax.request to dynamically load the 'selectfield' options on an Ext.form.Panel.
I realized that declaring variables inside of the AJAX request would not work due... -
15 Apr 2012 8:07 AM
- Replies
- 2
- Views
- 592
That works! I guess it must be a variable scope issue.
-
14 Apr 2012 10:08 AM
- Replies
- 2
- Views
- 592
Hi all,
I'm trying to place a link in a Google Maps InfoWindow that, when clicked, performs a function in Sencha Touch. Specifically, when clicked, I want to switch to another tab and populate a... -
10 Mar 2012 4:04 PM
- Replies
- 2
- Views
- 668
Adding the listener inside maprender worked great, if that's where you were suggesting to put it. I didn't have to bother with the "isLoading". Thanks for the help!
-
9 Mar 2012 5:30 PM
- Replies
- 2
- Views
- 668
I want to add some markers to a Google map. The latitude and longitude are in an Ext.data.Store that is set up and working.
I'm trying to use the following code in the map's "maprender" event, but... -
3 Mar 2012 12:44 PM
- Replies
- 1
- Views
- 320
I answered my own question -- turns out I needed to add my Ext.TitleBar to my Ext.TabPanel.
What I was doing before was adding the Ext.TitleBar directly to the Viewport. This was causing the form... -
2 Mar 2012 5:05 PM
- Replies
- 1
- Views
- 320
Hi all,
I'm using ST2, RC2. I have a form + fieldset in my application with a few 'selectfield' items. When I click them on my PC in Chrome, they open fine and I can choose the option I want.
... -
1 Mar 2012 8:12 PM
Jump to post Thread: Ext.List - Slow performance by MrBeef
- Replies
- 7
- Views
- 1,067
FYI the code in this thread resolved my issue:
http://www.sencha.com/forum/showthread.php?182895-Performance-on-refreshing-List-view-dramatically-worse-in-RC-than-Beta-3 -
29 Feb 2012 11:48 AM
Jump to post Thread: Ext.List - Slow performance by MrBeef
- Replies
- 7
- Views
- 1,067
I'm using RC2
-
29 Feb 2012 11:32 AM
Jump to post Thread: Ext.List - Slow performance by MrBeef
- Replies
- 7
- Views
- 1,067
Thanks for the replies, I'll look into using the lazy list a little later. It just strikes me that performance is slow, 195 doesn't seem to be a huge list, but maybe it is by Sencha Touch standards....
-
29 Feb 2012 7:52 AM
Jump to post Thread: Ext.List - Slow performance by MrBeef
- Replies
- 7
- Views
- 1,067
I'm loading an Ext.List with 195 items via JSON.
On my computer, my browser locks up for maybe about 3 seconds, then works fine.
On the Android, however, the browser locks up for 10+ seconds... -
28 Feb 2012 6:55 PM
Jump to post Thread: JSON load to DataView doesn't work by MrBeef
- Replies
- 4
- Views
- 852
It was not, after all, I was sending just plain JSON. Thanks, I've now learned the difference between JSON and JSONP...changed the type property to 'ajax' and I'm off and running.
Thanks again... -
28 Feb 2012 6:42 PM
Jump to post Thread: JSON load to DataView doesn't work by MrBeef
- Replies
- 4
- Views
- 852
Thanks for the reply, did not know that about ST2. I tried the new code but I'm still having an issue. I get the "Loading..." spinner for several seconds (15 or so) then a blank screen.
The PHP... -
28 Feb 2012 1:33 PM
Jump to post Thread: JSON load to DataView doesn't work by MrBeef
- Replies
- 4
- Views
- 852
Any mistakes in the following code? I've been trying again and again but my JSON load doesn't work...I just see "Loading..." for several seconds then just a blank screen. I've tried loading via AJAX...
Results 1 to 25 of 26
