Search Type: Posts; User: ziaullhaq.s
Search: Search took 0.02 seconds.
-
21 May 2012 9:23 PM
Jump to post Thread: Swipe Event for Conatiner by ziaullhaq.s
- Replies
- 7
- Views
- 1,728
The issue is, We are capturing the tap event using this code
logOutFucnLbl.element.on('touchend', logOutFunc);
But if i want to use Conroller to capture this touchend event then what... -
15 May 2012 1:54 AM
- Replies
- 9
- Views
- 3,972
When i am adding below line in my code.
Ext.Viewport.setAutoMaximize(true);
This Error I am getting
Error: Object doAutoMaximizeOnReady has no method 'call' -
15 May 2012 1:31 AM
- Replies
- 1
- Views
- 367
Actually when we where running our application made of Sencha Touch 1.0 the adds bar gets hided automatically but in Sencha Touch2 its note happening.
So when we are using sencha touch 2 is there... -
15 May 2012 1:27 AM
Jump to post Thread: Swipe Event for Conatiner by ziaullhaq.s
- Replies
- 7
- Views
- 1,728
This code
panel.element.on('swipe', swipeFn, scope);worked fine.
We are able to get Direction also see the code
/* This code is for horizontal swipe */
var zua = function(e) {
var... -
14 May 2012 1:27 AM
Jump to post Thread: Swipe Event for Conatiner by ziaullhaq.s
- Replies
- 7
- Views
- 1,728
This above code works fine but I am not getting the direction of swipe will you help me to get it.
I need same swipe kind of thing for vertical scrroll(swipe) also. -
8 May 2012 9:08 PM
Jump to post Thread: Swipe Event for Conatiner by ziaullhaq.s
- Replies
- 7
- Views
- 1,728
Hi,
I want to impelement carousel like functionality with the card layout container. I am unable to capture swipe event will any body tell me the answer to capture the swipe event w r to... -
23 Apr 2012 8:50 PM
- Replies
- 3
- Views
- 1,167
Is there any way to apply paging scroller to grid of Tree Store
Can we do it by extending Ext.grid.PagingScroller :-/ -
23 Apr 2012 12:44 AM
- Replies
- 3
- Views
- 1,167
The question is we will do the dynamic loading of data using store's
pageSize & buffered
var store = Ext.create('Ext.data.Store', {
id: 'store', pageSize: 50, // allow... -
12 Apr 2012 1:01 AM
Jump to post Thread: DataView selector tap by ziaullhaq.s
- Replies
- 1
- Views
- 491
Here I am extending the Dataview to use it frequently in my code.
Ext.define('WitMSite.view.ContView', {
extend : 'Ext.dataview.DataView'
,xtype : 'contview'
... -
29 Mar 2012 11:34 PM
- Replies
- 1
- Views
- 1,027
I have created the DataView using Senha Touch 2. This consists of Image with Text.
Please see image i attached my issues is
1) : When i select on particular image it should get... -
29 Mar 2012 4:43 AM
- Replies
- 2
- Views
- 370
I just want to override the applyFields method of Ext.data.Model. How to do it in a correct way.:-/
-
28 Mar 2012 11:24 PM
- Replies
- 2
- Views
- 370
Ext.define('Makan24.model.ModelAddsSelect', {
extend : 'Ext.data.Model'
,alias : 'model.addsselect'
,config : {
idName : 'id'
,idType : 'int'
,idMap :... -
19 Mar 2012 4:31 AM
- Replies
- 7
- Views
- 1,078
return this.callParent([newProxy, oldProxy]);
If you know about any link then let me know so that i will be able to extend the required things without any trouble -
18 Mar 2012 9:55 PM
- Replies
- 7
- Views
- 1,078
Please will you explain me the usage of this line in our code
return this.callParent([newProxy, oldProxy]);
Instead of this line if i write this.callParent(arguments) this code is not... -
15 Mar 2012 9:53 PM
- Replies
- 7
- Views
- 1,078
This applyProxy method defined in Ext.data.Store applyProxy: function(proxy, currentProxy) { proxy = Ext.factory(proxy, Ext.data.Proxy, currentProxy, 'proxy'); if (!proxy &&...
-
15 Mar 2012 1:19 AM
- Replies
- 7
- Views
- 1,078
Ext.define('WitMSite.store.Func',{
extend : 'Ext.data.Store'
,requires : ['WitMSite.model.Func']
,alias : 'store.Func'
,config : {
model : 'WitMSite.model.Func'
,url : ''... -
14 Mar 2012 6:15 AM
Jump to post Thread: Extending a container by ziaullhaq.s
- Replies
- 7
- Views
- 1,006
Thanks a lot it got executed with your code
-
14 Mar 2012 5:40 AM
Jump to post Thread: Extending a container by ziaullhaq.s
- Replies
- 7
- Views
- 1,006
Ext.define('WitMSite.view.FuncPanel', {
extend : 'Ext.Container'
,xtype : 'funcPanel'
,requires : [
'Ext.Panel'
]
,config : {
layout : 'fit'
... -
14 Mar 2012 5:27 AM
Jump to post Thread: Extending a container by ziaullhaq.s
- Replies
- 7
- Views
- 1,006
Ext.define('WitMSite.view.FuncPanel', {
extend : 'Ext.Container'
,xtype : 'funcPanel'
,requires : [
'Ext.Panel'
]
,config : {
layout : 'fit'
... -
13 Mar 2012 3:32 AM
Jump to post Thread: Extending a container by ziaullhaq.s
- Replies
- 7
- Views
- 1,006
I am using SenchaTouch2 and in my application i have Extended the Ext.Container please go throw the code below. This code is not working will any body help me to come out of this problem.
... -
2 Feb 2012 11:39 PM
- Replies
- 2
- Views
- 695
When i type any thing in the TextFiled & if i want to get the typed input value by using getValue() method the value i get is empty string (i,e '').
Will any body help me to resolve this problem.
... -
1 Feb 2012 7:47 PM
- Replies
- 5
- Views
- 1,315
Yah boss i changed the SenchaTouch .js file. i.e from "SenchaTouch2pr2" to "SenchaTouch2pr3" now my code is working fine.
-
1 Feb 2012 7:42 PM
- Replies
- 2
- Views
- 764
The issue is when a persion clicks on DELETE icon in each row of list. The respective row of the list should get deleted.
-
31 Jan 2012 11:49 PM
- Replies
- 2
- Views
- 764
We have created a List using SenchaTouch
Each row in a List have the Image of (Delete Icon). When a person clicks on the this icon(Image) the respective row of an image should get deleted.
The... -
31 Jan 2012 11:39 PM
- Replies
- 5
- Views
- 1,315
I am unable to put markers in the Map of Sencha Touch 2. I have tried the same code with Sencha Touch 1.x, it is working. But the same code is not working in sencha touch 2.
Results 1 to 25 of 25
