Search Type: Posts; User: manilodisan

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Makes sense but I hate to say it's a monkey patch. Should a destroy operation look for the totalProperty in the response and fail?

    Right now if I want to keep my reader the way you described it...
  2. Try with a REST proxy and an actual server behind it which only sends success : true on those operations. I'm not stressed here coz I can def break up my structure in the server responses just...
  3. Ok. Drill deeper and create a model, save a record and then destroy it. Send a success = true with the json response and watch the fail callback actually triggering because your reader can't find the...
  4. Setting a model's totalProperty to something like 'pagination.total_entries' or anything else which is not at root level of the response breaks all success callbacks on models save/update/destroy and...
  5. It works but it's a dumb approach to force the server to send such data just for extjs to play nice. Why should the reader look for a collection (total) when I'm posting a record. I'm using 4.1* by...
  6. I have a model with a rest proxy (json reader/writer) defined. The json reader has the 'totalProperty' set to 'pagination.total_entries' as per my internal setup using rails 3 and 'will_paginate'...
  7. Replies
    83
    Views
    73,451
    there is no such method for grids or anywhere else in extjs: disableTextSelection
  8. Extjs still sends "NaN-NaN-NaNTNaN:NaN:NaN" which is obviously a failed formatting. If my form field sends "29/04/2011" why does it try to switch it and fails?

    Apparently this is a bug:...
  9. So I have this small Extjs application which consists of a grid with users. Each user has a field where I send from the server the date when he subscribed as a timestamp value (unix).



    ...
  10. Replies
    3
    Views
    2,582
    Probably not, how do I check?
  11. Replies
    3
    Views
    2,582
    I installed the linux version of the SDK tools and when I open a command line window and type sencha it says: sencha: command not found

    I even installed with sudo in front of it to make sure I'm...
  12. Yeah I can get the success property by that callback but no way to access any other data being sent by the server. Am I wrong?
  13. I have a simple tree menu defined with a store attached. The store calls an url for the response containing the items it has. If the user is not logged in the servers responds:
    {"message": "Invalid...
  14. Allright. please link us to the licensing forum.
    Help and support is just that: Help and support generalized so people can address issues here.

    I'm not here to argue about his thread title which...
  15. Despite what you might prefer or not, they should respond to people buying licenses. The mail was sent to licensing@ and not devs@ or some.developer@. I'm sure YUI responded back in the days.
  16. I have a small application with users and orders tabs. Each order has it's own user so I light up the two tabs and they display a nice list with orders on one tab and users on the other tab.

    If I...
  17. Replies
    14
    Views
    7,138
    +1
  18. Replies
    1
    Views
    883
    I have a very basic app in extjs with a localstorage type proxy. Problem is that I can't use paging to reduce my results in the grid. It always loads all records no matter what limit i set:


    ...
  19. It's 4.0.2a now. Till 4.0.4 it could be a long way. 4.0.2b, 4.0.3a, 4.0.3b and so on. Can't you at least provide a piece of code we can use to move on with our applications?
  20. Replies
    2
    Views
    711
    Tried that, doesn't work unfortunately.
  21. Replies
    2
    Views
    711
    I'm saving a user to my server's database using rest services (POST). The user gets sent and saved allright in my db but the response is not interpreted right and the execution stops. Searched over...
  22. I have a User model which hasMany Orders and many Articles. If I want to delete a User record I go by record.remove() if I'm not mistaken but how do I delete all orders of this user for example?
    ...
  23. Replies
    0
    Views
    659
    I'm sending out a json like


    [{"expanded":"true","text":"Servers","id":"servers","children":[.......

    but the id I set never gets into the dom. Tree looks ok with all items and stuff but no id...
  24. Replies
    9
    Views
    1,164
    have the same problem in another thread for days. theres no documentation yet telling you how to reach a component. I believe it uses some type of css selector but can't get it working either. Maybe...
  25. I'm just starting to play with the new MVC structure and I have a small issue. I'm building a small admin menu on the left side with some panels and links inside those panels as an admin menu. How do...
Results 1 to 25 of 38
Page 1 of 2 1 2