Search Type: Posts; User: danh2000
Search: Search took 0.05 seconds.
-
17 Jan 2011 3:03 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by danh2000
- Replies
- 289
- Views
- 104,269
Sergei, If the project is non-commercial, feel free to use SBS without restriction. I do have much newer version with a load of fixes and new features, but I can't handle the support at present so am...
-
18 Mar 2010 1:53 AM
- Replies
- 406
- Views
- 144,137
Thanks, glad you like the component.. I have a few new features and bug fixes to release first, although I'm really busy at present so the next release will be a few weeks, I'll certainly consider...
-
1 Mar 2010 2:14 AM
- Replies
- 406
- Views
- 144,137
@max.hauser,
That sounds OK. I've been adding a few new features and some fixes to accomodate for some of the recent changes to Ext, so I'll take a closer look before I release this version.
... -
27 Feb 2010 5:17 PM
- Replies
- 406
- Views
- 144,137
@max.hauser,
Form fields fire the change event just before the control blurs, so your 'fix' would make the component behave in an incompatible way.
Regards,
Dan -
12 Feb 2010 1:16 PM
- Replies
- 1
- Views
- 1,004
That's not the right way to go about it - search for set cursor position or set caret position instead.
-
12 Feb 2010 1:05 AM
- Replies
- 406
- Views
- 144,137
It's attached to the first post of this thread.
-
9 Feb 2010 9:22 PM
Jump to post Thread: Ext.ux.LiveGrid by danh2000
- Replies
- 823
- Views
- 290,612
Hi,
There is an incompatability in the loadRanges method which attempts to call HttpProxy load method which is now deprecated (this.selectionsProxy.load).
This needs to be updated to use the... -
8 Feb 2010 10:41 PM
Jump to post Thread: JSON Vs XML by danh2000
- Replies
- 4
- Views
- 1,327
JSON has a smaller footprint than XML and (depending on your server setup and app architecture) can be easier to generate.
-
8 Feb 2010 5:44 PM
Jump to post Thread: [CLOSED] Ext 3.1.1 RC? by danh2000
- Replies
- 0
- Views
- 672
Hi,
I'm sure that I recently saw a post (maybe a sticky) about a 3.1.1 release candidate (possibly RC2) - has it been pulled or is it still available and hiding somewhere?
Thanks.
Update:
... -
8 Feb 2010 2:28 PM
- Replies
- 53
- Views
- 10,509
The CSS files have a lot more IE specifics.
-
7 Feb 2010 6:05 PM
- Replies
- 406
- Views
- 144,137
My DOCTYPE was strict, but I didn't know how to trigger the .x-small-editor class - never mind, I've applied this to the superboxselect.css file to fix the problem:
.ext-strict .x-small-editor... -
7 Feb 2010 5:36 PM
- Replies
- 406
- Views
- 144,137
How are you using the component? - I've tried putting it into an Editor, but that CSS rule doesn't get applied.
Edit:
It doesn't really matter, I added the .x-small-editor class to the body to... -
4 Feb 2010 1:39 PM
- Replies
- 406
- Views
- 144,137
Thanks @Stju
I'll look at the CSS and change the update years - doh! -
26 Jan 2010 6:03 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by danh2000
- Replies
- 289
- Views
- 104,269
@sudhirhv,
What @abraxxa said - check in Firebug and see what's being posted. The component certainly works with posting values, so you are likely doing something wrong on the server. -
26 Jan 2010 5:58 PM
- Replies
- 406
- Views
- 144,137
I have my own test case for opening a window and closing it which works without error. If you are having problems, please post a copy-pasteable test case as per this thread:
... -
20 Jan 2010 5:59 PM
Jump to post Thread: FireBug and Break On All Errors by danh2000
- Replies
- 16
- Views
- 6,553
Am I going mad or has Firebug's "Break on all errors" option never played nice with Ext?
I get a constant stream of issues reported when I have this option switched on.
I just browsed to the... -
20 Jan 2010 2:06 PM
- Replies
- 406
- Views
- 144,137
It's still solvable if you handle the events differently - when an item is removed, send a message to the server, when an item is added, send another message. Just don't ignore the remove events. I...
-
20 Jan 2010 1:46 PM
- Replies
- 406
- Views
- 144,137
Yes, I understand your thinking, and when I get to implementing this, MAY make some changes to the events fired, OR if I think it adds too much complexity, I may just leave it to the developer to...
-
20 Jan 2010 1:10 PM
- Replies
- 406
- Views
- 144,137
This has been asked before - I'll add your vote and put this functionality in a future version.
-
19 Jan 2010 3:35 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by danh2000
- Replies
- 289
- Views
- 104,269
Just post test cases and explanations of why you'd like them re-written or why they are causing problems.
-
19 Jan 2010 2:03 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by danh2000
- Replies
- 289
- Views
- 104,269
Frederic, Thanks for the report - I don't have a testcase for a direct store so this isn't something I've come accross.
When I have some time, I'll setup a test case and make compatible with... -
19 Jan 2010 2:01 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by danh2000
- Replies
- 289
- Views
- 104,269
I haven't touched that code since in the previous releases - it was fixed on 15/01/2009 http://www.extjs.com/forum/showthread.php?p=427545#post427545
-
17 Jan 2010 6:59 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by danh2000
- Replies
- 289
- Views
- 104,269
UPDATE 18/01/2010
Fixed regression where disabling the component didn't properly disable the items.
New version attached to the first post here -
17 Jan 2010 6:57 PM
- Replies
- 406
- Views
- 144,137
UPDATE 18/01/2009
Fixed regression where disabling the component didn't properly disable the items.
New version attached to the first post -
16 Jan 2010 3:13 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by danh2000
- Replies
- 289
- Views
- 104,269
@abraxxa, then please provide a test case.
Thanks
Results 1 to 25 of 116
