Search Type: Posts; User: netresource

Search: Search took 0.02 seconds.

  1. you can do below

    refs: {
    logoutButton:{
    selector: '[cls="logout"]'
    }
    },
    control: {
    logoutButton:{
    ...
  2. 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.
  3. 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...
  4. 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.
  5. refer here http://www.sencha.com/forum/showthread.php?153117-Call-an-ASP.NET-webservice-with-Sencha-Touch

    Hope this help
  6. i have a same this, up down arrows not show in iOS, how to fix it?
  7. Replies
    5
    Views
    721
    try debug with Chrome developer tools and javascript console.
  8. Replies
    5
    Views
    721
    change

    itemType : "picker",
    to

    itemType : "list",
    or

    itemType : "dataview",
  9. 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?
  10. thank meyerovb,
    i resolved my problem
  11. I got this issue in my app (ST 1.1)
    how to fix it?
    thanks!
  12. 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({
    ...
  13. in my project


    Ext.Ajax.request({
    url: App.BaseUrl + 'services/SenchaTouchServices.asmx/UserLogin',
    method: 'post',
    jsonData: {'email': params.data.email, 'password':...
  14. Replies
    237
    Views
    68,910
    hi Nicodemuz,
    I got same that
    how to fix this problem?
    thanks so much!
  15. 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...
  16. Replies
    43
    Views
    24,117
    how to fire event when click next or previous button as same dayclick event?
  17. in 1.x i can do it with
    on HomePage view


    onLoginAction: function () {
    Ext.dispatch({
    controller: 'Users',
    action: 'loginForm'
    });
    }
  18. 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...
  19. 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