Search Type: Posts; User: vtswingkid
Search: Search took 0.03 seconds.
-
8 Jul 2010 8:54 AM
- Replies
- 218
- Views
- 83,851
I just noticed that the generated files are dual licensed.
GPL and/or commercial. This is starting to get sticky.
Anyway, I am contacting Sergie regarding a commercial license. -
6 Jul 2010 11:24 AM
- Replies
- 218
- Views
- 83,851
Isn't everything rendered serverside? What difference does it make what client I use?
-
30 Jun 2010 5:42 AM
- Replies
- 218
- Views
- 83,851
I built the project in netbeans and I still generate the pink boarders for windows...
Instructions for replication.
1) Choose Gray Theme
2) Click Reset
3) Click Apply -
29 Jun 2010 10:38 AM
- Replies
- 218
- Views
- 83,851
Well I built the project with netbeans and I am still getting the pink frame on windows only.
I guess I'll start learning about the application now. And yes, when I downloaded the theme it did... -
29 Jun 2010 8:40 AM
- Replies
- 218
- Views
- 83,851
iv_ekker: Great project. It has come a long way since I last looked at it in September. Is this going to be turned into a community project and hosted somewhere like google?
I too am seeing the... -
29 Apr 2010 6:35 AM
- Replies
- 1
- Views
- 682
In the function toggleSourceEdit:
"ls" has been change from a global to a var.
this changes the previous functionality...maybe ls should be a property "this.ls" assuming "this.setSize(ls)" is... -
29 Apr 2010 6:00 AM
- Replies
- 2
- Views
- 810
sorters looks fine to me on the svn branch but maybe they fixed it.
-
22 Mar 2010 9:50 AM
- Replies
- 0
- Views
- 720
If the tab key is pressed in IE 4 spaces are inserted.
In firefox 3.6 the tab changes to the next element.
http://www.extjs.com/deploy/dev/examples/form/dynamic.html -
18 Feb 2010 3:47 PM
- Replies
- 2
- Views
- 821
Here is some more information...I tried it with your version before I upgraded and still had the same results.
I wonder how we are different. My coworkers pointed it out. It has been revealed on... -
18 Feb 2010 12:40 PM
- Replies
- 2
- Views
- 821
This is strange and I am only seeing it in firefox. Some characters are getting chopped when a field is disabled (or extremely faded). Disabling the opacity: 0.6 brings it back.
Try the example... -
4 Feb 2010 11:53 AM
- Replies
- 2
- Views
- 885
view.layout is assigned to the event "bodyresize" in function "afterrender"
and
it is called in function "onResize"
afterRender : function(){ -
22 Jan 2010 10:29 AM
- Replies
- 6
- Views
- 2,106
Were you able to replicate it based on my example?
-
22 Jan 2010 12:30 AM
- Replies
- 6
- Views
- 2,106
Simply creating the treenode before inserting it reproduces the insert problem. See the modified example below.
Ext.onReady(function(){
var tp = new Ext.tree.TreePanel({
... -
21 Jan 2010 7:40 PM
- Replies
- 6
- Views
- 2,106
I haven't tested this for moving existing nodes.
But for new nodes inserting ends up appending the way it is.
I think if it already exists it would have a parentNode.
If it were new it wouldn't.
... -
6 Dec 2009 5:39 PM
Jump to post Thread: Ext 3.1 release date by vtswingkid
- Replies
- 129
- Views
- 32,757
Maybe we should start complaining about the release of the next bug fix in anticipation 3.1.1 when will we get it!? haha. Don't be too hasty 3.1 means new features and new bugs...I would rather get...
-
3 Dec 2009 7:47 AM
Jump to post Thread: Ext 3.1 release date by vtswingkid
- Replies
- 129
- Views
- 32,757
Yeah I am waiting for the getComponent fix. Supposedly it fixes deleteing tabs and activation.
-
3 Dec 2009 2:17 AM
- Replies
- 5
- Views
- 1,953
I don't see how changing anything in getComponent fixes anything. Maybe there were more changes I'll wait and see I guess.
-
3 Dec 2009 2:00 AM
Jump to post Thread: Ext 3.1 release date by vtswingkid
- Replies
- 129
- Views
- 32,757
RANT: I have convinced two companies to purchase commerical(team) licenses for 3.x prior to its release. But almost a year later they still can't get a bug free version. You guys are sitting on bug...
-
3 Dec 2009 1:41 AM
- Replies
- 5
- Views
- 1,953
For those of us that don't have svn can we get the override fix for getComponent?
Also, I think you should release this in 3.0.4. -
29 Oct 2009 5:21 AM
- Replies
- 5
- Views
- 2,349
I just started using this extension. There are no function overrides for onEnable and onDisable to modify the new UI components. So simply add them, good luck.
-
24 Sep 2009 5:02 AM
- Replies
- 218
- Views
- 83,851
Animal: Yuck, Eye sore. But whatever floats their boat.
Nice tool. Yeah, just add some more customization options. Background, Gradients/Direction, Categories - ex. Title Bar, Body, Tool Bar,... -
31 Aug 2009 1:17 PM
Jump to post Thread: ExtJS 3.0 Patch Releases? by vtswingkid
- Replies
- 49
- Views
- 10,233
Agree with SeiginoRaikou. I hold several Ext 3 commercial licenses and I wish I could get more frequent bug fix releases. But I suppose when you have the best product you can do whatever you want. ...
-
11 Aug 2009 4:49 PM
- Replies
- 6
- Views
- 1,740
Yes, I tried that too...which is why I was unable to come up with a quick example in a short amount of time. I guess you would have to define the grid with an empty columnModel({}). Then use metaData...
-
11 Aug 2009 4:28 PM
- Replies
- 6
- Views
- 1,740
I am time limited. My application makes use of a grid that builds its headers off of meta json data, and 1 field is autoExpanded. In short the above function returns NaN to getTotalWidth which is...
-
11 Aug 2009 3:54 PM
- Replies
- 6
- Views
- 1,740
If autoexpand is used and width is left undefined for that column bad things happen.
Adding || 0 makes it happy.
Ext.override(Ext.grid.ColumnModel,{
getColumnWidth :function(col){
...
Results 1 to 25 of 109
