Search Type: Posts; User: ut_paule
Search: Search took 0.01 seconds.
-
5 Aug 2009 3:50 PM
- Replies
- 299
- Views
- 178,755
Must be an issue with SourceForge's ViewVC, as it was working when i posted it....
If you want the code this link is still working...... -
5 Aug 2009 10:24 AM
- Replies
- 299
- Views
- 178,755
This widget is being actively maintained as part of a the JaffaRIA project, so if you're just interested in getting the latest copy of the code from this source as opposed to the zip files posed on...
-
19 Nov 2008 2:43 PM
- Replies
- 1
- Views
- 1,183
Looks like this has also been fixed in 2.2 by not using the disabledClass, and hence the main DIV won't be using the x-item-disabled. (See http://extjs.com/forum/showthread.php?p=188860#post188860)
... -
19 Nov 2008 1:05 PM
- Replies
- 1
- Views
- 1,183
Problem:
I have an IE specific issue (I'm using IE6, and have not tried 7 or 8). When setting a panel to be disabled (either through the initial config "disabled:true" or after the panel had been... -
30 Sep 2008 5:15 PM
- Replies
- 299
- Views
- 178,755
I this this is because this.sortInfo is now returning a array, in the original GroupingStore this was and object. The default Grid renderer assumes that this.sortInfo.field would be the field name,...
-
30 Sep 2008 5:11 PM
- Replies
- 299
- Views
- 178,755
Yes, there was a bug in caching the value in the MuiltGroupingView.getRows() method in the viewer. If you comment out the this.rowsCache=r; this should fix it
-
26 Sep 2008 5:08 PM
- Replies
- 299
- Views
- 178,755
Yes, i've just checked in a new version, have not had time to host it yet, but it fixes many issues and there is also a live paging example that loads in 20 rows at a time and give an indication if a...
-
3 Sep 2008 9:52 PM
- Replies
- 299
- Views
- 178,755
I final got time to clean up my code, and I've posted it to the jaffa sourceforge project and deploy a working version for you all to see. Here is the link...
-
12 Aug 2008 10:13 PM
- Replies
- 299
- Views
- 178,755
Looking at the code, it looks like the groupBy() can be used to just add one field to the list of grouping fields, so i expect to do what you want you should try
... -
12 Aug 2008 9:47 PM
- Replies
- 299
- Views
- 178,755
If you look at the JSON they are being created from (orders.json)
ecd: 'Aug 6, 2008',
There should be no time on any of them. The JSON should get parsed consistently in all cases, and have... -
12 Aug 2008 9:13 PM
- Replies
- 299
- Views
- 178,755
For some reason when doing the "not equal" check (!=) on the Date objects, it seems to fail, even if they are the same, as noted in the Firebug debug statements. The line in question is ...
if... -
7 Aug 2008 9:35 AM
- Replies
- 299
- Views
- 178,755
I spent a day looking for this, and what you posted in #14 seems to be the best thing i could find (Unless Animal released his version somewhere).
I have just spent a day hacking this around to... -
30 Jul 2008 4:27 PM
Jump to post Thread: Ext Translations by ut_paule
- Replies
- 384
- Views
- 125,011
Using ExtJS 2.1, the file for the UK ends in "en_UK", any chance you can rename this in the next release to "en_GB" which would be in line with the ISO naming use in both java and by the browsers.
... -
15 Nov 2007 11:23 AM
- Replies
- 6
- Views
- 2,413
The data is coming back from Java (via DWR) and hence my null values for some fields.
Is the conversion of null to "" something that is easy to do via the reader? Here is my example code
... -
14 Nov 2007 11:07 PM
- Replies
- 6
- Views
- 2,413
Using the Grid with the GroupingStore, it seem that text fields that have "null" values don't sort correctly. This can be fixed with the following mods...
First I added a new variable, so you can... -
14 Nov 2007 10:44 PM
- Replies
- 3
- Views
- 2,974
So what's the alternate? Can the try/catch be done higher up where the functions produced by the JSON accessor are used?
-
5 Nov 2007 1:55 PM
- Replies
- 4
- Views
- 1,609
Don't know if this is the same issue, but i was also using DWR to populate a Grid
I was using the JsonReader, and it works fine with the (dot) notation, as long as the source object was not null. ... -
5 Nov 2007 12:08 PM
- Replies
- 3
- Views
- 2,974
When using a reader with the following configuration
reader: new Ext.data.JsonReader( {id:'vendorCode'}, [
{name: 'vendorCode', mapping:'vendorCode' },
...
Results 1 to 18 of 18
