Ext


Go Back   Ext JS Forums > Ext General Forums > Ext: Open Discussion

Reply
 
Thread Tools
  #1  
Old 12-19-2007, 03:55 AM
brian.moeskau's Avatar
brian.moeskau brian.moeskau is offline
Ext JS Contributor
 
Join Date: Mar 2007
Location: Austin, Texas
Posts: 3,258
brian.moeskau is on a distinguished road
Default Build your own 2.0 available

[Updated for 2.1]

The new and improved Build Your Own page is now up at its new url: http://extjs.com/products/extjs/build/

The updated page now lets you select from multiple supported versions of Ext on the same page in addition to all of its previous features. If you find any issues with it, please post them here.
__________________
Brian Moeskau
FAQ / Tutorials / User Extensions / Enhanced Forum Search
Reply With Quote
  #2  
Old 12-19-2007, 01:18 PM
GraemeBryce's Avatar
GraemeBryce GraemeBryce is offline
Ext JS Premium Member
 
Join Date: Sep 2007
Location: Scotland
Posts: 85
GraemeBryce is on a distinguished road
Default

I would just like to clarify for others (because it got me!) that once you have a build version based on the EXT adapter then you will no longer need a call to "...adapter/ext/ext-base.js" as this code is included in the code output by builder.
Reply With Quote
  #3  
Old 12-19-2007, 08:38 PM
shirai shirai is offline
Ext User
 
Join Date: Dec 2007
Posts: 1
shirai is on a distinguished road
Default Couldn't get the tree control to work

First of all, thanks for putting up the builder. It's was exciting to see it in place of the 1.1 builder.

Unfortunately, I couldn't get the tree control to work. I tried it both with and without loading the ext-base.js file first.

Specifically I selected:

* No Adapter
* Tree - Core
* Tree - Ajax Loading Support

And nothing else.

The error in FireFox is:

"Ext.reg" is not a function.

Pointing to ext-tree-2.0.js (line 49) which is the name of the generated file.

MSIE gives similar error (object doesn't support this property or method) at line 50.

Sunny
Reply With Quote
  #4  
Old 12-20-2007, 08:54 AM
barbuza's Avatar
barbuza barbuza is offline
Ext User
 
Join Date: Dec 2007
Posts: 1
barbuza is on a distinguished road
Default

i selected all features and got non-working ext.js (breaks about 'sp')
__________________
vi! log live vim!
Reply With Quote
  #5  
Old 12-20-2007, 04:32 PM
brian.moeskau's Avatar
brian.moeskau brian.moeskau is offline
Ext JS Contributor
 
Join Date: Mar 2007
Location: Austin, Texas
Posts: 3,258
brian.moeskau is on a distinguished road
Default

@shirai: You'll need to also select the "Core - Components" group as ComponentMgr is what you're missing. I'll modify the page to fix that.
__________________
Brian Moeskau
FAQ / Tutorials / User Extensions / Enhanced Forum Search
Reply With Quote
  #6  
Old 12-20-2007, 07:07 PM
brian.moeskau's Avatar
brian.moeskau brian.moeskau is offline
Ext JS Contributor
 
Join Date: Mar 2007
Location: Austin, Texas
Posts: 3,258
brian.moeskau is on a distinguished road
Default

@barbuza: It should now be fixed. There were a couple of missing dependencies that are new in 2.0 and were overlooked. Please retest.
__________________
Brian Moeskau
FAQ / Tutorials / User Extensions / Enhanced Forum Search
Reply With Quote
  #7  
Old 12-21-2007, 01:59 PM
bloatedfish bloatedfish is offline
Ext User
 
Join Date: Nov 2007
Posts: 6
bloatedfish is on a distinguished road
Default Ext.BorderLayout not included in built file

This is a great tool.

However, in my custom build, despite the fact that I chose all layouts, the contructor for Ext.BorderLayout does not exist. There does, however, seem to be a Ext.layout.BorderLayout but this appears to be something else...or some piece of the required code.

Thanks in advance for the help.
Reply With Quote
  #8  
Old 12-22-2007, 08:28 AM
Condor's Avatar
Condor Condor is offline
Ext JS - Community Support Team
 
Join Date: Mar 2007
Location: The Netherlands
Posts: 14,249
Condor is on a distinguished road
Default

Quote:
Originally Posted by bloatedfish View Post
However, in my custom build, despite the fact that I chose all layouts, the contructor for Ext.BorderLayout does not exist. There does, however, seem to be a Ext.layout.BorderLayout but this appears to be something else...or some piece of the required code.
I think you are confusing Ext 2.0 with Ext 1.1.1. Ext 2.0 doesn't have an Ext.BorderLayout (but Ext 1.1.1 does).
Reply With Quote
  #9  
Old 12-23-2007, 10:46 AM
bloatedfish bloatedfish is offline
Ext User
 
Join Date: Nov 2007
Posts: 6
bloatedfish is on a distinguished road
Talking Yep, your right

Your right...

I was looking at the Ext 1.1 API!

Sorry about that. You might want to switch the link to the API on the landing page to the 2.0 docs...or add one for the 2.0 API since the final release is out. That's were I got switched up.

Thanks for the help.
Reply With Quote
  #10  
Old 12-29-2007, 09:07 AM
dvd dvd is offline
Ext User
 
Join Date: Dec 2007
Posts: 2
dvd is on a distinguished road
Default

Hi all,

first of all thanks for Ext, it's a great piece of code

This is my custom build and it works great:
  • Ext Core
  • Core - Components
  • Layers
  • Containers
  • Core - Utilities
  • Core - State Management
  • Cookie Provider
  • Button Widget
  • Data - Core
  • Data - JSON Support
  • Form - Basic Fields
The problem occurs when I add the "MessageBox Component", firefox complains about: "Ext.state.CookieProvider is not a constructor"

thank you
david
Reply With Quote
Reply

Thread Tools

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT -5. The time now is 08:52 AM.

© 2006-2009 Ext, LLC
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.