Search Type: Posts; User: stalek
Search: Search took 0.02 seconds.
-
8 Nov 2012 3:17 AM
Jump to post Thread: Complex layout prerendering by stalek
- Replies
- 6
- Views
- 271
Unfortunately there is something else to do yet. I see exception like below:
Unable to get value of the property 'dom': object is null or undefined
Place of exception is in Ext.dom.Helper class,... -
8 Nov 2012 2:50 AM
Jump to post Thread: Complex layout prerendering by stalek
- Replies
- 6
- Views
- 271
I thought about rendering on this div using DelayedTask that will start after rendering LoginView.
When I use card layout on shell container it takes much more time to do initialization so I look... -
8 Nov 2012 2:18 AM
Jump to post Thread: Complex layout prerendering by stalek
- Replies
- 6
- Views
- 271
Hi,
I implemented the code a bit different (without card layout on "shel" view - shell inherits from Container).
I just detach one panel and attach the second one (I want to show Login panel asap... -
7 Nov 2012 6:13 AM
Jump to post Thread: Complex layout prerendering by stalek
- Replies
- 6
- Views
- 271
Is there any simple way to prerender complex layout (main screen) when I present login screen (using delayed task or something similar)?
When I switch the panel/card to main view using card layout... -
17 Sep 2012 6:19 AM
- Replies
- 1
- Views
- 328
You have to initialize your filters like below:
filtersCfg.createFilters();
filtersCfg.filters.each(function (filter) {
filter.setActive(true);
... -
13 Sep 2012 1:33 AM
- Replies
- 2
- Views
- 739
I use infinite grid (so with "buffered" flag) with FiltersFeature applied on the grid.
When I provide some conditions on filters it doesn't remove mask from the grid after page load operation... -
10 Sep 2012 1:09 AM
Jump to post Thread: Ext.Direct .NET Router by stalek
- Replies
- 238
- Views
- 93,197
I found source of the problem of course. It's because incorrect conditions flow in code below:
private object[] ReadArray(JsonReader reader)
{
ArrayList output = new... -
7 Sep 2012 1:20 PM
Jump to post Thread: Ext.Direct .NET Router by stalek
- Replies
- 238
- Views
- 93,197
westy,
life is not as simple as I thought after your suggestion :)
When I run such simple test case like below I see incorrect value on Data property of ResponseObject:
[TestMethod()]
... -
7 Sep 2012 7:53 AM
Jump to post Thread: Ext.Direct .NET Router by stalek
- Replies
- 238
- Views
- 93,197
Super!
Thanks for so quick response. I use paged grid (so called infinite grid :) ) and I will try it later this evening.
Does it mean if I provide SearchCriteriaParam as the only param on method... -
7 Sep 2012 6:21 AM
Jump to post Thread: Ext.Direct .NET Router by stalek
- Replies
- 238
- Views
- 93,197
Hi,
does anybody has working copy of this Direct provider with grid/store and remote sorting and filtering?
I see sorters config value is converted to complex object on server side (after json... -
19 Feb 2010 4:30 AM
Jump to post Thread: Row Editor Problems by stalek
- Replies
- 3
- Views
- 765
Hi,
maybe this config value on RowEditor will be useful:
errorSummary: false,
I have a lot of issues/problems with this editor also. I use autoExpandColumn feature and I scale panels... -
18 Feb 2010 12:49 AM
- Replies
- 3
- Views
- 1,498
Hi Cerad,
when you create new record it has some value managed by the store. It's newRecordId (for instance "ext-gen334"). This is the value that will be used by some handler to update your store... -
17 Feb 2010 6:30 AM
Jump to post Thread: Bug in Direct.NET (EXT.JS 3.1.1) ? by stalek
- Replies
- 5
- Views
- 2,252
Yes, it's more proper workaround ;) and size of the change is similar ...
-
17 Feb 2010 4:36 AM
- Replies
- 3
- Views
- 1,498
I try to send new record data from DirectStore using JsonWriter. In the body of the POST I don't see any ID items or something similar that can give me a chance to update a record on a server side...
-
16 Feb 2010 3:37 AM
Jump to post Thread: Ext.Direct .NET Router by stalek
- Replies
- 238
- Views
- 93,197
Hi Gunmen,
please comment/remove such attribute in file DirectResponse.cs to make things working also:
[JsonConverter(typeof(ResultConverter))]
Regards,
Alek -
16 Feb 2010 12:28 AM
Jump to post Thread: Ext.Direct .NET Router by stalek
- Replies
- 238
- Views
- 93,197
Hi Gunmen,
I took the newest version of Direct (currently it's in version 0.6) and I see your problem.
To solve it do 2 steps:
- modify ResultConverter.cs file (class) by appending serializer... -
15 Feb 2010 6:45 AM
Jump to post Thread: Ext.Direct .NET Router by stalek
- Replies
- 238
- Views
- 93,197
Hi Gunmen,
I think I have a solution for your problem with the newest Newtosoft.JSON library. See my post here:
http://www.extjs.com/forum/showthread.php?t=91953
Regards,
Alex -
15 Feb 2010 5:57 AM
- Replies
- 1
- Views
- 2,354
Hi,
I have a store that has been configured like below:
var recordFields = [
'ElementID',
'Value',
{name:'SortOrder', type:'int'},
... -
15 Feb 2010 1:15 AM
Jump to post Thread: Bug in Direct.NET (EXT.JS 3.1.1) ? by stalek
- Replies
- 5
- Views
- 2,252
Hi,
I think it has been caused because of the number of the request per POST operation, not just because using configuration object for API).
This is json string that comes from... -
12 Feb 2010 5:07 AM
Jump to post Thread: Bug in Direct.NET (EXT.JS 3.1.1) ? by stalek
- Replies
- 5
- Views
- 2,252
I use Direct.NET and on client side I very often use DirectFn instead of API configuration object with read method (in such case the params are encoded as an array, so they are embeded in []...
-
6 Jan 2010 4:18 AM
- Replies
- 0
- Views
- 651
I have 6 params on my DirectStore. When any filter is not enabled (I use JSON encoding feature) the "onBeforeLoad" method removes "filter" parameter from parameters list and it's not...
-
6 Jan 2010 2:34 AM
- Replies
- 192
- Views
- 94,160
I have 6 params on my DirectStore. When any filter is not enabled (I use JSON encoding feature) the "onBeforeLoad" method removes "filter" parameter from parameters list and it's not...
-
17 Dec 2009 3:19 AM
- Replies
- 1
- Views
- 896
Hi,
this file has different content when I see it under Firefox and under Google Chrome:
http://www.extjs.com/deploy/dev/examples/locale/multi-lang.js
It looks under Chrome it has part of the...
Results 1 to 23 of 23
