Search Type: Posts; User: ccooollll
Search: Search took 0.02 seconds.
-
13 Oct 2011 5:13 PM
Jump to post Thread: Sencha Touch 2 and ExtJS 4 by ccooollll
- Replies
- 1
- Views
- 2,209
Hi,
this maybe the same question from before, but always want to ask when a new release comes out.
it seems now the Sencha Touch 2 is more similar to ExtJS 4 now,
is Sencha Touch 2 and ExtJS... -
3 May 2011 11:57 AM
- Replies
- 0
- Views
- 569
Unable to access native touch events, unmodified by the TouchEventManager
this.mon(this.el, {
touchstart: function(e){
console.log(e);
},
scope: this,
... -
17 Mar 2011 10:22 AM
Jump to post Thread: Resizable and Draggable? by ccooollll
- Replies
- 0
- Views
- 545
Hi,
I have playing with the resizable and draggable properties in the components,
however, i have some problem when both are putting together,
not sure is it a bug or not,
so, when I... -
15 Mar 2011 10:13 AM
Jump to post Thread: Ext JS 4 & Sencha Touch ? by ccooollll
- Replies
- 12
- Views
- 4,849
I have try the sandbox demo for the Ext JS 4, which you can use Ext JS 4 as a sandbox inside Ext JS 3, is there any other way around this to have the Sencha Touch as the sandbox (or alternate...
-
14 Mar 2011 11:04 AM
Jump to post Thread: Ext JS 4 & Sencha Touch ? by ccooollll
- Replies
- 12
- Views
- 4,849
Hi,
I am trying to develop a web which is using Ext JS 4, and hope to use on both the PC client and the Touch Device client, is there any way or any feature in Ext JS 4 that I just convert the... -
6 Mar 2011 9:57 AM
- Replies
- 5
- Views
- 1,492
what I want to do is while moving and resizing a container, an image inside will resize and adjust the position (to keep in the middle of container) with the container.
because the current... -
3 Mar 2011 9:44 AM
- Replies
- 5
- Views
- 1,492
thanks for the information.
and could you simply explain how to listen to the keyframe from the animate?
thanks -
2 Mar 2011 4:22 PM
- Replies
- 5
- Views
- 1,492
Hi,
I have a custom component which I need to do size animation,
I use the
me.animate(Ext.apply({
duration: 500,
easing: 'easeIn',
to: to
}, true));
Results 1 to 8 of 8
