Search Type: Posts; User: breckster

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thanks for the idea ... but I have multiple Ajax calls .. and sequencing them became a pain.
    I decided to use async: false

    Thanks for the reply.
  2. I need to perform a Ajax call during this event in order to validate data. I need a way of delaying while the results of the ajax request are returned. So if needed I can return false thus...
  3. Replies
    12
    Views
    2,627
    Hi Jack

    Welcome Back!

    Just wondering if the .nsf is available yet.

    Thanks

    Breck
  4. Replies
    202
    Views
    44,909
    Bump!
  5. Replies
    202
    Views
    44,909
    I'm using the menu with a navigation view and dataview list. I'm running into is a scrolling issue with the list inside the card layout. The list will scroll but then bouces back to the top of the...
  6. I need to perform various cleanup tasks when a user taps the clearIcon on a text field.

    Any ideas
  7. Replies
    1
    Views
    271
    Upgrading to 2.0.1 fixed my issue
  8. Replies
    1
    Views
    271
    I have directory app that contains companies and employees with a tabbed interface (docked at the bottom). Each tabpanel contains a list.TheonItemDisclosure on the company list renders company detail...
  9. autoDestroy: false


    IS REQUIRED as a config item for the Ext.NavigationView on a Droid
  10. I loaded the Android SDK and fired up a 2.3.3 simulator. It behaves identical to the device.

    Sencha team any ideas?
  11. bump...
  12. I had autoDestroy: true scattered throughout the application. I removed all instances.

    Still no luck :((
  13. Using ST 2.0.1-rc on Android 2.3.4, while using a list ... with "onItemDisclosure:true"

    view.push(....)

    Only works 1 time ...

    This works fine on iOS, chrome and safari.


    Anyone else...
  14. Android 2.3.4

    I can push a panel once and ONCE only. After that no errors... and no panel

    Breck
  15. Replies
    10
    Views
    1,091
    Hi Jacky

    Both 'testing' and 'package' builds fail at the same place. Is there a verbose mode I could enable to know what exactly is causing this during the build ?

    Since the app runs fine in...
  16. Replies
    8
    Views
    661
    I'm getting that as well. But the error message return by the SDK is so vague, I have no idea where to start looking.

    Sencha staff ... any idea ...
  17. Replies
    10
    Views
    1,091
    bump!
  18. Replies
    8
    Views
    661
    Do you get any error after "[INFO] Resolving your application dependencies..."
  19. Replies
    10
    Views
    1,091
    Ok if it runs clean in development with no console warnings... and no other info except "TypeError: 'null' is not an object.

    How do I go about troubleshooting this... seems like a file and/or line...
  20. Replies
    10
    Views
    1,091
    When attempting a production build.....

    d:\Domino\data\Public\SNM>sencha app build production
    [INFO] Deploying your application to d:\Domino\data\Public\SNM\build\production
    [INFO] Copied...
  21. Replies
    1
    Views
    676
    After upgrading to build 309, I noticed an error on my grouper fn for a store.

    Prior to the upgrade : groupFn:function(record)

    After the upgrade: groupFn:function()

    What happened to...
  22. According to this post its fixed in the ST2 codebase

    http://www.sencha.com/forum/showthread.php?178107

    Any takers?
  23. Replies
    2
    Views
    506
    Sorry, forgot to mention using Designer 2 (298) building a Touch project.

    inputValue did not work ..
  24. Replies
    2
    Views
    506
    I am building checkboxes on the fly on a form panel from a store populated with an AjaxProxy. The store is populated correctly with 2 fields .. text and value

    Adding each checkbox to a fieldset...
  25. This returns nothing to the console on a Touch app in Designer


    Ext.Msg.confirm("Confirmation",
    "Are you sure you want to discard this discussion?",
    function(btnId){
    ...
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4