Search Type: Posts; User: timothy
Search: Search took 0.02 seconds.
-
18 Aug 2011 8:05 PM
Jump to post Thread: [VIDEO] NotificationBox component by timothy
- Replies
- 11
- Views
- 3,127
This looks fantastic. Super smooth, really clean.
Do you have an ETA on when it will be released? -
10 Aug 2011 9:29 PM
Jump to post Thread: Javascript/JSON Object Browser by timothy
- Replies
- 8
- Views
- 2,778
Ah, that is very nice.
I can't wait to see what the two of you come up with when you combine these two extensions.
Please keep us updated. -
7 Aug 2011 6:41 PM
Jump to post Thread: Javascript/JSON Object Browser by timothy
- Replies
- 8
- Views
- 2,778
Hi,
Firstly, thanks for this extension. It is quite timely as I've just needed it for a project I'm working on.
That being said however, I cannot seem to get it to work!
A couple of things:... -
2 Mar 2010 4:08 AM
- Replies
- 4
- Views
- 1,034
Hello,
I actually found this bug as far back as 3.0 and figured it would be fixed so I did not report it. Unfortunately I've discovered that the same bug still exists in 3.1.1 and from what I can... -
29 Jun 2009 6:01 PM
Jump to post Thread: xtype: browsebutton by timothy
- Replies
- 2
- Views
- 2,395
I think that is a custom component. Check to see that the component is properly included in your page and try again ;)
-
16 Jun 2009 7:42 PM
Jump to post Thread: [Ext3.0]Issues & Fixes by timothy
- Replies
- 15
- Views
- 9,741
Sorry Edgar,
I've been away for awhile.
If you're still having trouble, post back with your ext-air.js file attached and I'll take a look for you. -
4 May 2009 6:02 PM
Jump to post Thread: [Ext3.0]Issues & Fixes by timothy
- Replies
- 15
- Views
- 9,741
Menu items now use XTemplates, so these too must be pre-compiled.
Again, add this into your ext-air.js file.
Ext.menu.Item.prototype.itemTpl=new Ext.XTemplate(
'<a id="{id}" class="{cls}"... -
30 Apr 2009 5:16 PM
Jump to post Thread: Extjs 3.0 by timothy
- Replies
- 1
- Views
- 1,368
It Sure is!
Just make sure you follow the fixes listed in the link below to get yourself on the right path.
http://extjs.com/forum/showthread.php?t=65654 -
24 Apr 2009 12:11 AM
Jump to post Thread: Dataview not working by timothy
- Replies
- 2
- Views
- 3,083
Hi!
Because XTemplates create dynamic functions which is a case of eval, AIR throws a security error because this is not allowed after it has finished loading your initial html page.
To get... -
22 Apr 2009 12:12 AM
Jump to post Thread: [Ext3.0]Issues & Fixes by timothy
- Replies
- 15
- Views
- 9,741
ListViews don't work because they rely heavily on xTemplate. To fix this, several steps have to be taken.
First of all. Add the following into your ext-air.js
... -
21 Apr 2009 11:22 PM
Jump to post Thread: [3.0] xtheme-gray-extend by timothy
- Replies
- 77
- Views
- 68,309
Thanks for fixing those issues up! Looks great now! I'll let you know if I find anymore problems.
-
16 Apr 2009 9:06 PM
Jump to post Thread: [3.0] xtheme-gray-extend by timothy
- Replies
- 77
- Views
- 68,309
Thanks galdaka,
A few things aren't looking right. Missing DatePicker buttons and panel title backgrounds?
I've attached screen shots. -
16 Apr 2009 3:14 PM
Jump to post Thread: [Ext3.0]Issues & Fixes by timothy
- Replies
- 15
- Views
- 9,741
Menu's are now based on the new MenuLayout layout class. It uses an XTemplate which causes AIR to throw a security error.
To fix this, place the following in the ext-air.js file... anywhere should... -
15 Apr 2009 7:40 PM
Jump to post Thread: Slate Theme 3.0 by timothy
- Replies
- 64
- Views
- 38,527
My application is using 'xtheme-gray.css'. When porting over to 3.0, I noticed it did not ship with this. So I loaded the 2.2 'xtheme-gray.css' with 3.0's 'ext-all.css' and it worked.
Has anyone... -
15 Apr 2009 6:06 PM
- Replies
- 44
- Views
- 9,101
Mods have requested issues not be posted in here. So as an FYI to all interested in Adobe AIR issues/fixes, I have started a new thread in the Ext AIR forum (includes my solution to above issue).
... -
15 Apr 2009 6:04 PM
Jump to post Thread: [Ext3.0]Issues & Fixes by timothy
- Replies
- 15
- Views
- 9,741
Having dived straight into the deep end with the release of ExtJS 3.0, I've been busy porting a large adobe AIR application from 2.2 to 3.0. During this experience I've encounter a few issues which I...
-
15 Apr 2009 3:57 PM
- Replies
- 44
- Views
- 9,101
Ext.menu.Adapter was removed. Haven't looked into fixing the SliderMenu component properly yet, simply added Ext.menu.Adapter back and it started working.
And in AIR, I'm still using the 2.2... -
15 Apr 2009 9:11 AM
Jump to post Thread: New forum for Ext 3.0 by timothy
- Replies
- 13
- Views
- 3,237
I had the EXACT same problem. I was trying to use the SliderMenu and SliderItem extensions.
The main thing with Ext.menu.Adapter is the creation of 'this.component', and being as tired as I am (in... -
15 Apr 2009 9:07 AM
Jump to post Thread: New forum for Ext 3.0 by timothy
- Replies
- 13
- Views
- 3,237
Have to agree there. Until then, where should we post issues/help? Should there perhaps be a couple sticky threads for this?
I'm having issues with menus in AIR now. I noticed in the codebase... -
15 Apr 2009 8:49 AM
- Replies
- 44
- Views
- 9,101
Delve a little deeper into the codebase and you can see there has been a major overhaul. Major releases aren't always about shiny new features. Shiny new cores and codebases are also great :)
-
15 Apr 2009 7:45 AM
- Replies
- 44
- Views
- 9,101
Thank you, thank you, thank you!
I've been following Ext since 1.0 and the move from 1.0 to 2.0 was scary! However the move from 2.0 to 3.0 has been stupidly simple! I'm very impressed. I've... -
4 May 2007 4:20 PM
- Replies
- 23
- Views
- 13,777
sfwalter,
Great work on your second screencast - I enjoyed it.
One thing I really enjoyed about it, and this may sound strange, is the fact that you didn't cut out any of the mistakes you made....
Results 1 to 22 of 22
