Search Type: Posts; User: thething
Search: Search took 0.02 seconds.
-
31 Jul 2012 3:12 AM
- Replies
- 6
- Views
- 2,329
Another strange behavior:
in Firefox 14.0.1 the scrolling via cursor is broken, it reacts very slow but mouse scrolling works without problem.
After i switched to a buffered View in one grid,... -
30 Jul 2012 3:21 AM
- Replies
- 6
- Views
- 2,329
I tried to isolate the problem, recreated our base structure and filled it with one of the example grids . The grid won't react if there are too many records in the store, i tried copy/pasting and...
-
26 Jul 2012 11:56 AM
- Replies
- 6
- Views
- 2,329
Thanks for your answer - infinite scrolling is a little bit glitchy, but the scrolling in my project is really not working it is more than slow (it remembers me of the problems with Firefox before...
-
26 Jul 2012 8:14 AM
- Replies
- 6
- Views
- 2,329
Ext version tested:
Ext 4.1.1
Browser versions tested against:
Safari 6 (doesnt work)
FF 14 (works)
Safari 5 (works) -
26 Apr 2012 4:40 AM
- Replies
- 15
- Views
- 3,645
I actually ran into the same problem and solved it with a workaround to disable the keyNav in the show event of the menu:
"show": function(menu) {
... -
29 Jun 2010 6:04 AM
Jump to post Thread: Separating XTemplate Parts by thething
- Replies
- 2
- Views
- 482
Thank you animal - that should do the trick :)
-
29 Jun 2010 4:40 AM
Jump to post Thread: Separating XTemplate Parts by thething
- Replies
- 2
- Views
- 482
Hello guys,
i would like to ask you if this is possible: I have a XTemplate and want to separate its parts to make it reusable for user Templates. For example:
var tpl = new... -
10 Jul 2009 10:17 AM
- Replies
- 4
- Views
- 1,907
Thanks for your reply - i actually looked into apply, but i always thought that is why prototype is such a great thing, just changing/extending existing classes and instances on the fly and there is...
-
10 Jul 2009 6:17 AM
- Replies
- 4
- Views
- 1,907
I actually ran into the following question about prototype - i dont understand why there are such methods as apply and override - why not just use the prototype notation?
someClass.prototype =... -
24 Apr 2009 4:59 AM
- Replies
- 3
- Views
- 754
Ok, it didnt work directly, but pointed in the right direction :)
I used that solution: https://extjs.net/forum/showthread.php?t=47119 -
24 Apr 2009 3:44 AM
- Replies
- 3
- Views
- 754
Argh - thanks a lot, i didnt look in the gridView Options -.- :D
-
24 Apr 2009 12:32 AM
- Replies
- 3
- Views
- 754
Hello Guys :)
Another day, another Question :D I actually have the following problem, i need a tagcloud Skript to be triggered when all data for the grid (or more grids, its a portal solution)... -
11 Mar 2009 4:18 AM
- Replies
- 12
- Views
- 1,904
Just to give you a little update about this "problem" :)
I tried it yesterday with remove and the destroy:false option, it didnt work (components wont come back correctly, losing... -
27 Feb 2009 4:33 AM
- Replies
- 12
- Views
- 1,904
I always thought that holding it in the DOM will be painful, there will be about 20+ modules in the final product that consist of border layout & friends. The first test show/hide vs. remove/cache...
-
27 Feb 2009 2:37 AM
- Replies
- 12
- Views
- 1,904
Thats exactly what i wanted to do :) I will experiment again with the parameter, i think that was the main error (autoDestroy as Property eventually not cascading right?).
Thanks for the answer... -
27 Feb 2009 2:14 AM
- Replies
- 12
- Views
- 1,904
I think it is dirty because it is kept directly in the DOM, an old fashioned design paradigm says just keep that whats visible in your public fragments (but i think i can live with show/hide - whats...
-
27 Feb 2009 1:38 AM
- Replies
- 12
- Views
- 1,904
Ok, thanks for your answer, thats what i am currently doing - but i think that this is a dirty solutions because while show/hiding the DOM Structure remains hidden in the document?
When i remove... -
27 Feb 2009 12:27 AM
- Replies
- 12
- Views
- 1,904
I thought this - its a little difficult to explain (for me ^^):
The main problem ist that i want to remove a tabPanel with "activate" Listeners in his items from a Ext Container (in our project... -
26 Feb 2009 11:42 PM
- Replies
- 12
- Views
- 1,904
Ok, i think the right question should be - is there a easy/direct way to store/cache Ext Components with listeners or to copy them (cloneConfig does not work) so that the full functions remains even...
-
26 Feb 2009 9:39 AM
- Replies
- 12
- Views
- 1,904
I hope i got the right description but we actually ran into the following problem, i will try to explain it with the following code snippets:
1) I dynamically create a tab panel in one of our... -
16 Sep 2008 3:17 AM
Jump to post Thread: Form standardSubmit action by thething
- Replies
- 6
- Views
- 3,019
We currently ran into the same problem, the only working solution we found is the following (tried different manipulations):
var cmp = Ext.getCmp('id');
var form = cmp.getForm();
var el =... -
10 Sep 2008 11:50 PM
- Replies
- 0
- Views
- 700
Hello Guys :)
after a long time we ran into a problem, we have to set the dismissDelay of a Tooltip to 10s, i tried it with the following:
Ext.QuickTips.init(); -
12 Mar 2008 1:09 AM
- Replies
- 7
- Views
- 5,047
Thanks for the links - i will try :)
-
11 Mar 2008 7:27 AM
- Replies
- 7
- Views
- 5,047
Ok, i actually solved one part of the problem :)
mouseover: function(e, t) {
var rowIndex = this.getView().findRowIndex(t);
var colIndex = this.getView().findCellIndex(t);
... -
11 Mar 2008 5:39 AM
- Replies
- 7
- Views
- 5,047
Hello :)
we actually have the following problem, and i dont really know how to solve it.
We are using a grid to show for example headlines and when someone hovers over the headline a Tooltip...
Results 1 to 25 of 38
