Search Type: Posts; User: deepaknair.g
Search: Search took 0.04 seconds.
-
7 Jan 2012 5:15 PM
- Replies
- 4
- Views
- 1,152
Hi,
I had the same problem.overriding css as{
-webkit-user-select : auto !important;} makes the think works only on desktop.How can we achieve the same in ipad/ipod?Thanks -
6 Jan 2012 2:08 AM
- Replies
- 2
- Views
- 787
Hi,
I have changed the CSS rule to{-webkit-user-select: auto !important;} and the content selection is enabled in desktop.But it didn't work fine on ipad/ipod. -
5 Jan 2012 8:48 PM
- Replies
- 2
- Views
- 502
Hi
I have tried it out{-webkit-user-select: auto;}But It didn't work on touch devices(ipad and ipod).At the same time it worked fine on desktop.Can you provide any help for the same to work on... -
5 Jan 2012 1:24 AM
- Replies
- 2
- Views
- 502
HI,
How can we select specified HTML contents inside sencha touch.I have to highlight the specified area (selected area).But I couldn't find a method in sencha touch to accomplish this.Since the... -
5 Jan 2012 12:03 AM
- Replies
- 2
- Views
- 787
Hai,
I m using sencha touch 2 application and i have some html content in my panel.I want to select some content so that I can highlight it.But I could not find any method to select HTML... -
30 Dec 2011 2:41 AM
- Replies
- 5
- Views
- 1,002
Try to use 'item' config through which we can use 'html' inside it.
item:[{
html:'<div style="width:30px" >Button</div>' //your html content here//
}]
.Or you can use the... -
27 Dec 2011 10:30 PM
Jump to post Thread: Sencha Touch 2 release date by deepaknair.g
- Replies
- 4
- Views
- 1,255
Hello,
We are eagerly waiting for the release date of ST2.Can you provide the approximate date of release of ST2? -
27 Dec 2011 9:57 PM
Jump to post Thread: SENCHA TOUCH2 RELEASE DATE by deepaknair.g
- Replies
- 5
- Views
- 1,721
Hello,
May I know the actual date of release of Sencha Touch2?Will it be released on this January?:) -
23 Nov 2011 10:18 PM
- Replies
- 1
- Views
- 1,292
Hi all,
Is it possible to enable 'drag and drop' event in a Dataview? I just want to change the order of items in dataview using 'drag and drop'.I saw a solitare gaming application on sencha... -
20 Nov 2011 7:46 AM
Jump to post Thread: BLOCKING PORTRAIT VIEW by deepaknair.g
- Replies
- 2
- Views
- 849
Hi all,
I want my application to run only in LANDSCAPE view.How can I block the portrait view?:) -
20 Nov 2011 7:42 AM
- Replies
- 11
- Views
- 2,369
Thank you logicseeds.
-
8 Nov 2011 11:06 PM
- Replies
- 7
- Views
- 1,528
Hi,
It didn't work.Can you give some explanations for your code.I couldn't understand it properly.Should I specify the event as "function",or should I mention "afterRender" or "painted" instead of... -
8 Nov 2011 2:47 AM
- Replies
- 17
- Views
- 2,214
Hi,
If we should follow like extjs4 MVC format, then should we include the library files ,as in Ext JS4 -
8 Nov 2011 2:18 AM
- Replies
- 17
- Views
- 2,214
Thank you....:)
-
8 Nov 2011 2:16 AM
- Replies
- 17
- Views
- 2,214
Hi,
can you provide the link of the tutorial by Tommy Maintz on how to architecting applications in ExtJS 4,which you have mentioned in the previous post. -
8 Nov 2011 2:06 AM
- Replies
- 7
- Views
- 1,528
I found some difficulties while dealing with the ST2 MVC.One problem is that,I can't define a function inside listeners as "afterRender". Even 'console.log' or 'alert' is not working if it is put...
-
8 Nov 2011 1:39 AM
- Replies
- 7
- Views
- 1,528
Hi,
I am using the MVC pattern.I want to add listeners on both,while switching the cards (for enable autosliding) as well as tapping the item..But
whenever I use 'this' or 'xtype' and calls a... -
7 Nov 2011 9:41 PM
- Replies
- 7
- Views
- 1,528
Hi,
I have a tab panel as parent.Inside that I have two panels.In one of that panel,I have a carousel and a list.
I have to add listeners to the carousel by making object to refer the items... -
7 Nov 2011 9:27 PM
- Replies
- 11
- Views
- 2,369
Hi oddz,
Thanks.I meant exactly what you have asked.The carousel autosliding should be delayed while user interacts with it.So I have to listen for user interaction.
By object, I... -
6 Nov 2011 9:42 PM
- Replies
- 11
- Views
- 2,369
Hi,
I have a tab panel as parent.Inside that I have two panels.In one of that panel,I have a carousel and a list.
I have to make that carousel to slide automatically in a specific interval.Let... -
4 Nov 2011 1:27 AM
- Replies
- 11
- Views
- 2,369
Hi ,
I am trying to enable autoslide to my carousel.In my application,the carousel is a child of which viewport is a parent.I couldn't call/define any function in the 'listeners'.Whenever I... -
2 Nov 2011 11:18 PM
- Replies
- 4
- Views
- 2,131
yeah...I got it..Thanks....
-
1 Nov 2011 8:49 PM
- Replies
- 4
- Views
- 2,131
Mitchell,
I want both of them visible at a time,with carousel on top of the list.I couldn't implement it when tried with MVC pattern.Can you help me?
Thanks... -
31 Oct 2011 9:45 PM
- Replies
- 4
- Views
- 2,131
hai guys..can you help me out?...I m new to sencha touch,Now dealing with sencha touch2 MVC examples.
I m trying to create a carousel and a list in one view.But how can I implement it? Can anyone...
Results 1 to 24 of 24
