Search Type: Posts; User: nish1013
Search: Search took 0.02 seconds.
-
25 May 2012 2:07 AM
- Replies
- 1
- Views
- 1,223
Hi ,
I used PhoneGap event listener to capture the back button click event.
No how can I handle the history ?
Please help -
24 May 2012 5:22 AM
- Replies
- 5
- Views
- 2,120
Thanks again fro your reply .
So if it is a "bug", then I assume there is no work around .
Strange situation is ,it works fine when use Text but when change to Password this issue occurs -
24 May 2012 5:01 AM
- Replies
- 5
- Views
- 2,120
Many thanks for your reply .
The CSS override perfectly work with iPhone , but not with Android. And I couldn't find in inspecter where this white background comes from :-? -
22 May 2012 7:26 AM
- Replies
- 5
- Views
- 2,120
The focus state of password shows a white background . I tried to override css but still same effect.
But no issue with Text fields. It is strange issue :-/
I did set the inputCls too , this... -
22 May 2012 3:12 AM
- Replies
- 1
- Views
- 1,406
I have the same issue , anyone can help?
-
9 May 2012 6:19 AM
- Replies
- 5
- Views
- 2,278
Hey ~Guys,
seems to be Sencha prevent the back button even (PG) , I tried a test case it does not work :-/ -
26 Apr 2012 3:46 AM
Jump to post Thread: overriding css toggle field by nish1013
- Replies
- 1
- Views
- 755
I did inspect the element in Safari and found the css classes that effect to toggle field 'ON' appearance.
And I used following CSS in my css file but no effect , any idea?
.x-field-toggle... -
21 Apr 2012 1:38 AM
Jump to post Thread: Sencha touch con 2011 slides by nish1013
- Replies
- 1
- Views
- 609
Could anyone please let me know a place where I can view/download slides of con 2011?
Thank you -
16 Apr 2012 1:00 AM
Jump to post Thread: localstorage does not persist by nish1013
- Replies
- 1
- Views
- 576
Heya,
In my app I am using a store with localstorage app proxy.
In my iPhone app (mix with PhoneGap) does not persist data after exit and start the app again?
any idea how to persist data... -
13 Apr 2012 7:10 AM
- Replies
- 3
- Views
- 1,189
Cheers Jean , help for me too :)
-
13 Apr 2012 12:45 AM
- Replies
- 4
- Views
- 492
I do not see you have setup the proxy in model or store?
-
13 Apr 2012 12:43 AM
- Replies
- 2
- Views
- 1,760
Can anyone explain me what is the advantage of using PG database API over sencha touch local storage proxy?
Thank you in advance -
12 Apr 2012 7:14 AM
Jump to post Thread: dispatch issue by nish1013
- Replies
- 2
- Views
- 341
(All below code in HomeController )
First I used this code below (this is the main view of the app)
//index action
index:function(){
var main_list_grid_item =... -
12 Apr 2012 4:26 AM
Jump to post Thread: dispatch issue by nish1013
- Replies
- 2
- Views
- 341
I have a home , list , detail screens.
the flow is home->list (disclosure tap )-> detail
in detail screen I have a Home button that jumps to home screen.
When I click on Home button it shows... -
12 Apr 2012 1:50 AM
Jump to post Thread: Need help with a complex view by nish1013
- Replies
- 4
- Views
- 629
if you are using a model that has a field type date (and in the panel if you use tpl: config)
you can use http://docs.sencha.com/touch/1-1/#!/api/Ext.util.Format-method-date
e.g {expireDate :... -
12 Apr 2012 12:17 AM
Jump to post Thread: destroy and recreate by nish1013
- Replies
- 2
- Views
- 524
I used this code to show a detail view when disclosure a list view item.
When I clicked any list item first time it show the detail view. When next time click it does not .! it stucks in the list... -
11 Apr 2012 7:24 AM
Jump to post Thread: Need help with a complex view by nish1013
- Replies
- 4
- Views
- 629
Why don't you try to use a Panel that consist necessary HTML in html : config.
Do not think too deep :D -
11 Apr 2012 7:05 AM
Jump to post Thread: destroy and recreate by nish1013
- Replies
- 2
- Views
- 524
Ext.regController('DetailController',{
//show action
showDetailView: function (){
if(!this.detailView){
this.detailView= this.render(new BSApp.views.DetailView());
}else{
... -
11 Apr 2012 4:40 AM
- Replies
- 7
- Views
- 6,876
Cheers Jean , it helped me too, much appreciated!
-
11 Apr 2012 2:58 AM
- Replies
- 1
- Views
- 636
I have View that has main panel and have child panels inside its items :[]
My child panels are fully instantiated first and then passed to the items:[] of main panel.
How can I set "flex" for... -
10 Apr 2012 2:42 AM
Jump to post Thread: dispatch code in sencha 2 by nish1013
- Replies
- 1
- Views
- 287
Ext.dispatch({
controller : BSApp.controllers.passwordController,
action : 'showPasswordViewForSettings',
}); -
10 Apr 2012 1:49 AM
- Replies
- 10
- Views
- 2,495
Are you serious? You meant , if I just add the script reference for PG in index.html all good??:-/
-
10 Apr 2012 12:48 AM
Jump to post Thread: Sencha Touch 2. + phonegap by nish1013
- Replies
- 1
- Views
- 289
Can any one provide me code sample to properly load the PhoneGap within sencha touch 2.0. :-?
Thank you in advance -
8 Apr 2012 5:45 AM
Jump to post Thread: Why no inbuilt SQLite proxy by nish1013
- Replies
- 1
- Views
- 462
Why there is no proxy for SQLite even in 2.0 ?:((
any reason ?:-? -
13 Mar 2012 7:34 AM
Jump to post Thread: remove scroller padding help by nish1013
- Replies
- 1
- Views
- 434
Please have a look on attached image. I need to remove the padding pointed by red arrow in the image.
And the highlighted element belongs this.
Can you please how to override this I tried...
Results 1 to 25 of 49
