Search Type: Posts; User: nareh tank
Search: Search took 0.04 seconds.
-
16 May 2013 5:29 AM
- Replies
- 1
- Views
- 48
I have to open one modal window over second modal window. after display second window both are fighting for to be in front.
I already tried bringToFront() method but it did not work.
anybody have... -
13 May 2013 12:54 AM
- Replies
- 1
- Views
- 57
Hello All,
I am using getRowClass for change cursor default to move on hover of grid-row but it is not affect first time after render, after reload store it works fine.
Execution of getRowClass... -
27 Mar 2013 11:21 PM
- Replies
- 1
- Views
- 71
I am using TinyMce editor in my project.I need editor to disable initially and after on button click event enable it, up to here works fine but after enable and change value of editor I am not...
-
26 Oct 2012 9:38 PM
- Replies
- 2
- Views
- 2,176
I need to reset or set null value into textbox to do this I use setValue('') and also setValue(null) it display correct means when I set value it seems correct but in submit it pass old value of...
-
1 Oct 2012 9:32 PM
- Replies
- 2
- Views
- 445
It happen in my app only.I think it may be problem with layout.
Which layout can cause problem? -
29 Sep 2012 3:12 AM
- Replies
- 2
- Views
- 445
I use sencha touch-chart 2beta with sencha-touch 2.0.1 but problem is charts not display untill window not resize.once window resize it's work fine.
Any solution for this proble.
Thanks in... -
17 Jul 2012 3:08 AM
Jump to post Thread: number field formating in IOS by nareh tank
- Replies
- 4
- Views
- 883
When I enter big number in numberfield and blur then in IOS it seperat with coma how can I remove this formating?
It's heppan only in IOS .
thanks in advanced -
27 Jun 2012 5:13 AM
Jump to post Thread: Action sheet show very slow by nareh tank
- Replies
- 1
- Views
- 336
I use action sheet for display custom keybord and I add 15 buttons in this.
create and add to viewport in app's launch function and just only call show() metho when I want to display it but I take... -
27 Jun 2012 2:22 AM
- Replies
- 5
- Views
- 448
try this code
var htmlcontent1 = 'Some htmls';
var htmlcontent2 = 'Some htmls';
Ext.define("MyApp.view.Pages", { extend: 'Ext.Panel',
requires: ['Ext.carousel.Carousel'],
... -
27 Jun 2012 12:51 AM
- Replies
- 5
- Views
- 448
can you put code of Controller so I can edit your code
-
27 Jun 2012 12:07 AM
- Replies
- 5
- Views
- 448
you can use next() and previous() method of carousel on respected button tap.
-
1 Jun 2012 4:54 AM
- Replies
- 2
- Views
- 756
I want to change panel's layout dynamically but setLayout() method not woking.
Is it a bug or any other problem?
Any other solution? -
23 May 2012 12:55 AM
- Replies
- 1
- Views
- 638
I need to set post as form submit method when I load the store.I don't know which is default method but I my case is is GET and I want to change it into POST.How can I do this any help?
-
21 May 2012 1:53 AM
Jump to post Thread: ActionSheet in container only by nareh tank
- Replies
- 1
- Views
- 329
In my application tow panel in hbox layout,I need actionsheet width and masking in only first panel.
how can I do this?
Just like this
35453 -
29 Apr 2012 11:52 PM
- Replies
- 7
- Views
- 1,666
But in touch screen monitor have no mouse and same things happne in sencha touch 2.0.
any solution for this. -
25 Apr 2012 6:29 AM
Jump to post Thread: Form submit using sencha 2 mvc by nareh tank
- Replies
- 10
- Views
- 2,116
try in your button handler
myForm.submit({method:'POST', url:'/test/tes1.cfc?method=saveOffer', waitMsg:'Saving Your Offer...'}); -
28 Mar 2012 1:24 AM
- Replies
- 6
- Views
- 509
I am try this code in chrome and safari.
-
27 Mar 2012 11:30 PM
- Replies
- 6
- Views
- 509
var newPanel = new Ext.Panel({
floating: true,
modal: true,
centered: true,
... -
27 Mar 2012 10:54 PM
- Replies
- 6
- Views
- 509
I need pop-up box but panel.show() method not working.
I am using sencha touch 2.0 gpl version.
any help? -
23 Mar 2012 5:33 AM
Jump to post Thread: how to refresh view or panel? by nareh tank
- Replies
- 2
- Views
- 1,073
I add panel in other panel dynamically but panl not scroll untile I resize my browser after that it works perfect.
I think if I refresh panel any how then my problem will solve but in sencha touch... -
19 Mar 2012 9:51 PM
- Replies
- 3
- Views
- 735
Thanks for reply.but submit() use ajax request that's fine but my back end work on post method how it done by using ajax?
I mean php as my back and I grap data using $_POST method now if I use ajax... -
17 Mar 2012 2:41 AM
- Replies
- 3
- Views
- 735
I want to post only those field data which was changed .How can I do this? I am using submit() method for this.
-
8 Mar 2012 9:57 PM
- Replies
- 2
- Views
- 809
I create native application for this.so any solution for this issue.
-
7 Mar 2012 4:50 AM
- Replies
- 2
- Views
- 809
Hello all,
My application send ajax request every 10 second but when phone in standby mode it is not work.
I am using sencha touch 2.0.0 .Any solution for this.
thanks in advance . -
28 Feb 2012 9:23 PM
- Replies
- 10
- Views
- 1,255
use bindStore() method instead of setStore()
Results 1 to 25 of 51
