Okay, that sems to have fixed the issue. I tested creating a custom class like in your example, and it worked just as you illustrated.
Thanks you so much!!!!
Search found 4 matches
- Fri Nov 18, 2011 4:39 pm
- Forum: Feature Requests
- Topic: ExtJS 4.x support
- Replies: 93
- Views: 169768
- Thu Nov 17, 2011 7:30 pm
- Forum: Feature Requests
- Topic: ExtJS 4.x support
- Replies: 93
- Views: 169768
Re: ExtJS 4.x support
Hi Eric, Okay, I made the changes to the jsb3 file. getting rid of 'platform/' wherever it occured. I started going through the ext 4 tutorials and documentation. They have an example: applyTitle: function(title) { if (!Ext.isString(title) || title.length === 0) { alert('Error: Title must be a valid...
- Wed Nov 16, 2011 3:10 pm
- Forum: Feature Requests
- Topic: ExtJS 4.x support
- Replies: 93
- Views: 169768
Re: ExtJS 4.x support
Eric, That helped, but still having some issues. When trying code assist, After typing: "var w = new Ext." I do see "window" in the code assist. But when I type: "var b = w." I don't see "addButton" in the suggestion list. I do see "addTool". Maybe I didn't download the fully updated software or pos...
- Mon Nov 14, 2011 10:03 pm
- Forum: Feature Requests
- Topic: ExtJS 4.x support
- Replies: 93
- Views: 169768
Re: ExtJS 4.x support
HI All, I cannon make code assist work. I have gone over this forum, and over Loiane's very good video tutorial. I have tried renaming the Ext folder to ext-4, I have tried replacing the dll a couple different times and editing the JSB accoding to this particular thread. I am using eclipse idigo on ...