Search Type: Posts; User: netresource
Search: Search took 0.02 seconds.
-
18 Sep 2012 1:24 AM
- Replies
- 2
- Views
- 229
you can do below
refs: {
logoutButton:{
selector: '[cls="logout"]'
}
},
control: {
logoutButton:{
... -
18 Sep 2012 1:12 AM
- Replies
- 2
- Views
- 660
yes, thanks mitchellsimoens.
i found error. Reason is my action controller authentication on server. But so far, i don't know why it work fine on google chrome. -
13 Sep 2012 4:19 AM
- Replies
- 2
- Views
- 660
hi there,
i'm using ST2 MVC for my app.
I using Ext.Ajax.request for get/post data with Cakephp 1.3 service backend.
It work fine on Google Chrome but on Safari i get error 403 (Forbidden)
Any... -
15 Jul 2012 7:22 PM
- Replies
- 4
- Views
- 1,123
i got one bug
My app with ST 1.1, I run on android 2.2 is ok, but when i run on android 4.0.3, i load a formpanel with modal type, modal form only show with twice touch. -
23 Apr 2012 6:52 PM
- Replies
- 5
- Views
- 2,028
refer here http://www.sencha.com/forum/showthread.php?153117-Call-an-ASP.NET-webservice-with-Sencha-Touch
Hope this help -
6 Apr 2012 7:18 PM
- Replies
- 3
- Views
- 1,080
i have a same this, up down arrows not show in iOS, how to fix it?
-
29 Mar 2012 5:41 PM
Jump to post Thread: create multiselectfield by netresource
- Replies
- 5
- Views
- 721
try debug with Chrome developer tools and javascript console.
-
28 Mar 2012 7:07 PM
Jump to post Thread: create multiselectfield by netresource
- Replies
- 5
- Views
- 721
change
itemType : "picker",
to
itemType : "list",
or
itemType : "dataview", -
28 Mar 2012 6:00 PM
Jump to post Thread: render panel performance by netresource
- Replies
- 2
- Views
- 613
Yes. Only 'if' statement.
If i always call init HomeDefault view instead of reuse homeDefault inited?
performance (memory using) is the same?
how should i do in this case for good performance? -
28 Mar 2012 12:29 AM
- Replies
- 7
- Views
- 2,190
thank meyerovb,
i resolved my problem -
28 Mar 2012 12:19 AM
- Replies
- 7
- Views
- 2,190
I got this issue in my app (ST 1.1)
how to fix it?
thanks! -
27 Mar 2012 7:27 PM
Jump to post Thread: render panel performance by netresource
- Replies
- 2
- Views
- 613
In my app, i'm using ST MVC
i have a HomeDefault view extend Ext.Panel
case of 1, i call:
if (!App.views.homeDefault) {
App.views.homeDefault = this.render({
... -
27 Mar 2012 6:48 PM
- Replies
- 17
- Views
- 4,914
in my project
Ext.Ajax.request({
url: App.BaseUrl + 'services/SenchaTouchServices.asmx/UserLogin',
method: 'post',
jsonData: {'email': params.data.email, 'password':... -
1 Mar 2012 3:35 AM
Jump to post Thread: Ext.ux.TouchGridPanel v2.0b1 by netresource
- Replies
- 237
- Views
- 68,910
hi Nicodemuz,
I got same that
how to fix this problem?
thanks so much! -
21 Feb 2012 2:58 AM
- Replies
- 43
- Views
- 24,117
Hi tomalex0,
I got errors when i using fullcalendarpanel in many view ( i'm using ST 1.1 MVC).
The fullcalendarpanel only render in first view. If i call another view with other fullcalendar, it... -
17 Feb 2012 1:12 AM
- Replies
- 43
- Views
- 24,117
how to fire event when click next or previous button as same dayclick event?
-
1 Nov 2011 1:43 AM
- Replies
- 3
- Views
- 1,501
in 1.x i can do it with
on HomePage view
onLoginAction: function () {
Ext.dispatch({
controller: 'Users',
action: 'loginForm'
});
} -
1 Nov 2011 12:43 AM
- Replies
- 3
- Views
- 1,501
I have two controllers: Homes and Users
Homes controller with HomePage view and Users controller with LoginForm view
I want to call LoginForm view from a login button on HomePage view.
How can do... -
28 Oct 2011 7:09 PM
- Replies
- 2
- Views
- 1,685
checkout here http://stackoverflow.com/questions/7815905/how-to-properly-activate-an-mvc-view-in-sencha-touch-v2
Hope it help
Results 1 to 19 of 19
