-
21 Sep 2011 5:41 PM #231
How long will 3.4.0 be supported?
How long will 3.4.0 be supported?
I know this is answered somewhere before, sorry, could not find it. My Question is how long will 3.4.0 be supported and maintained?
I'm stuck on it for a while..
Brook
-
22 Sep 2011 5:41 AM #232Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
SilkJS - Server Side JavaScript Swiss Army Knife and HTTP Server
Powerful, flexible, advanced charting for ExtJS and Touch: http://zingchart.com
Javascript rocks. Even on the server-side:
ExtJS Forums' Server-Side Javascript Social Group
-
25 Sep 2011 11:32 PM #233
Just started migrating my Framework in Ext 3.0.4 to 4.0.6.
I figured out some issues with comp. layer May 27!
I will post the issues to not forget something:
1) Window
Window (Line 945) need something like
if (!config) config = {};
because constructing windows without default config are not handled correct and throws errors!
2) annonying info LoadingText in the Framework itself!
Please fix for 4.0.7!
I think the message
[DEPRECATED][4.0][Ext.form.field.ComboBox] loadingText (config): Use listConfig.loadingText instead.
comes from the framework internally (see ext locale de file) 197+
if(Ext.form.field.ComboBox){
Ext.apply(Ext.form.field.ComboBox.prototype, {
loadingText : "Lade Daten ...",
valueNotFoundText : undefined
});
}
3) Info implicit model
[INFO][4.0][Ext.data.Store]: Registering implicit model Ext.data.Store.ImplicitModel-ext-gen1072. Please update your code to create a model explicitly.
Why this? implicit models are allowed (ex. Grid->Fields) ans are a great shortcut.
Maybe config option to disable annonying info (will disable it in coding line 1423!) because i will continue use implicit models in some cases and it is blowing my debugging output during migration!
Cheers Holger
-
27 Sep 2011 1:38 AM #234
Hi Guys,
I started thread in Q&A ext4.0 I am facing problem of timefield when I remove extjs3.0-compat.js file from project.
http://www.sencha.com/forum/showthre...ile-in-EXTJS-4
-
27 Sep 2011 1:33 PM #235
-
27 Sep 2011 2:17 PM #236
We will have a nice solution for this soon.
Stay tuned
-
27 Sep 2011 7:27 PM #237
A nice solution for what exactly? The fact that its gonna cost be tens of thousands of dollars in development hours to move to 4.0? Support for 3.4.0? What exactly?
-
27 Sep 2011 11:46 PM #238
No man. For that i cant really help. Sorry you have to spend that much money.
We are working on a solution that will make migrating from Ext3 to Ext4 and vice versa more easier. That s what i ment.
-
27 Sep 2011 11:55 PM #239
So how long we can keep this below code in our index and js file.
<script type="text/javascript" src="lib/compatibility/ext3-core-compat.js"></script>
<script type="text/javascript" src="lib/compatibility/ext3-compat.js"></script>
Ext.Compat.showErrors = true;
See , I know Timefield is date type now. so I need to explicitly render the Time field. But I dont think this is a solution for all. It should work similar way as string type.
Please suggest us, as we have migrated our code to Ext4.0 but dont know how long we need to keep that supporting/compatibility code in the files.
-
29 Sep 2011 2:10 AM #240
Version May 27 throws store implicit model exception when adding Array Store inside ComboBox field,
but this is an allowed option! see API docs for Ext.from.field.ComboBox configOption: store
- any Store subclass
- an Array : Arrays will be converted to a Ext.data.Store internally, automatically generating field names to work with all data components.
var id = 'Ext.data.Store.ImplicitModel-' + (config.storeId || config.id || Ext.id());
if (!config.store instanceof Array) {
notify({pkg:'Ext.data.Store', msg:'Registering implicit model ' + id + '. Please update your code to create a
....
Cheers Holger
You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
Similar Threads
-
Migration to 3.0
By tillda in forum Community DiscussionReplies: 5Last Post: 17 Aug 2009, 7:19 AM -
Migration to 2.0
By scaswell1 in forum Ext GWT: Help & Discussion (1.x)Replies: 1Last Post: 7 Jul 2009, 9:56 PM -
migration 1.0 to 3.0
By alien3d in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 1 Jun 2009, 5:38 AM -
Migration GXT 1.2.4 to 2.0
By G.edwin in forum Ext GWT: Help & Discussion (1.x)Replies: 2Last Post: 15 May 2009, 6:26 AM


Reply With Quote