Search Type: Posts; User: paipai
Search: Search took 0.02 seconds.
-
1 Mar 2012 6:48 AM
Jump to post Thread: Ext JS 4.1 Beta 3 is Now Available by paipai
- Replies
- 57
- Views
- 19,793
Regarding the messages about this version, I'll will pass.
Still stuck in 4.0.7 and have something else to do than finding bugs. :(
This is a sad period for ExtJS ... -
1 Feb 2012 5:09 AM
Jump to post Thread: Ext JS 4.1 Beta 2 is Now Available by paipai
- Replies
- 41
- Views
- 23,687
Thanks for the link.
I don't have time to spend looking around all forum bugs. There is no official fix for this one. I have no more time to spend, on beta releases. I think I'll wait for a 4.1... -
1 Feb 2012 1:43 AM
Jump to post Thread: Ext JS 4.1 Beta 2 is Now Available by paipai
- Replies
- 41
- Views
- 23,687
Did you realize, since the Ext 4.0.7 (slow version, with lot of bugs on scrollbars...), you made 3 releases, and none work with my app ? I spend lot of time tweaking my app in order to run with new...
-
1 Feb 2012 1:25 AM
Jump to post Thread: Ext JS 4.1 Beta 2 is Now Available by paipai
- Replies
- 41
- Views
- 23,687
Is there a fix for this bug ? My app wont run. Or should I wait for a next release (still suck in 4.0.7 maybe for ever ...).
-
23 Jan 2012 6:00 AM
- Replies
- 1
- Views
- 406
Is there a fix for this bug ? for those who stuck in 4.0.7 ?
Thanks. -
19 Jan 2012 6:39 AM
Jump to post Thread: 4.1 Beta Performances by paipai
- Replies
- 22
- Views
- 4,422
+1
-
12 Jan 2012 8:47 AM
- Replies
- 8
- Views
- 2,161
Thanks for sharing it fix my bug for IE.
I have the problem in chrome too (it depends the number of items). I use this code to fix it:
ret = Ext.create('Ext.form.field.ComboBox', {
... -
11 Jan 2012 8:09 AM
- Replies
- 14
- Views
- 2,886
Thanks for sharing. There should be a release 4.0.8 including this fix (and all ohters) for users stuck in this version. Even after several days fixing my app I can't have something to work with...
-
9 Jan 2012 7:01 AM
- Replies
- 19
- Views
- 4,102
If you are using eclipse or aptana you can use this regEx:
(,(\s)*)((\])|(}))
It finds extra comma, it saves me a lot of time, maybe it works in other IDE. -
9 Jan 2012 12:55 AM
Jump to post Thread: 4.1 Beta Performances by paipai
- Replies
- 22
- Views
- 4,422
Did you tried the 4.1 b ? how is it for you ?
I work 3 days to fix many problems to update my app in 4.1 beta (there still a lot of bugs, but I can use it). Now it does'nt work anymore with 4.0.7... -
6 Jan 2012 7:40 AM
Jump to post Thread: ComboBox via File System by paipai
- Replies
- 11
- Views
- 3,195
Is there a fix ?
I'm patching my app for 4.1b1 since 3 days (it's not finished) ...I can't come back to 4.0.7 -
6 Jan 2012 6:22 AM
Jump to post Thread: SYNTAX_ERR: DOM Exception 12 by paipai
- Replies
- 21
- Views
- 9,364
I got it.
In my case removeCls is called with an array parameter ["
x-box-item x-accordion-item"]
In the removeCls function the split is done if typeof == string
No split -> DOM Error
... -
6 Jan 2012 5:04 AM
Jump to post Thread: SYNTAX_ERR: DOM Exception 12 by paipai
- Replies
- 21
- Views
- 9,364
I found the line where there is an error in my case.
removeCls: function(className) {
var me = this,
dom = me.dom,
len,
... -
6 Jan 2012 2:39 AM
Jump to post Thread: SYNTAX_ERR: DOM Exception 12 by paipai
- Replies
- 21
- Views
- 9,364
Since I use ExtJS 4.1.b1 my PC freeze or is very slow, I should reboot several time each day.
I found it comes when I leave my app(for example after a F5 to reload my app). After 5 or 10 reload, my... -
6 Jan 2012 1:20 AM
Jump to post Thread: Grid column renderer with html tag by paipai
- Replies
- 3
- Views
- 1,763
The full code (bis):
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../js/ext4/resources/css/ext-all.css">
</head>
<body>
<script type="text/javascript"... -
6 Jan 2012 1:18 AM
Jump to post Thread: Grid column renderer with html tag by paipai
- Replies
- 3
- Views
- 1,763
Hello,
In my app I use grid column renderer with <span> tag inside to display a default value with a different color than the value set by the user. It works fine in 4.0.7.
In 4.1b1 when the user... -
5 Jan 2012 3:02 AM
Jump to post Thread: autoEl Array Problem by paipai
- Replies
- 8
- Views
- 1,490
Im my case there was a cls property in my component:
Ext.create('Ext.Component', {
renderTo: Ext.getBody(),
cls: 'myclass',
constructor: function(config) {
... -
5 Jan 2012 1:37 AM
Jump to post Thread: autoEl Array Problem by paipai
- Replies
- 8
- Views
- 1,490
It seems to work better like this:
My app is still not availble with this release. Lot of fix to done. -
5 Jan 2012 1:27 AM
Jump to post Thread: autoEl Array Problem by paipai
- Replies
- 8
- Views
- 1,490
And what about that ?
Works fine in 4.0.7:
this.autoEl = {
tag: 'span',
cls: this.cls // set the css class
}
In 4.1... -
21 Dec 2011 3:09 AM
Jump to post Thread: Ext JS 4.1 - Updates by paipai
- Replies
- 102
- Views
- 30,313
And what about those who started a new application with the first ExtJS 4 release ?
First the app is still in developpement, more than 6 months later !
At each new ExtJS 4.x release there are... -
30 Nov 2011 1:45 AM
- Replies
- 5
- Views
- 2,248
Thanks for the tips, I'll try this !
-
24 Nov 2011 6:53 AM
- Replies
- 5
- Views
- 2,362
Is it possible to build only classes of my app to use with a standard ExtJS build ?
I don't want a custom build of ExtJS 4 because it is already used by other pages.
I try the -t command line... -
24 Nov 2011 6:36 AM
- Replies
- 5
- Views
- 2,248
I see benefit when the build process is part of an automatically global build process.
It would be nice to have this option. -
17 Nov 2011 12:36 AM
- Replies
- 39
- Views
- 6,069
Another probem with mask. When I use it on a window, the mask is display bellow the window so it is not visible.
Lots of bugs with these mask, should I try to fix this bugs or should I wait for... -
17 Nov 2011 12:33 AM
- Replies
- 2
- Views
- 676
Just replace "true" (string) by true (boolean) and it should works.
Results 1 to 25 of 46
