April 26, 2012

Published by jvalentino at April 26, 2012
Categories
Resetting the selection in a combo box require the following three lines: myComboBox.clearValue(); myComboBox.applyEmptyText(); myComboBox.getPicker().getSelectionModel().doMultiSelect([], false);
April 26, 2012

Published by jvalentino at April 26, 2012
Categories
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

Published by jvalentino at April 26, 2012
Categories
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

Published by cgiamett at April 11, 2012
Categories
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

Published by cgiamett at April 11, 2012
Categories
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

Published by cgiamett at April 4, 2012
Categories
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 […]