Search Type: Posts; User: and cop
Search: Search took 0.04 seconds.
-
25 May 2012 11:23 PM
Jump to post Thread: Button In a Template by and cop
- Replies
- 20
- Views
- 9,027
Ext.defer(Ext.create, 1, this, [cfg.xtype, cfg]);
Hi, where should i insert the defer function to render properly a button in my sencha touch 2 template?
I tried in the paint event but it is... -
9 May 2012 9:45 AM
- Replies
- 3
- Views
- 713
The test case (model, store and json called by my app.js):
Ext.define('HelloWorld.model.ListaMod', {
extend: 'Ext.data.Model',
config: {
fields: [{
... -
9 May 2012 9:10 AM
- Replies
- 3
- Views
- 713
Hi and thank you for the response.
I tried to use jsonp proxy and i still have this strange behaviour (so it is not ajax related):
Here i have the proxy of my store:
proxy: {
... -
9 May 2012 7:23 AM
- Replies
- 3
- Views
- 713
Hi,
if i use sencha-touch-all-debug.js (for android 4.04 purpose, i have no problem in ios 5.1) instead of senche-touch-debug.js one of my ajax proxy doesnt work and the other is ok (same ajax -... -
19 Mar 2012 2:09 PM
- Replies
- 9
- Views
- 840
Thank you Mitchell !
I was creating the back button outside carousel, i just moved it inside initialize function and now the class works as intended. -
19 Mar 2012 12:43 PM
- Replies
- 9
- Views
- 840
This is the class (i deleted listeners and some items and still get the error) im trying with :
Ext.define('HelloWorld.Modella1', {
extend: 'Ext.Carousel',
id: 'modella1',
... -
19 Mar 2012 11:51 AM
- Replies
- 9
- Views
- 840
Sorry, i made a typo in the last reply, my bad, in the first post i wrote it correctly:
Ext.Viewport.add(new HelloWorld.Modella1()) // this gives the error the second time it is executed
If the... -
19 Mar 2012 11:37 AM
- Replies
- 9
- Views
- 840
It is a carousel class :
var my model = new HelloWorld.Modella1(); // it's ok
Ext.define('HelloWorld.Modella1', {
extend: 'Ext.Carousel',
cls: 'carmod1',
alias: 'widget.modella1', ... -
19 Mar 2012 11:27 AM
- Replies
- 9
- Views
- 840
Hi Mitchell,
thank you for the response.
I would like to create a new instance but as soon as i destroy the first a cant create a new one.
Eg.
Ext.Viewport.add(HelloWorld.Modella1().show) //... -
19 Mar 2012 8:26 AM
- Replies
- 9
- Views
- 840
Hi all,
i define the carosuel this way :
Ext.define('HelloWorld.Modella1', {
extend: 'Ext.Carousel',
cls: 'carmod1',
alias: 'widget.modella1',
...
Results 1 to 10 of 10
