Search Type: Posts; User: Limbo
Search: Search took 0.01 seconds.
-
8 May 2012 1:37 AM
- Replies
- 4
- Views
- 924
I fixed this issue... In case anyone else has problems with this, here is the info...
I was doing a search on the list when it loaded ( argSenchaList.getStore().clearFilter(); )
This causes the... -
8 May 2012 1:05 AM
- Replies
- 11
- Views
- 1,370
Disabling paging did the trick. It seems enablePagingParams is set to false as default for Sencha 1, but not in Sencha 2 :) Easy fix
I also had to change:
reader:
{
type: 'json',
root: 'd'... -
3 May 2012 6:29 AM
- Replies
- 11
- Views
- 1,370
I have tried this, and one thing I notice is different is that in Sencha 2, I have this in the header:
Request Payload
page=1&start=0
This is not part of the header in Sencha 1. How can I... -
3 May 2012 5:37 AM
- Replies
- 11
- Views
- 1,370
Yes, good idea. I will try to compare the two and see what is different.
Will get back to you
Thanks -
3 May 2012 5:22 AM
- Replies
- 11
- Views
- 1,370
Yes, somehow the Sencha request is not reaching the correct function, as it did before. So there is some Sencha setting that I am missing.
-
3 May 2012 4:57 AM
- Replies
- 11
- Views
- 1,370
Yes that is where I got the error message. This is more information:
HEADER INFORMATION
Request URL:http://localhost:53478/iPhone/Ajax.aspx/GetTemplateList?_dc=1336049668004
Request Method:POST... -
3 May 2012 4:40 AM
- Replies
- 11
- Views
- 1,370
Not sure - it's genereated in ASP.NET. It worked with Sencha 1.
Now it doesn't look like the function is even executed. It does not show up in the browser debugger. -
1 May 2012 3:20 AM
- Replies
- 11
- Views
- 1,370
I am getting an "Invalid JSON primitive" error after moving to Sencha 2.0, and can't get it to work.
The JS code is this:
Ext.regModel('TemplateList', {
fields: ['TemplateID', 'StateID',... -
22 Mar 2012 4:31 AM
- Replies
- 4
- Views
- 924
Any suggestions on what I could try?
-
21 Mar 2012 8:49 AM
- Replies
- 4
- Views
- 924
Since I am using Ext.getCmp('myContactsList').getStore(), I should certainly get the correct store?
Before I was using Store.Load(), but changed to to get the stora via the list, just to be 100%... -
21 Mar 2012 7:12 AM
- Replies
- 4
- Views
- 924
I have a list that uses a store.
When I first call:
Ext.getCmp('myContactsList').getStore().getProxy().extraParams.argShowFavorites = _Favorites;... -
6 Jan 2012 8:33 AM
- Replies
- 9
- Views
- 1,419
I am running into this problem:
http://www.sencha.com/forum/showthread.php?134026-selectfield-events-not-working
The events are not firing. The only one that works is the change event.
Any... -
6 Jan 2012 7:52 AM
- Replies
- 9
- Views
- 1,419
Great! I was thinking that might be it, but didn't try it.
I will try to work something out, so that it only scrolls after you click the field. Thanks for the help :) -
6 Jan 2012 7:37 AM
- Replies
- 9
- Views
- 1,419
There is no listPanel property, but there is a getListPanel() method.
These both return objects:
alert(SelectFieldEndTime.getListPanel());... -
6 Jan 2012 6:58 AM
- Replies
- 9
- Views
- 1,419
SelectFieldEndTime.picker gives nothing too...
I must be doing something wrong.
I create the selectfield like this:
xtype: 'selectfield',
id: 'SelectFieldEndTime',
name:... -
6 Jan 2012 6:41 AM
- Replies
- 9
- Views
- 1,419
I can't get this to work. The selectfield has no scroller property.
var SelectFieldEndTime = Ext.getCmp('SelectFieldEndTime');
SelectFieldEndTime.setOptions(jsonObject, false);... -
4 Jan 2012 7:37 AM
- Replies
- 9
- Views
- 1,419
How to scroll to a specific element in a selectfield?
I am loading the options and setting the selected one, like this:
SelectFieldEndTime.setOptions(jsonObject, false);... -
4 Jan 2012 7:32 AM
- Replies
- 3
- Views
- 1,226
Let me answer this, for the sake of the community :)
Change the .NET code to:
[WebMethod()]
[ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)]
To change the method, so... -
2 Jan 2012 6:01 AM
- Replies
- 3
- Views
- 1,226
I am running into this again. How can I pass parameters with the store proxy?
-
14 Dec 2011 9:26 AM
Jump to post Thread: Flicker during startup by Limbo
- Replies
- 5
- Views
- 1,240
It seems the screen ALWAYS gets white before the content is displayed - with or without Sencha.
But the transparency before the white screen only happens when Sencha is on the site.
... -
14 Dec 2011 9:22 AM
Jump to post Thread: Flicker during startup by Limbo
- Replies
- 5
- Views
- 1,240
But it doesn't do this if I remove Sencha from the site?
-
14 Dec 2011 8:56 AM
Jump to post Thread: Flicker during startup by Limbo
- Replies
- 5
- Views
- 1,240
I am having a problem with the web application showing a tiled/transparent screen for a little while, after displaying the splash screen.
I've tested with removing almost everything from the site,... -
14 Dec 2011 8:50 AM
- Replies
- 2
- Views
- 983
It takes a lot of work to make fields into Sencha fields.
I was wondering how the Sencha field got around the scroll-to-the-bottom thing.
I ended up using Sencha fields and doing some heavy... -
7 Dec 2011 4:20 PM
- Replies
- 2
- Views
- 983
I have a Sencha site, where I have a regular <input> text field on the site. When you click into this field on the iPhone, the keyboard pops up, as it should.
But when I, with the keyboard still... -
15 Sep 2011 3:41 PM
- Replies
- 6
- Views
- 2,545
I too am having this problem in 1.1.
How can I disable the list?
I've tried .setDisabled(true) and .disable(), but it doesn't work :(
Results 1 to 25 of 35
