Search Type: Posts; User: KrasimirTsonev
Search: Search took 0.02 seconds.
-
12 Jul 2012 7:00 AM
- Replies
- 1
- Views
- 4,020
However I changed this line of code:
return Ext.isObject(id) ? (id.events ? id : Ext.create(id, 'store')) : this.get(id);
to
if(Ext.isObject(id)) {
return (id.events ? id : Ext.create(id,... -
12 Jul 2012 6:01 AM
- Replies
- 1
- Views
- 4,020
Hello,
I'm using Ext Designer 1.2.2 with Ext JS 3. I successfully export the project, but when I try to run it I receive:
Uncaught TypeError: Cannot call method 'on' of undefined
I dig a... -
12 Jul 2012 12:31 AM
- Replies
- 1
- Views
- 822
Hello,
it looks like Ext Designer 1.2.2 (http://www.sencha.com/forum/showthread.php?228080-Registering-a-licensed-account-with-Ext-Designer-1.1.2&p=852335#post852335) doesn't work well on my... -
11 Jul 2012 2:53 AM
- Replies
- 12
- Views
- 2,693
Hello, thanks, now everything works as I expected.
-
11 Jul 2012 1:10 AM
- Replies
- 12
- Views
- 2,693
Hello,
we bought Ext Designer before a couple of months. I can't find the installer of the version that we used then, but I have the license number for it. And because our created app uses old... -
10 Jul 2012 5:23 AM
- Replies
- 41
- Views
- 4,372
Same error under Ubuntu. It will be good if someone respond on this thread.
Results 1 to 6 of 6
