Search Type: Posts; User: dawesi

Page 1 of 5 1 2 3 4

Search: Search took 0.07 seconds.

  1. all charts use stores, so you would need to create three stores to drive the charts.

    You could approach this two ways,

    1) load data store #1 and then iterate that data into the other two stores...
  2. Replies
    3
    Views
    673
    The whole training and Tech Sales team will be there on top of the dev teams, so there will be plenty of us around.
  3. As sync calls a batch process, you need to set the params directly on the proxy before sync.




    store.getProxy().setExtraParams({
    'param1':'value 1',
    'param2':'value 2'
    });...
  4. you should contact bryntum via their support site.
  5. of course there is nothing stopping you from loading a series of templates using an ajax request and storing the object in localstorage or alike in your app ;-)

    This would also be a decent...
  6. your code is appreciated also ;-)
  7. have you created an instance of the store and has it been loaded?
  8. why not use the one by swarmonline for sencha touch 2 in the sencha market?

    https://market.sencha.com/extensions/ext-ux-touchcalendar
  9. Replies
    3
    Views
    984
    might want to run that domain name past Sencha legal... it contains their trademark.
  10. you can base64 them (aka turn them into a string) then request them and store them in a store.

    there's plenty of examples on the web of how to do that, you could even use src.sencha.io to do that...
  11. check out DomQuery... you can use it to put click events onto any element or group of elements (great docco)
    http://docs.sencha.com/touch/2-2/#!/api/Ext.DomQuery

    aka put a class on your TR tags,...
  12. Replies
    3
    Views
    299
    {
    xtype: 'container',
    margin: 6,
    padding: 6,
    style: 'border:2px solid #CCC; background:white; -webkit-border-radius: 5px;...
  13. Niether of you have provided testable code yet... to see where your code has bugs we need to see your actual code.

    I know it's an alternative solution, however it's what you should be using:
    ...
  14. A couple of directions with login security:

    1) have login system (login/password reset/etc) in one app, and your app in another on the same domain so that the remote session stays valid, then just...
  15. The Open Source version of the Software (“GPL Version”) is licensed under the terms of the GNU General Public License versions 3.0 (“GPL”) and not under this Agreement. If You, or another third...
  16. Replies
    1
    Views
    109
    What do you mean by flow of template, and what is the result you are hoping to achieve?
  17. Replies
    21
    Views
    5,040
    I'll be there all the way from Melbourne, Australia... :-)
  18. Replies
    1
    Views
    99
    Here is how you get data of the clicked slice. The series class supports listeners via the Observable syntax and they are:


    itemmouseup When the user interacts with a marker.
    itemmousedown...
  19. did you tilt your head to the left before you hit enter? lol just kidding.

    try sencha cmd 3.1 released today perhaps.
  20. you need to translate your data:

    { browser: 'chrome', date: 123456, clicks : 1000 }
    { browser: 'firefox, date: 123456, clicks 1000}

    on the server
  21. @attributes is an invalid variable name

    http://mothereff.in/js-variables#%40attributes
  22. Replies
    2
    Views
    94
    You'd be better off storing your object in localstorage.

    What is your use case?
  23. As the Draw clas is a component you can use setLoading() method on the Draw component.

    http://docs.sencha.com/ext-js/4-2/#!/api/Ext.Component-method-setLoading
  24. Replies
    6
    Views
    217
    have you logged the bug with Microsoft about their browser being slow?
  25. you can put a panel inside the tabpanel and set



    ...
    floating: {constrain : true},
    height: 200,
    width: 200,
    ...
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4