Search Type: Posts; User: wm003
Search: Search took 0.04 seconds.
-
8 May 2013 6:07 AM
Jump to post Thread: My bugfix overrides for 3.4.0 by wm003
- Replies
- 9
- Views
- 1,771
The fixes from post #1 (except 2) are still valid/needed for Ext 3.4.1.1 (unfortunately)
Just two fixes already made it into Ext 3.4.1.1:
- Ext.dd.DragTracker override to fix issue where drag... -
7 May 2013 7:41 AM
Jump to post Thread: Grid header filters by wm003
- Replies
- 164
- Views
- 85,908
Can you try to use it in the "afterrender" event?
-
7 Apr 2013 9:29 PM
Jump to post Thread: How To Set Up WAMP For Ext JS by wm003
- Replies
- 5
- Views
- 1,637
You posted in the Ext 3.x support Forum, so you got an answer for a Ext 3.x setup:)
Ext 4.x does not need a separate adapter, sou you simply remove the ext-base script
The according 4.x setup... -
4 Apr 2013 1:59 AM
- Replies
- 3
- Views
- 1,676
The patch even works with 3.4.1.1 :)
-
4 Apr 2013 1:58 AM
- Replies
- 30
- Views
- 4,844
3.4.1.1 works great so far! Thanks!:)
-
2 Apr 2013 12:29 AM
- Replies
- 476
- Views
- 144,644
As 4.2 goes stable i could try to recode the component again. I won't support ext 4.0, not sure about 4.1. Ext 4.2 seems much more stable and has better performance. For myself i am still working...
-
17 Mar 2013 11:02 PM
- Replies
- 1
- Views
- 150
Does your scrollbar return when you do
Ext.get(document.body).unmask(); -
10 Mar 2013 11:06 PM
- Replies
- 30
- Views
- 4,844
If you follow the little addons to ext 3.4.0 here, Ext 3 will run under ie10 in most cases without any more changes to your application
-
7 Mar 2013 2:02 AM
Jump to post Thread: iframePanel by wm003
- Replies
- 8
- Views
- 4,731
added a simple replacement for the update method:
update : function(html) {
this.iframe.document.write(html);
return this;
} -
7 Mar 2013 12:41 AM
Jump to post Thread: Ext.ux.LiveGrid by wm003
- Replies
- 823
- Views
- 290,612
i had something similar and fixed it as follows:
liveBufferUpdateFirstTime:true,
// private
liveBufferUpdate : function(records, options, success)
{
if (success ===... -
20 Feb 2013 8:31 AM
- Replies
- 3
- Views
- 1,114
Clone the filters. Every grid needs to have his own. At least that was my experience
-
20 Feb 2013 8:17 AM
Jump to post Thread: 3.4.0 - Error in GridFilters by wm003
- Replies
- 1
- Views
- 783
This is because you are using a number value. i had the same problem. it is solved by the following fix in gridfilters/ListMenu.js
onLoad : function (store, records) {
var visible =... -
20 Feb 2013 5:39 AM
Jump to post Thread: Tri-state checkbox for ExtJs 3.0 by wm003
- Replies
- 8
- Views
- 4,300
The check-listener is still possible, but in your example you set the checkbox to "disabled". in that case the check event is not triggered (just like the original checkbox widget)
-
7 Feb 2013 6:40 AM
- Replies
- 623
- Views
- 216,577
if you add
,assertValue : Ext.emptyFn
it works under all Ext.Versions up to 3.4.x :)
Without that it would only work up to Ext 3.1.1 -
7 Feb 2013 12:42 AM
Jump to post Thread: EXTJS 3.4.0 window drag bug. by wm003
- Replies
- 3
- Views
- 1,090
yes i can reproduce it in 3.4.0. But maybe its fixed in 3.4.1 as Mitchell says
-
16 Jan 2013 1:00 PM
- Replies
- 2
- Views
- 609
i would create all possible rowaction icons and hide them when necessary
-
13 Jan 2013 6:31 AM
Jump to post Thread: Ext.ux.InArray by wm003
- Replies
- 4
- Views
- 538
actually this is implemented in ExtJs since V1.0.. :)
-
11 Jan 2013 12:46 AM
Jump to post Thread: Ext.ux.InArray by wm003
- Replies
- 4
- Views
- 538
Do you know this is already part of the extjs library ever since?
-> Array.indexOf -
11 Jan 2013 12:36 AM
- Replies
- 40
- Views
- 18,855
Thanks for the link. Well that actually makes a difference then (because the main "Ext alternative" ist jquery UI then)
From SAP side this is a much better approach then they tried the past years... -
9 Jan 2013 7:42 AM
- Replies
- 55
- Views
- 19,570
OMG this is a perfect fix! Thanks a lot!=D>
-
8 Jan 2013 7:27 AM
Jump to post Thread: Ext.ux.LiveGrid by wm003
- Replies
- 823
- Views
- 290,612
I am using LiveGrid together with gridfilters. It all works well but when any filter is activated the column header text gets automatically bold and italic.
This still works, but after reloading the... -
8 Jan 2013 3:45 AM
- Replies
- 2
- Views
- 401
This is sent from your server, so you might take a look at the logfiles from your server. maybe the serverconfig changed (like someone did new mod_rewrite rules)
-
8 Jan 2013 3:40 AM
- Replies
- 7
- Views
- 551
Without any code example/demopage or at least more detailed information you possibly won't get any support here, no matter how often you are bumping this thread.
-
8 Jan 2013 3:38 AM
- Replies
- 4
- Views
- 541
Do the fields have "allowBlank:false" ?
-
8 Jan 2013 1:25 AM
- Replies
- 5
- Views
- 284
do the first step and use ext-all-debug.js. So you will probably get an own idea, what the problem is, just because you will get the exact codeline where base library sees any unexpected problems
Results 1 to 25 of 118
