+ Post New Thread
Hi, beta 2 triggers an "undefined" error for this line (sencha-touch-debug-all.js line 28350) : proto = controller.prototype; After...
Hello, There seems to be some formatting issues with dates that appear in Beta1, which did not appear in PR3. My app uses local storage, which is...
It seems it has been this way since B1. When I want to return an empty ResultSet in my proxy (like for instance, the current device does not...
This code does not work since B2 : var devicePicker = Ext.create('Ext.Picker', { slots: }] }); devicePicker.show();
Looks like the logic in Ext.mixin.Selectable.applySelected just appends a new list of selected items without replacing the current selection .......
The maprender event does not fire, but the painted event does. Doesn't work: mapView.on({'maprender': function(view) { Works fine: ...
Spacer used to work in B1 in this example (as the first item to dock things at the bottom). It does not work anymore (height:0). ...
Calling method applyStyles on an Ext.dom.Element causes an error: i.e. var myElement = Ext.get('myElement'); if (myElement){ ...
Click on mask and dialog hides. Pre-written test cases :) http://docs.sencha.com/touch/2-0/#!/api/Ext.Msg
I usually destroy cards as they become inactive in a card layout. I used to use this: this.on('cardswitch', function (view, newCard, oldCard){ ...
This is probably related to this bug but thought I would start a new thread in case it isn't: ...
buyBtn.setHandler(function() { if (!this.sheet) { this.sheet = Ext.Viewport.add({ xtype: 'actionsheet', items...
Override does not give expected behaviour... the next example should alert "testing", but instead it gives "Loading..." the config message defined in...
Ext.dom.CompositeElementLite's getElement method invoked .attach method on Ext.dom.Element.Fly which seems to be missing. The following override...
I have a number field defined like so: { xtype: 'numberfield', name: 'ccnumber', id: 'ccnumber', label: 'Card Number', required: true,...
Ext.select('img').each(function(el){ console.log(el); }); error occurs. debugging result :
Getting exception " Uncaught TypeError: Cannot read property 'Chart' of undefined " . Any solution? Thanks
The title says it all, SegmentedButton's initialize method does not invoke this.callParent(arguments)
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us