Search Type: Posts; User: welshcathy

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    173
    Ah ... or is it just that app-refresh and app-resolve are only relevant to Ext Js apps and not Sencha Touch apps?
  2. Replies
    4
    Views
    173
    Ok - I see where the message is coming from - just need to know how to fix it now!

    In file <app>/.sencha/app/plugin.xml
    I added these lines


    <target name="-before-app-refresh">
    ...
  3. Replies
    4
    Views
    173
    Have found the same error message in an old post
    http://www.sencha.com/forum/showthread.php?245871

    where the SDK path was not resolved correctly ... but not sure how that would apply in this...
  4. Replies
    4
    Views
    173
    I have a similar bug.

    Mac OSX 10.7.4
    Just upgraded from Cmd 3.0.2.288 to 3.1.0.256
    Had bugs during production build ... so changed back to 3.0.2.88

    Created new ST 2.1.1 app using
    > sencha...
  5. Have you run

    sencha app upgrade --noframework

    see

    sencha help app upgrade

    for more information ...
  6. I have a list which is initially rendered ungrouped on a store with no grouper function defined.

    I use the following code to dynamically change this to a grouped list


    var...
  7. Hiya,

    Not sure if this is the right place to post - so feel free to move if you want to.

    I have a simple app
    - created by Architect for Ext 4.1.x
    - then using Sencha Cmd v3.0.0.230 and Ext...
  8. If I have a class
    MyClass

    That is already linked to an instance in say MyViewport

    MyViewport
    myclass


    Then I add a custom config property to MyClass.
  9. Excellent news - sounds like you guys are keeping very busy :)
  10. For Cmd 3.0.0.230 it looks like the related code has been moved into

    <app base folder>/.sencha/app/build-impl.xml

    So same problem - just in a different place :)
  11. Bruno - good spot!
    Thank you for posting this.

    Cheers,

    Cathy
  12. Replies
    9
    Views
    3,238
    Sencha Touch oData Connector for SAP released
    https://market.sencha.com/users/46/addons/49

    Only supports xml ... latest version of SAP Gateway (SP04) now supports JSON ..
  13. Thanks!
    I was originally trying to do something like this - but over complicated it by trying to avoid hard coding the Base class destroy logic.
    This is a much better work around than the one I...
  14. I had the same error too - couldn't get to the bottom of it either.
    I recommend a slight adjustment to the override in the meantime.



    Ext.define('Ux.dom.Element', {

    override:...
  15. I have the same bug on Android 2.3.4
  16. Replies
    9
    Views
    3,238
    It looks like oData support will be coming soon(?) for Sencha Touch at least.
    ...
  17. Hiya,

    Originally selectionchange only fired once when a new item was selected on a list.

    Now it fires twice if
    - list has singleSelect = true
    - list has item selected
    - you select a...
  18. Hiya,

    I have a store I change proxies on as it switches between off line with local storage and online with ajax.

    Upgrading my app to ST2 I found this bug:

    - store is initially set with a...
  19. Replies
    42
    Views
    16,372
    Hiya,

    Just read this thread this morning - then came across this really good explanation of how to pinch-zoom using matrix transformations -- if anyone is interested in replacing the use of...
  20. Hiya,

    The original component already had the logic in there to use the title configuration- but it only gets the initial config value and doesn't pick up any changes made since the item is...
  21. Hiya,

    Relatively minor - but I dynamically set all the titles of the components I use.

    So when I put them in the Navigation View I need the title to be read using the getTitle() method, since...
  22. Ok - thanks for the inside scoop on this - it's useful to know these things.

    I can stick with hasMany and put in temporary methods for get and setValidation for now ... don't worry about an...
  23. I think this bug may be causing the issues described here too
    http://www.sencha.com/forum/showthread.php?164286-Using-hasOne-association

    I have a nested data structure like this:


    <Request> ...
  24. Have you seen this thread?

    http://www.sencha.com/forum/showthread.php?105092-Sencha-Phonegap-orientation-problem
  25. Looks like the logic in Ext.mixin.Selectable.applySelected just appends a new list of selected items without replacing the current selection .... which isn't how I would expect setSelected to work...
Results 1 to 25 of 43
Page 1 of 2 1 2