April 26, 2012
Digital Transformation Group LinkedIn

Resetting the selection in a combobox (Ext JS 4.x)

Resetting the selection in a combo box require the following three lines: myComboBox.clearValue(); myComboBox.applyEmptyText(); myComboBox.getPicker().getSelectionModel().doMultiSelect([], false);
April 26, 2012
Digital Transformation Group LinkedIn

Loading JSON data from a web service into a combobox (Ext JS 4.x)

Combo boxes don’t work like grids, in that you just can call the combo box “getStore().loadData” function and pass in the JSON data. I eventually found […]
April 26, 2012
Digital Transformation Group LinkedIn

What to include in app.js (Ext JS 4.x)

The following should be specified above the Ext.application declaration in app.js: Ext.Loader.setConfig({enabled:true}); Ext.require([             'Ext.data.Store',             'Ext.data.StoreManager',             'Ext.data.HasManyAssociation',             'Ext.data.BelongsToAssociation',             'Ext.container.Viewport',             'Ext.grid.*',             'Ext.util.*',             'Ext.state.*',             'Ext.form.*'         ]);   Ext.application({    name: […]
April 11, 2012
Digital Transformation Group LinkedIn

What’s Next After Flex? Well….Sencha!

I wanted to take a moment to announce AppFoundation’s move to the Sencha product base. At AppFoundation, we have been developing Adobe Flex applications since 2005 […]
April 11, 2012
Digital Transformation Group LinkedIn

Developing an Enterprise Sencha Application Strategy

     If your business has invested in traditional application development platforms such as Adobe Flex or Adobe AIR; maybe it is time to look into Sencha. […]
April 4, 2012
Digital Transformation Group LinkedIn

AppFoundation’s Holistic Approach

Our Process We strive to build the highest quality applications that people want to use. Be it an enterprise application or a small interactive component, our […]
//]]>