Search Type: Posts; User: himanshu19890
Search: Search took 0.02 seconds.
-
6 Jul 2012 5:32 AM
- Replies
- 8
- Views
- 1,576
hey rdougen i have question for you pls go through it and try to suggest me to solve it....here's the question....
... -
3 Jul 2012 8:13 PM
- Replies
- 17
- Views
- 4,927
Your code is ok , but make sure that you have wrote the right code for onButtonTap event.
-
7 Jun 2012 9:02 PM
- Replies
- 3
- Views
- 862
After your guidance i have wrote the below piece of code...
this.strStore.load({
callback: function(records,operation,success){
... -
5 Jun 2012 3:12 AM
- Replies
- 3
- Views
- 862
In my app i have declared a label:-
{
xtype: 'label',
id: 'errLabel',
margin: '15 0 0 0'
}, -
28 May 2012 4:12 AM
- Replies
- 1
- Views
- 494
I am working on sencha touch 2.0 and i want to send a store instance, in which id's of selected items is stored, to the server but my problem is, i know that when call getData() method to the store...
-
25 May 2012 1:55 AM
- Replies
- 1
- Views
- 724
I am working on sencha touch 2.0 MVC app,i have two controllers in my app.I want to send data from one controller to another.I used push() method to send data but i guess,it's not correct way to do...
-
17 May 2012 8:09 PM
- Replies
- 11
- Views
- 1,245
see this line below the modifiedFieldNames
/* * If we're passed an object, iterate over that object. NOTE: we pull out fields with a convert function and * set those last so... -
17 May 2012 4:41 AM
- Replies
- 1
- Views
- 522
Hello guys i have a list in which i am adding list items dynamically.
Here's my code to add items in my store:-
var re = record.get('Name');
console.log('re:-'+re);
... -
17 May 2012 4:19 AM
- Replies
- 11
- Views
- 1,245
hey bluehipy check this out:-http://docs.sencha.com/touch/2-0/source/Model.html#Ext-data-Model-method-set this odd behavior which is , we are facing here , is done by sencha team itself.This is not a...
-
17 May 2012 4:12 AM
- Replies
- 11
- Views
- 1,245
yup.. you are absolutely right it is caused by record.set('active',active).so we have to report this to sencha development team....
-
17 May 2012 1:46 AM
- Replies
- 11
- Views
- 1,245
ok removed sorter from the store but no change in list.I dont find anything in documentation which can explain me that why list item goes down to the bottom in the grouper when i click on it?
-
15 May 2012 3:52 AM
- Replies
- 1
- Views
- 513
adding the
modal: true,
hideOnMaskTap: true
in panel make it worked. -
15 May 2012 2:50 AM
- Replies
- 1
- Views
- 513
I need to show an overlay on button click.To achieve this i have written the following code:-
var miscButton = {
xtype: 'button',
iconCls: 'star',
... -
15 May 2012 1:35 AM
- Replies
- 7
- Views
- 2,393
Dont expect anyone will do your homework.The link i have given earlier is one of the brilliant parsing examples available on net.If you make yourself understand well the example in link,you will be...
-
14 May 2012 11:03 PM
- Replies
- 1
- Views
- 451
I am working on sencha touch2.0 app and i want to send data from one screen to another.I know this question has already been asked here but i dont find it helpful so i am asking it here again.I have...
-
14 May 2012 2:10 AM
- Replies
- 1
- Views
- 451
I am working on sencha touch2.0 app and i want to send data from one screen to another.I know this question has already been asked here but i dont find it helpful so i am asking it here again.I have...
-
11 May 2012 2:57 AM
- Replies
- 11
- Views
- 1,245
So, items go down at the bottom in the group when i tap a checkbox is the normal behavior ? Please reply!
-
10 May 2012 2:53 AM
- Replies
- 7
- Views
- 2,393
You will get ur answer here....
http://stackoverflow.com/questions/6554674/how-to-parse-xml-response-with-sencha-touch -
9 May 2012 8:45 PM
- Replies
- 3
- Views
- 1,285
Thanx a ton buddy u solved my problem.
-
8 May 2012 11:32 PM
- Replies
- 3
- Views
- 1,285
Hello friends, I am stuck at a situation in which i have to 'check' all the checkboxes present in the list by 'checking' a checkbox situated in toolbar.
Here's code to create checkbox list:-
... -
8 May 2012 4:20 AM
- Replies
- 11
- Views
- 1,245
why list view items go down to the bottom in same group when click on an item?
-
3 May 2012 1:19 AM
- Replies
- 11
- Views
- 1,245
Hello guys, I am confuse in the way the list is behaving.Here's my code for listview which i completed with the help of...
-
2 May 2012 1:58 AM
- Replies
- 15
- Views
- 1,928
@bluehipy Thanx buddy u solvd my problem and of course i'll go through the whole documentation of sencha touch as per ur suggestion.Thanx once again.
-
1 May 2012 3:41 AM
- Replies
- 2
- Views
- 606
I have already asked this question before
http://www.sencha.com/forum/showthread.php?197969-How-to-get-the-checkbox-state-added-in-itemTpl
but i am unable to get the success.i am integrating... -
30 Apr 2012 10:41 PM
- Replies
- 15
- Views
- 1,928
I am using MVC but the thing is that i am not able to get the data from my store to the
Ext.dataview.List when i use ur way to get the state of checkbox.As i am novice in sencha touch i am getting...
Results 1 to 25 of 40
