BTW, if you try to create a MessageBox that is tied to an existing DOM element, by using the 'el' attribute in the config, then you want to make sure your object initialization code is written inside some kind of document.ready function (I use JQuery, but Ext 2.0 has a built in construct). If the document isn't ready, then your init can't find the element it must bind to.
Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _____________________________ http://blog.cutterscrossing.com ColdFusion wrote: > Anyone using the ext js functions on a CF site? > > > > I am trying to setup the basic files needed to use the messagebox functions > and then maybe some others but right now just the one. > > > > http://extjs.com/ > > http://extjs.com/deploy/dev/examples/message-box/msg-box.html > > > > I thought I pulled the core files but the JS error shows "Ext.get is null or > not an object" > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297880 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

