Search Type: Posts; User: arunc
Search: Search took 0.02 seconds.
-
11 Jan 2012 1:40 AM
- Replies
- 2
- Views
- 554
You can use spacers to place items in toolbar , it will give you better control of position. Add one spacer then label for title then again spacer then the back button....
Delete ui is working for... -
11 Jan 2012 1:30 AM
Jump to post Thread: problem with card layout by arunc
- Replies
- 3
- Views
- 556
You can use "hidden" config to hide the Home panel first and then use "setHidden" method in the handler!
-
29 Dec 2011 9:47 PM
Jump to post Thread: Scroll event of a panel! by arunc
- Replies
- 3
- Views
- 1,018
Thanks Mitchell Simoens, its working for the normal code but for mvc, How can i add this to a panel view from controller ?
-
29 Dec 2011 1:45 AM
- Replies
- 3
- Views
- 842
Why don't you use "html" config instead of "text" config...!
-
29 Dec 2011 1:03 AM
Jump to post Thread: Scroll event of a panel! by arunc
- Replies
- 3
- Views
- 1,018
How to get the scroll event of a panel using mvc pattern?
The panel is a separate view with xtype "scrollpanel" -
27 Dec 2011 7:49 PM
Jump to post Thread: build in mvc! by arunc
- Replies
- 4
- Views
- 974
Thanks Mitchell...
-
26 Dec 2011 6:30 PM
Jump to post Thread: build in mvc! by arunc
- Replies
- 4
- Views
- 974
Can you explain those commands...What does it do?
-
26 Dec 2011 4:15 AM
Jump to post Thread: build in mvc! by arunc
- Replies
- 4
- Views
- 974
hai all,
i have developed an mvc application in sencha touch 2.
Is it necessarily to build the application before i launch this??
How can i do the build?? -
26 Dec 2011 4:12 AM
- Replies
- 3
- Views
- 978
I made a panel with "hbox" layout and added number of data views into it which is having "vbox" layout.Now every thing is scrolling at all time, which degrades the solid look of application. I want...
-
21 Dec 2011 9:48 PM
Jump to post Thread: Newby Question by arunc
- Replies
- 2
- Views
- 690
I think you can use tags like this in your index html5 page.
<link rel="apple-touch-startup-image" media="(orientation: portrait)"href="portrait.png" />
<link... -
20 Dec 2011 8:00 PM
Jump to post Thread: Basic MVC with a form by arunc
- Replies
- 5
- Views
- 1,004
This thing works for me
// App.js
handleListDisclose: function(record) {
var me = this,
list = me.getPageList(),
viewport =... -
20 Dec 2011 2:23 AM
- Replies
- 17
- Views
- 4,758
That one was really help full.
How can we add a manifest file for application caching in the above given mvc example.
I tried it but it is showing some errors..!:s
can any one help me to... -
20 Dec 2011 1:52 AM
Jump to post Thread: Basic MVC with a form by arunc
- Replies
- 5
- Views
- 1,004
Use setData method to assign the record to your form.
-
19 Dec 2011 9:50 PM
- Replies
- 2
- Views
- 717
yes i am using dynamically loaded class.
-
19 Dec 2011 3:48 AM
- Replies
- 2
- Views
- 717
while using offline storage in an MVC sencha touch 2 application the controller file is not accessed properly.. The GET method produced by the app.js file to acess the controller file is not...
-
15 Dec 2011 9:48 PM
- Replies
- 1
- Views
- 683
Hi all,
i am using animation for my dataview using Ext.Anim and when a make a sheet to appear above this view, the animated components are still visible above the sheet. There was not this... -
1 Dec 2011 5:28 AM
Jump to post Thread: Editable List? by arunc
- Replies
- 1
- Views
- 745
How to make an editable list in sencha touch 2. I found one example in ST1 at github. Is it possible to make drag and drop possible in a list using sencha touch 2? Did i need to make new custom...
-
17 Nov 2011 9:34 PM
- Replies
- 3
- Views
- 1,701
thank you...
-
16 Nov 2011 9:49 PM
- Replies
- 3
- Views
- 1,701
Can any one explain how to add custom styles and colors to sencha touch 2 components to change its basic appearance, and to make it look more attractive!
-
14 Nov 2011 2:43 AM
- Replies
- 7
- Views
- 1,291
Hi andrea cammarata,
All ready i have gone through sencha touch 2 docs, but there is no definition of user based events like 'select' for list in that docs ....
i can add select event like
... -
14 Nov 2011 2:29 AM
Jump to post Thread: Tap event for a carousel in mvc! by arunc
- Replies
- 3
- Views
- 1,333
what i want to do is like that , imagine we have 5 item in one carousel and i want to show separate views(pages) on each item tap!
-
13 Nov 2011 10:57 PM
- Replies
- 7
- Views
- 1,291
I came across many events that can be used while writing code using mvc like click, select, etc...
Can any one provide the exact list of events with valid components which can be used in controller? -
13 Nov 2011 10:47 PM
Jump to post Thread: Tap event for a carousel in mvc! by arunc
- Replies
- 3
- Views
- 1,333
how can i add tap event to a carousel using mvc?, i am able get the select event of a list using its xtype in control, but my doubt is how can i get tap event of the carousel using control?
-
9 Nov 2011 8:03 PM
Jump to post Thread: Carousel dont animate sliding by arunc
- Replies
- 2
- Views
- 776
Me too find the same problem with carousel!
Is it a bug? -
7 Nov 2011 9:58 PM
Jump to post Thread: onItemDisclosure... by arunc
- Replies
- 6
- Views
- 1,710
Are you using mvc ?
Can you provide the code you are trying with, so that i can replay with a specific code!
Results 1 to 25 of 29
