Search Type: Posts; User: JamesC
Search: Search took 0.03 seconds.
-
28 Apr 2010 6:13 AM
Jump to post Thread: Errors Installing Ext Designer by JamesC
- Replies
- 59
- Views
- 12,681
I'm having an issue behind a company proxy too - I have it explicitly configured within the LAN settings as you mentioned aconran but the app does not let me register. Any assistance?
-
27 Apr 2010 1:14 PM
- Replies
- 42
- Views
- 14,562
Good work, will give it a test in my app soon - we use it in almost all our forms (~70 forms)!
-
13 Apr 2010 10:27 AM
- Replies
- 42
- Views
- 14,562
This is currently untested in 3.2 will give it a go and try to get any fixes done asap!
-
11 Feb 2010 5:24 AM
- Replies
- 19
- Views
- 6,678
Agreed - i'd have preferred 3.1 to be delayed until all the layout issues/performance was sorted. I've now had to upgrade and fix our app for 3.1.0 and then again for 3.1.1! I agree with joeri that...
-
10 Feb 2010 3:06 PM
- Replies
- 42
- Views
- 14,562
OK its fixed in the original post, issue was that the [ p h p ] tags were stripping the \ from the regex!
-
10 Feb 2010 10:50 AM
- Replies
- 42
- Views
- 14,562
Ok apologies for those of you with issues with the parseint, the forum is stripping the \ from the code! Will update the code asap!
-
10 Feb 2010 10:38 AM
- Replies
- 11
- Views
- 3,924
Yep looks good to me mystic. Guess this is candidate for 3.1.2... And something adding to the known bugs list with 3.1.1 in the release notes might help people migrating?
-
10 Feb 2010 5:11 AM
- Replies
- 11
- Views
- 3,924
Mystix, that override surely doesn't fix:
setConfig : function(config, initial){
var i, c, len;
if(!initial){ // cleanup
delete this.totalWidth;
... -
10 Feb 2010 1:24 AM
- Replies
- 22
- Views
- 5,802
Don't quite follow, the checks for that are moveEditorOnEnter !== false, so even if I leave it undefined everything should still work. Even setting it to true still does not fix this issue and the...
-
9 Feb 2010 11:25 PM
- Replies
- 19
- Views
- 6,678
Will do in future, cheers.
-
9 Feb 2010 11:37 AM
- Replies
- 19
- Views
- 6,678
Nope, there's a few reports in the extensions forum regarding it:
http://www.extjs.com/forum/showthread.php?t=91635
But I haven't opened a bug report. -
9 Feb 2010 9:51 AM
- Replies
- 19
- Views
- 6,678
Upgraded our app today and as with 3.1.0 had quite a few issues, ideally there would be none but nothing we can't fix. Generally undocumented changes and methods being updated which breaks...
-
9 Feb 2010 5:01 AM
- Replies
- 22
- Views
- 5,802
I can still reproduce this in 3.1.1 adding:
,sm: new Ext.grid.RowSelectionModel()
to the edit-grid.js in examples. -
9 Feb 2010 1:28 AM
- Replies
- 42
- Views
- 14,562
Guys, have hopefully fixed compatability with 3.1.1 now - let me know!
-
27 Jan 2010 3:25 PM
- Replies
- 3
- Views
- 1,236
I've seen an issue where it doesn't correctly identify x-hide-display elements as hidden, can we not check for x-hide-display/x-hide-visibility/x-hidden classes as well just to make sure?
I'll see... -
23 Jan 2010 1:53 AM
- Replies
- 3
- Views
- 1,236
Fairly major bug, the following check in the element isVisible loop:
while(p && !/body/i.test(p.tagName)){
matches TBODY elements as well as the overall BODY element, so when using deep:... -
20 Jan 2010 2:06 PM
- Replies
- 15
- Views
- 3,087
Jamie, will this be in 3.1.1?
-
19 Jan 2010 2:40 PM
- Replies
- 15
- Views
- 3,087
Pretty sure this is a dup of http://www.extjs.com/forum/showthread.php?t=88086
-
14 Jan 2010 5:59 AM
- Replies
- 22
- Views
- 5,802
Thanks for posting a test case, I have done a lot of digging and have only found out that essentially the before edit fires fine and with a breakpoint in the right place it all works fine, but...
-
14 Jan 2010 5:56 AM
- Replies
- 42
- Views
- 14,562
So your not using the new version and it works? Hmm strange I'm using the new version with no problems... check the first post again and let me know!
-
31 Dec 2009 5:23 AM
- Replies
- 42
- Views
- 14,562
I have updated the original post with the latest version compatible with 3.1 (which includes trackLabels functionality, using the config value of FormLayout trackLabels).
-
31 Dec 2009 4:10 AM
- Replies
- 42
- Views
- 14,562
Sorry guys been a bit slow with my 3.1 upgrade, code for isValidParent I'm using is:
isValidParent : Ext.layout.FormLayout.prototype.isValidParent,
I'll post a full update soon... -
31 Dec 2009 3:58 AM
Jump to post Thread: Ext.ux.panel.DDTabPanel by JamesC
- Replies
- 72
- Views
- 25,089
Fix for onRemove is as follows:
onRemove: function(item) {
Ext.destroy(item.ds.proxy, item.ds);
Ext.ux.panel.DDTabPanel.superclass.onRemove.call(this, item);
}, -
12 Dec 2009 12:56 AM
Jump to post Thread: Ext 3.1 release date by JamesC
- Replies
- 129
- Views
- 32,616
I'm certainly for the new layout changes, hope they make it in!
-
2 Dec 2009 2:16 AM
Jump to post Thread: 3.x Slow Rendering by JamesC
- Replies
- 31
- Views
- 13,418
Good good - cheers Animal!
Results 1 to 25 of 108
