Search Type: Posts; User: elgs

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thank you @slemmon. Your code answered my question. So essentially, when the combo.getValue() is the same as combo.getRawValue(), it does not matter which value to use, when they are different, it's...
  2. The real tricky thing is that when the user types in 'Ford', the backend receives '0001', and when the user types in '0001', the backend also receives '0001'. If I always assume the user typed in...
  3. Is there any convenient way to determine whether the combo value is from the value field or the display field? Let's say the combo is backed by a json store with two fields: 'value' and 'display',...
  4. Replies
    11
    Views
    1,959
    Hi Sencha guys, is there any update on this? And any chance for an update? Thanks.
  5. Hi Sencha guys, I'm wondering if you consider to implement putting a badge text on the extjs button? I think this feature should be quite cool. Thoughts?
  6. Thanks @Wilky, your explanations make sense to me and have answered my questions. I really appreciate that you implemented the event model on the client side.
  7. Hi @wilky, I got the WebSocket to work in my environment now. It's really awesome. However, I have a few questions:

    1, if the WebSocket.js and WebSocketManager.js are in the ux folder, seems I...
  8. Thank you @wilky. I like this very elegant design.
  9. Hi @wilky, thanks for your great contribution!

    I have a question regarding the server side when I am trying to play with your WebSocket ux. I saw a server.py from the source repository. As I don't...
  10. Replies
    11
    Views
    1,959
    Thanks @h.latzko, the code is helpful to me.
  11. Thanks @honestbleeps. It works when the application action has a name now.
  12. I'm sorry, normally I'd like to describe problems in very reproducible steps. However, For this one it simply does not make any sense if I add a application action to a controller. Simply create an...
  13. Application Action seems not to work in SA 2.2 build 951.
  14. Replies
    11
    Views
    1,959
    Thanks @h.latzko, the thread you recommended is very interesting. That really inspired me to learn more about javascript.
  15. Replies
    11
    Views
    1,959
    Hi @jarrednicholls, any chance to get an update for this issue? Thanks.
  16. Hi Phil, I'm currently using build 945 from test channel, should I upgrade? Thanks.
  17. Thanks @dmulcahey. Your help cured my pain since long ago. ~o)
  18. SA 2.2 works great now with the exception of lacking support of variables in api in proxy in a store. Instead of hard coding the service address prefix in the api url, my proxy looks something like...
  19. Replies
    5
    Views
    375
    Thanks @slemmon, your code works!

    And I have a further question, is it possible to programmatically select a row? Seems I saw only deselect method from the Ext.view.Table, but not select? Am I...
  20. Replies
    5
    Views
    375
    This thread is talking about the same question. It talks about:

    grid.getView().select(rowIndex);


    However, seems select does not exists in the Ext.view.Table in extjs 4.2 document?

    Thanks.
  21. Replies
    5
    Views
    375
    Anyone who has any idea about this? Thanks!!
  22. Replies
    5
    Views
    375
    I'm hoping to provide my users with the possibility to access the gird rows without mouse as much as possible. Now what I can do are:
    1, Use up down arrow keys navigate through a grid;
    2, Enter to...
  23. Probably it does not smell really good to get two people to edit the same ads at the same time. I'm also having the same problem of how to mange the growing projects. Basically I can think of two...
  24. Great! I believe this will fix this issue. Phil, thanks for the follow up!
  25. I think SA should ignore anything happening in the .svn folder.
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4