Search Type: Posts; User: shaleen
Search: Search took 0.02 seconds.
-
24 Aug 2012 4:11 AM
Jump to post Thread: Sencha app for Dektop by shaleen
- Replies
- 2
- Views
- 414
I am creating a app presently for the desktop/Pc.
As of now i need to put the url in browser(web app) to run it.
Is there any way by which i can zip it to .exe or something.
Whenever i click on... -
13 Aug 2012 1:00 AM
Jump to post Thread: sencha + database by shaleen
- Replies
- 1
- Views
- 153
How can i connect my oracle db with sencha app...:-/:-/:-/
-
17 Jul 2012 5:48 AM
- Replies
- 6
- Views
- 612
nopes...this is not working...
i guess for accept the array that's y its not taking text as the parameter while if takes boolean that's y its accepting the return of function.. -
17 Jul 2012 4:07 AM
Jump to post Thread: xtemplate + for looping by shaleen
- Replies
- 1
- Views
- 394
'{[this.callfunction()]}', //return somevalue
'<tpl for="this.callfunction()">', //doesn't loop inside
do something,
'</tpl>',
callfunction: function(){
return 'somevalue';
} -
17 Jul 2012 3:36 AM
- Replies
- 6
- Views
- 612
'<div class="mblcss">',
'{[this.redArr()]}', //output is parent.Data[1].status1Data.redArray
'<tpl for="this.redArr()">',
do something
'</tpl>',
'</div>',
but in line 3... -
17 Jul 2012 2:58 AM
- Replies
- 6
- Views
- 612
hii bluehipy...thnks its working....
but one problem still persits
, like 'if' condition i want to use 'for' and tried that.....its not working....any ideas...
Ex.
'<tpl... -
16 Jul 2012 11:18 PM
- Replies
- 6
- Views
- 612
'<tpl for="parent.Data[0]">',
'{[values.activeImpact]}',
'<tpl if="parent.Data[1].\'{[values.activeImpact]}\'.greenCount >= 1">',
do something here
... -
16 Jul 2012 10:31 PM
- Replies
- 11
- Views
- 840
Uncaught Error: [ERROR][Ext.XTemplate#apply] Cannot read property 'global' of undefined
this is the error coming on defining global.. -
16 Jul 2012 6:14 AM
- Replies
- 11
- Views
- 840
how to do that?:-/:-/
-
16 Jul 2012 6:00 AM
- Replies
- 11
- Views
- 840
'<tpl for="parent.ticketData[0]">',
'{% window.global.activeColor = "myglobalcolor" %}',
'{window.global.activeColor}',
'</tpl>',
this i tried.....
Uncaught Error:... -
16 Jul 2012 1:51 AM
- Replies
- 11
- Views
- 840
'<tpl for="ticketData[0]">',
'{activeColor}',
'</tpl>',
Suppose this is my code...
how can i asign the value of activeColor to window.global.activeColor in the code...(xtemplate) -
16 Jul 2012 1:45 AM
- Replies
- 11
- Views
- 840
thanks for the instant reply....
can i change the value of window.global.activeColor in the runtime in template only.... -
16 Jul 2012 1:29 AM
- Replies
- 11
- Views
- 840
'<tpl for="ticketData[0]">', '{activeColor}','</tpl>',
I have to use the value of activeColor at many places, so is there any way to store the value of activeColor in a variable and use it instead... -
12 Jul 2012 5:11 AM
Jump to post Thread: xtemplate + for looping by shaleen
- Replies
- 10
- Views
- 847
its returning [ object object ]
-
12 Jul 2012 3:55 AM
Jump to post Thread: xtemplate + for looping by shaleen
- Replies
- 10
- Views
- 847
:(i have no idea how many statusXData will be there....its dynamic creating field in model and store.
-
12 Jul 2012 3:34 AM
Jump to post Thread: xtemplate + for looping by shaleen
- Replies
- 10
- Views
- 847
yes i want to print the value of status2Data but not this way....
status number can change it might be status3Data or status4Data....i cnt hard code it so i want something that can take care of... -
12 Jul 2012 3:23 AM
Jump to post Thread: xtemplate + for looping by shaleen
- Replies
- 10
- Views
- 847
no...this is not what i am looking for...
'<tpl if={[this.getdataCount(values)]}><li class="colHeader"> {[this.getdataCount(values)]} </li> </tpl>',
{
getdataCount: function... -
12 Jul 2012 3:16 AM
Jump to post Thread: xtemplate + for looping by shaleen
- Replies
- 10
- Views
- 847
that almost solved my problem but not fully..
'<tpl if={[this.getdataCount(values)]}>{[this.getdataCount(values)]}</tpl>
the value which is returned is data2
so whatever the value is stored... -
12 Jul 2012 1:39 AM
Jump to post Thread: xtemplate + for looping by shaleen
- Replies
- 10
- Views
- 847
'<tpl if="Data1"><li class="colHeader">{Data1}</li></tpl>','<tpl if="Data2"><li class="colHeader">{Data2}</li></tpl>','<tpl if="Data3"><li class="colHeader">{Data3}</li></tpl>',
This is what i use... -
9 Jul 2012 12:29 AM
Jump to post Thread: Model by shaleen
- Replies
- 1
- Views
- 232
{ name: 'status', type: 'object' },
This is the fields in a model.
Can i define status.status1="value1", status.status2="value2" and so on..
if yes...then how?:-/:-/ -
6 Jul 2012 12:58 AM
- Replies
- 1
- Views
- 1,978
Any ideas how can i measure distance between two destinations whose latitude and longitude are know........:-/:-/
-
5 Jul 2012 5:06 AM
Jump to post Thread: Sencha app storage by shaleen
- Replies
- 5
- Views
- 562
i didnt follow by what u said When you're developing, just set the proxies on your store/models to localstorage.
can u give me any example.... -
5 Jul 2012 4:59 AM
Jump to post Thread: Sencha app storage by shaleen
- Replies
- 5
- Views
- 562
native app
-
5 Jul 2012 3:50 AM
Jump to post Thread: Sencha app storage by shaleen
- Replies
- 5
- Views
- 562
I want to make a simple diary using sencha...........how can i store the data when the user put some data into it....and close the application...
if he open the app again and want to see the data... -
15 Jun 2012 4:37 AM
Jump to post Thread: Geolocation by shaleen
- Replies
- 3
- Views
- 441
i m using android 2.3
Samsung Galaxy S
Results 1 to 25 of 120
