Search Type: Posts; User: LarssaAndin

Search: Search took 0.02 seconds.

  1. As I managed to figure out the answer before I posted the question, I'll just write post my problem and how I solved if anyone else runs into the problem.
    ---
    In my program I have a scenario where...
  2. Replies
    0
    Views
    206
    I'm working on creating a touch version of my ExtJS app and one thing I've ran into is the lack of a table/column layout.

    What I need is a way to place my elements in something that at least...
  3. I'm trying to replace the behavior of arrow keys in a text field (that is created by the edit plugin of a gridpanel). To start with I want to make up and down arrow commit the changes and move to the...
  4. I might have found the solution for this (at least for standard text inputs).
    By overriding the onFocus function in Ext.form.field.Text the problem goes away.


    ...
  5. REQUIRED INFORMATION

    Ext version tested:

    ExtJS rev 4.1.1 and 4.2.0-beta
    Browser versions tested against:


    IE9
    IE10 (preview on Win7)
  6. Nice!

    Yeah, I agree it's a pain :-(.

    If you want to keep track of what your app is doing, I suggest having a look at this logging framework, it's quite nice and very easy to use....
  7. I always get this behavior if I manage to leave a console.log in my code where it shouldn't be.

    IE is the only browser of the ones you list that doesn't define the console until the debug window...
  8. I suggest that you add a beforeedit listener to your edit plugin.
    http://docs.sencha.com/ext-js/4-1/#!/api/Ext.grid.plugin.CellEditing-event-beforeedit

    In this listener you just check a variable...
  9. I agree that in your scenario resetting scroll would be the only reasonable solution. I can't really see how that can be the issue for me though. The reason my app hit's this code is that the store...
  10. Replies
    5
    Views
    232
    http://docs.sencha.com/ext-js/4-1/#!/api/Ext.state.LocalStorageProvider

    The documentation lacks an example though, but it is very simple.



    var store =Ext.state.LocalStorageProvider.create();...
  11. Replies
    5
    Views
    232
    I can't answer all your questions with authority, but some of them at least :).
    1. For what purpose? Is it for printing? It's not very complicated to generate stand alone HTML (I do for printing...
  12. I have a problem the scroller for my gridpanel. I have application that will trigger a refresh of the grid after edit of a cell is comitted to the server (the server sends an updated version of the...
  13. Replies
    13
    Views
    1,282
    Ok, I've generated a new app and now it seems to be working fine without loops. I can't really figure out what I did wrong last time but probably something stupid ;).
  14. Replies
    13
    Views
    1,282
    Hmm, I'm not at my work computer any more (already Friday evening here). I'm quite certain I didn't copy the .sencha directory. I generatade a new app, copied the content of the "app" dir (not the...
  15. Replies
    13
    Views
    1,282
    I do get this in an ExtJS application, is there two similar problems?
  16. Replies
    13
    Views
    1,282
    After upgrading to 230 from 190 I also get the loop bug.
    The application is freshly generated (yesterday). I created it using

    sencha -sdk ..../ext-4.1.2a generate app Name Path .
    After that I...
  17. I've started to use the sencha command for my now fairly big project (should have started earlier but hey, better late then never ;-)). I've created my all-classes.js using sencha app build
    Anyway,...
  18. If you call Ext.JSON.encode(obj) with an object that references itself it will result in a infinite loop (ends with stack overflow in most browsers).

    It is of course stupid to call this method...
  19. I'm using those lovely component for my, quite complicated, grid and so far it works extremely well.
    I've managed to add editing using the standard CellEditing plugin and it works fine for my...
Results 1 to 19 of 19