Search Type: Posts; User: Entropy
Search: Search took 0.02 seconds.
-
18 Apr 2013 8:31 AM
- Replies
- 10
- Views
- 1,997
We resolved this by finding the onactivate event of the tab, and not building the grid until that time. So rather than building the grid and telling it to refresh, you don't build it until the tab...
-
12 Mar 2013 10:22 AM
- Replies
- 10
- Views
- 1,997
*bump*
I am having the same issue. -
12 Feb 2013 8:06 AM
- Replies
- 1
- Views
- 90
I have a grid that will have a custom renderer to have an expandable section to show some related info (detail tables). But I would like to lazy load this detail for performance reasons and because...
-
7 Feb 2013 12:55 PM
Jump to post Thread: Grid blowing up by Entropy
- Replies
- 7
- Views
- 308
I found that the json I returned was missing a closing brace. Once this was fixed, the header=false fix was no longer necessary. It's annoying that I never got any errors saying I had a parse...
-
6 Feb 2013 10:46 AM
Jump to post Thread: Grid blowing up by Entropy
- Replies
- 7
- Views
- 308
I added header:false to my grid config and this problem went away. This moved me to my next issue. I know the store is calling my ajax link and it is returning the correct json. The reader doesn't...
-
6 Feb 2013 6:53 AM
Jump to post Thread: Grid blowing up by Entropy
- Replies
- 7
- Views
- 308
Firebug behaves a bit differently. The console shows several extjs resources spinning indefinitely (I checked a few and they are in the extjs folder with everything else in the paths specified by...
-
6 Feb 2013 5:40 AM
Jump to post Thread: Grid blowing up by Entropy
- Replies
- 7
- Views
- 308
Okay, new issue - largely the same code, excepting I fixed the Ext.grid.Panel thing as mentioned, the new error is:
Message: 'Ext.grid.header.Container' is null or not an object
Line: 273... -
6 Feb 2013 4:34 AM
Jump to post Thread: Grid blowing up by Entropy
- Replies
- 7
- Views
- 308
It was the class name. I think I must've copied from a Ext 3 example or something because once I changed from Ext.grid.GridPanel to Ext.grid.Panel alot of my issue fell away. I still ahve other...
-
5 Feb 2013 8:01 AM
Jump to post Thread: Grid blowing up by Entropy
- Replies
- 7
- Views
- 308
Tried to simplify, took it out of my app page, got the same error, cut out paging bar, and a few other things, added some height and width, got the same error. Removed alert debug messages, and the...
-
5 Feb 2013 6:35 AM
Jump to post Thread: Grid blowing up by Entropy
- Replies
- 7
- Views
- 308
Oops, submitted before I added the following info:
Blows up with 'Object Expected' on line 31 of floating.js. On that line, me.shim and me.shadowOffset are undefined. Using ext 4.1, IE8. -
5 Feb 2013 6:17 AM
Jump to post Thread: Grid blowing up by Entropy
- Replies
- 7
- Views
- 308
I am trying to put an ext4 grid into my webapp.
Ext.onReady(function(){
extGridInit();
var id = 'ExtGridTest';
Ext.define(id + '_model', {
extend: 'Ext.data.Model',
fields:... -
24 Jul 2012 1:16 PM
- Replies
- 1
- Views
- 306
I have a legacy app, and have been gradually adding some Ext 3 pizazz to it in order to create interest in doing more as we move along. My current item is putting an Ext menu off of an IMG or...
-
26 Apr 2012 9:12 AM
- Replies
- 1
- Views
- 522
*bump*
IMHO, this really ought to be a feature of the grid. Is there a standard accepted solution to this? I could write a bunch of code to work around this, but it seems like the kind of thing... -
12 Apr 2012 9:29 AM
Jump to post Thread: Ext & Superfish by Entropy
- Replies
- 1
- Views
- 411
I am having an issue with ExtJS 4 and superfish. It comes down to the fact that Ext4 slips x-body and x-gecko into the body element of the page, distorting the CSS of superfish. I have tried a...
-
12 Apr 2012 9:26 AM
- Replies
- 2
- Views
- 774
*bump*
I am having a similar issue with ExtJS 4 and superfish. It comes down to the fact that Ext4 slips x-body and x-gecko into the body element of the page, distorting the CSS of superfish. I... -
11 Apr 2012 9:42 AM
Jump to post Thread: HashMap is undefined by Entropy
- Replies
- 7
- Views
- 849
I now see that ext is adding styles to the body of my document. x-body x-gecko x-reset. I saw a reference to this: http://docs.sencha.com/ext-js/4-0/#/api/-property-scopeResetCSS as being a way...
-
11 Apr 2012 4:06 AM
Jump to post Thread: HashMap is undefined by Entropy
- Replies
- 7
- Views
- 849
How can I make ext-all.css cooperate with my existing CSS? We have some CSS from jQuery, as well as some common styles to our app. ext-all is over-riding some of it, throwing the view of the page...
-
9 Apr 2012 7:16 AM
Jump to post Thread: HashMap is undefined by Entropy
- Replies
- 7
- Views
- 849
So some trial & error later, it seems that the Hashmap error is coming from
<script type="text/javascript" src="js/ui.ddatepicker.js"></script>
Once removed, things mostly work. I have some... -
9 Apr 2012 6:17 AM
Jump to post Thread: HashMap is undefined by Entropy
- Replies
- 7
- Views
- 849
It's deifnitely related to the presence of jQuery. I removed all jQuery from my page, was able to build the grid (albeit data-less). jQuery back in, get the HashMap error.
-
9 Apr 2012 4:00 AM
Jump to post Thread: HashMap is undefined by Entropy
- Replies
- 7
- Views
- 849
Oddly, when using ext-all-debug, I get Ext is undefined error. I can see in firebug that the path is right and the file is being retrieved, but my Ext.onReady then doesn't recognize the Ext object....
-
6 Apr 2012 12:03 PM
Jump to post Thread: HashMap is undefined by Entropy
- Replies
- 7
- Views
- 849
I am trying to put Ext 4 into an existing application that uses some jQuery parts. I am starting with a grid, but Ext is throwing up a HashMap is undefined error. The offending line within Ext is...
-
21 Nov 2011 9:42 AM
Jump to post Thread: Considering Ext-GWT by Entropy
- Replies
- 6
- Views
- 1,495
Ekambos,
Thanks for the answer. We're desperate for input! Can you tell me, generally speaking, do you LIKE ExtGWT? If you had a friend considering starting a new app, would you recommend it? ... -
21 Nov 2011 8:32 AM
Jump to post Thread: Considering Ext-GWT by Entropy
- Replies
- 6
- Views
- 1,495
*bump* Anyone? Anyone? Bueller?
-
21 Nov 2011 8:31 AM
Jump to post Thread: Layouts and Scrolling by Entropy
- Replies
- 2
- Views
- 408
So, one of the things I find MOST difficult about Ext is the combination of layout managers and their impact on scrolling, clipping, and expanding to fill a region.
It seems to me, that unless you... -
17 Nov 2011 1:40 PM
Jump to post Thread: Considering Ext-GWT by Entropy
- Replies
- 6
- Views
- 1,495
Hello,
We are looking to use ExtJS to add some RIA feel to our webapps. However, our current web framework, Wicket is proving hard to integrate with Ext because Ext and Wicket both want to be in...
Results 1 to 25 of 79
