Search Type: Posts; User: asbestos girl
Search: Search took 0.03 seconds.
-
29 Sep 2010 1:40 AM
- Replies
- 192
- Views
- 93,705
pouniok,
did you upgrade your GridFilters files too, or just base ext libraries? -
16 Aug 2010 6:48 AM
Jump to post Thread: TREE AND IE7 by asbestos girl
- Replies
- 15
- Views
- 1,849
Anytime something works in FF but not IE, first thing to check for are trailing commas in your js and json. 99.99% of cases its that.
-
9 Aug 2010 5:32 AM
Jump to post Thread: Dynamic grid columns? by asbestos girl
- Replies
- 35
- Views
- 65,741
Another way to achieve dynamic column grids is using metaData.
in your js:
var ds = new Ext.data.Store({
url: '/cgi-bin/get_dynamic_grid_data.pl', // your script that fetches... -
24 Jun 2010 5:49 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
Hi dandfra,
I am using the same sort of filters UI dialog as you have in http://cherryonext.googlecode.com/svn/demos/demo/allTogether.htm
This is great, but I was wondering if you have any plans to... -
23 Jun 2010 2:49 AM
- Replies
- 192
- Views
- 93,705
Hi SWK,
I am not going to post an example as i dont have one and no time to write it, but it is definitely possible. Check out the documentation for the ux here: http://extjs-ux.org/docs/index.html,... -
17 Jun 2010 12:55 AM
- Replies
- 192
- Views
- 93,705
Override, can you please post the relevant snippets of your code?
-
13 May 2010 5:33 AM
- Replies
- 7
- Views
- 10,815
I have this same problem with Firefox 3.6 on Windows Vista. The overflow suggestion does not fix it. The only thing that "helps" is removing the height parameter, however that is not a solution, just...
-
29 Mar 2010 3:50 AM
- Replies
- 192
- Views
- 93,705
Hi,
i have not commented it out, it came like this from the GridFilters example include files on extjs site. I suspect you dont have the latest version then. Try downloading the include files from... -
29 Mar 2010 3:42 AM
- Replies
- 192
- Views
- 93,705
Same as me then. Do you have the latest GridFilters code?
Does your GridFilters.css look like this?
/*!
* Ext JS Library 3.0+
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
*... -
29 Mar 2010 3:33 AM
- Replies
- 192
- Views
- 93,705
Taronja, what version of Ext are you using? And do you have the latest code from the site? I do and i have no such problem (using 3.0.0).
-
18 Mar 2010 1:30 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
http://cherryonext.googlecode.com/svn/branches/0.3.2.0
-
5 Mar 2010 7:54 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
Does the latest 0.3.2.0 branch not work with 3.1.1?
-
22 Feb 2010 2:41 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
Hi,
I have just been told by dandfra that branch 0.3.2.0 has been updated again with latest fixes. I have updated from there and this has fixed the date range issue fully.
Thanks guys! -
15 Feb 2010 6:18 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
Okay I might try with 3.0.3 later when I have time to upgrade, but for now it needs to stay at 3.0.0
I have also got the latest cherry update from svn and it still has issues on IE7, I have sent... -
15 Feb 2010 3:02 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
Hi sergey,
Ext version: 3.0.0
Browser 1: Firefox 3.5.7
Browser 2: IE 7 -
12 Feb 2010 4:09 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
Hi gthe,
thanks, but with this file, I am getting exactly the same result as with the patch sergey has posted. -
11 Feb 2010 3:40 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
Sergey, thanks, but it does not seem to fix it.
On Firefox the Range Menu still does not appear at all and i get an error:
this.el is undefined, line 11 ext-all.js
On IE the menu now does... -
9 Feb 2010 6:05 AM
- Replies
- 192
- Views
- 93,705
I have the same problem as DerSalz - that is when doing local filtering. Moreover, when doing local filtering, one must use PagingStore. But even so, the page count problem is still there. The page...
-
9 Feb 2010 3:13 AM
- Replies
- 223
- Views
- 58,145
I have started a new thread under the 3.0 folder: http://www.extjs.com/forum/showthread.php?p=435313
-
9 Feb 2010 3:11 AM
Jump to post Thread: Cherry On Ext 3.0.0 by asbestos girl
- Replies
- 46
- Views
- 11,810
I have started using this great ux on Ext 3.0.0. Hence starting a new thread under the 3.0 folder - continuation from http://www.extjs.com/forum/showthread.php?t=26730&page=22
Look at the above... -
5 Feb 2010 7:10 PM
- Replies
- 223
- Views
- 58,145
Attached is a perl module implementation, adapted from the php example from this project's google code.
-
4 Feb 2010 4:53 AM
- Replies
- 223
- Views
- 58,145
Hi,
if anybody is struggling to make cherry work with Ext 3.0, I have had the same problem and was helped by dandfra: -
25 Jan 2010 4:56 AM
- Replies
- 2
- Views
- 1,287
Hi,
I have just encountered the same problem in my code and fixed it by calling doLayout() on the outermost panel, containing the whole nested layout, straight after adding the first item to the...
Results 1 to 23 of 23
