Search Type: Posts; User: Capt.JackSparrow
Search: Search took 0.03 seconds.
-
9 Dec 2010 11:48 PM
- Replies
- 87
- Views
- 35,831
Hi Condor,
FOA, Thanks for the wonderful extension.
I am using AsynchTristateNodeUI as below:
The problem is during render I literally need to expand and collapse nodes to make the
parent node... -
16 Nov 2010 6:09 AM
- Replies
- 870
- Views
- 257,051
oh yeah.
I dont suppose there will be a problem disabling it.
I think IE is the culprit - for it fails to remove some dead DOM elements. -
16 Nov 2010 5:11 AM
- Replies
- 870
- Views
- 257,051
Could you try disabling the garbage collector:
Ext.enableGarbageCollector = Ext.isIE -
6 Oct 2010 11:50 PM
- Replies
- 16
- Views
- 3,181
Sure. Also, the thing is import statements won't undergo frequent changes.
-
6 Oct 2010 11:29 PM
- Replies
- 16
- Views
- 3,181
Emitted from Java right? If so, I suppose the front end is more closely coupled with Java. Since, you may need to compile every time you change the script imports.
-
4 Oct 2010 10:21 PM
- Replies
- 16
- Views
- 3,181
One more thing I would like to know is -
What are the best practices to place javascripts in various folders?
i.e On what criteria is it advisable to place them in different folders.
For eg:... -
4 Oct 2010 10:12 PM
- Replies
- 16
- Views
- 3,181
@azuroff Thanks for the pointer.
I am pretty much confused which one to go for - JAWR/JSLINT4JAVA/JSbuilder2/Quilt.
Will post you once I analyze all of them.
Thanks. -
4 Oct 2010 10:06 PM
- Replies
- 16
- Views
- 3,181
@Animal: Blame it on my ignorance/impatience. I imagined jsb2 as some sort of file that ext designer creates. Got enlightened a bit from:...
-
4 Oct 2010 2:27 AM
- Replies
- 16
- Views
- 3,181
@hat27533: Thx a lot! JAWR looks great and it seems the one I wanted.
@scarsick: Ofcourse JSBuilder2 is! Since we are yet to use ext designer, jsbuilder2 cannot be used, atleast now. I suppose... -
3 Oct 2010 1:27 AM
- Replies
- 16
- Views
- 3,181
I would like to know about the best practices in JS packaging in a web application.
Right now, we have many JS files used in our web application. All under a single js folder.
We would like to have... -
27 Sep 2010 3:38 AM
- Replies
- 276
- Views
- 124,382
The above issue seems to get fixed with:
Ext.ux.PagingToolbar:
onChange: function () {
// *** add ***
var t = this.store.getTotalCount(),
s = this.pageSize;
... -
27 Sep 2010 3:13 AM
- Replies
- 276
- Views
- 124,382
When my data is empty, paging tool bar incorrectly displays the current page number.
In my case it displays : Page 2 of 1.
Is there anything I am missing out? -
23 Sep 2010 8:43 AM
- Replies
- 2
- Views
- 690
data config will provided by the instances using this xtype
-
23 Sep 2010 12:27 AM
- Replies
- 2
- Views
- 690
I have comboxes in my page with lazyInit:true.
Few of these comboboxes are dynamic(They are rendered dynamically using card layout).
In IE 8, I get the following error randomly while clicking a... -
14 Sep 2010 3:04 AM
- Replies
- 2
- Views
- 568
Thx for the reply, animal.
But in my case, the container I am having can add/delete dynamic rows(each row in turn is a container)
For brevity, I didnt post the complete Dataslot filter object code.... -
14 Sep 2010 2:53 AM
- Replies
- 2
- Views
- 568
I have a Container with a resizer attached to the south. This container is placed in the first of the 2 divs in the page.
The second div has a grid panel.
All is fine until I resize the page.
Once... -
8 Sep 2010 10:11 AM
- Replies
- 1
- Views
- 1,083
Hi webbbret
I am too facing the issue even in 3.2.2
Do you have any fix/workaround?
(Sorry for troubling you with your old thread!) -
6 Sep 2010 10:16 PM
- Replies
- 870
- Views
- 257,051
Thanks a ton, Doug!
-
6 Sep 2010 2:24 AM
- Replies
- 870
- Views
- 257,051
Hi Doug,
Can we have the null check? -
4 Sep 2010 12:29 AM
- Replies
- 870
- Views
- 257,051
@Jan
I suppose you are using the latest version of miframe.
In that case, you can try initializing ManagedIFrame Element as:
var mif = new Ext.ux.ManagedIFrame.Element(id);
mif.setSrc(src); -
26 Aug 2010 6:45 AM
- Replies
- 870
- Views
- 257,051
I have a 'load' listener configured to the document body.
This listener loads an iframe(which was initialized as a blank page) inside the body.
During page unload, the following error happens in... -
6 May 2010 11:30 PM
- Replies
- 1
- Views
- 1,165
Just to notify a very minor issue.
I am using Windows XP, Designer - xds-1.0.0.10b.
I am not able to open an xds file in the designer by double-clicking it.
Doing so, opens a blank Designer... -
5 May 2010 10:16 AM
- Replies
- 2
- Views
- 967
YE-AY!! cool!
-
5 May 2010 10:14 AM
Jump to post Thread: Using Renderer in a grid by Capt.JackSparrow
- Replies
- 10
- Views
- 2,206
Sounds good! Will try it for sure
-
5 May 2010 3:09 AM
- Replies
- 1
- Views
- 767
Hi
I feel it is good to have confirmation alerts while deleting/removing things like
-removing a field mapping in a jsonstore. If the user by chance clicks the remove button, the field gets...
Results 1 to 25 of 36
