Search Type: Posts; User: Zolcsi

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    39
    Views
    39,544
    Here is a slight modification to the code above:



    With this it works when the ckeditor component is not rendered
  2. uksencha, that sounds like a good idea, however, unfortunately I wasn't able to find a good event to disable the fields. mousedown doesn't work and there is no click or tap event on a select field....
  3. REQUIRED INFORMATION


    Sencha Touch version tested:

    Sencha Touch 2.0.1
    Sencha Touch 2.0.1.1

    Browser versions tested against:
    Safari (on iOS 5.1.1 and iOS 5.1)
  4. Replies
    956
    Views
    308,101
    That worked like a charm for me, thank you very much!
  5. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.0.7

    Browser versions tested against:
    Safari 5.1.2 Google Chrome 16.0.912.75

    Description:
  6. Well, unfortunately I couldn't find any better solution, as a matter of fact I ended up with exactly the same solution as your second point.
  7. Whoaa, nailed it :)
    So, as it turns out, the second toFront was called because it was listening to an event.
    In Ext.Window.initEvents there is this line of code:


    this.mon(this.el, 'mousedown',...
  8. I've started debugging the problem, and here's what I got so far:
    The original modal window is "ext-comp-1190" and the new window which should appear above it is "winNewPartnerContact".
    I put some...
  9. Using the getDialog() the errors are gone, but the messagebox will stay under the dialog. I'm thinking maybe the messagebox was correctly registered with the windomanager upon creation, that's why...
  10. Hi,

    recently I found some strange behaviour which I can't figure out.
    I've opened a modal window, and then I tried to show a confirmation dialog using Ext.Msg.confirm()
    But the confirm window...
  11. Replies
    3
    Views
    1,405
    Hi folks,

    I was wondering if you knew a way of catching the double click event on the title of a tab. What I would like to achieve is to be able to rename a tab by double clicking on its title....
  12. Replies
    2
    Views
    610
    For some strange reason, the search engine could not find this topic:
    http://www.extjs.com/forum/showthread.php?t=33857
    But this is exactly what I need, so I'll just go with implementing this one :)
  13. Replies
    2
    Views
    610
    Hello guys,

    I'd like to implement a dataview like in this example:
    http://www.extjs.com/deploy/dev/examples/view/data-view.html
    But I'd like to be able to rearrange the pictures by simply...
  14. Replies
    3
    Views
    2,016
    Thanks for summarizing it, I think I will use it, so I can update the original grouptabpanel without issues.
  15. Replies
    0
    Views
    499
    Hi folks,

    I have a border layout with a center and an east region. On the east there is a panel, called PlayGround, here is its definition:



    InterPont.Todo.PlayGround = function(config)
    {...
  16. Replies
    384
    Views
    125,069
    hmm,
    that's strange, I'm positive I attached it.
    Anyhow, I'll try again.
  17. Replies
    384
    Views
    125,069
    Hi,

    I made some update to the Hungarian translation. There was a character-encoding issue with one character and I corrected the default date formats.
    I've attached my version.
  18. Hi, I had the same problem, took me a lot of search and testing to figure out what's causing the problem, and even more to rewrite everything to this version.
    I could have really used some warning...
  19. Now as I see, the Statusbar.js was also taken out of the 3.0.3 release, however the example still exists.
  20. Very nice work, I'm definitely gonna use it.
    Thanks! :)
  21. Replies
    3
    Views
    2,016
    Hi folks,

    I needed some enhancements on the grouptabpanel, and I thought you might like it, so here they are:

    First I created a very simple function:



    collapseGroup:...
  22. Hi,

    I'm having a little trouble using the RowExpander plugin.
    I used it before with ExtJS 2, but after migrating to 3.0, the rows won't expand.
    When I click on the + button, the grid shows the...
  23. Replies
    4
    Views
    2,570
    I had one small little problem with this component.
    If I set the value before it was rendered, then the value just gets ignored.
    Here is my fix:

    Instead of this: (line 70)


    this.chk =...
  24. Hi folks,

    I had a problem like this with extjs 3:
    when I selected multiple elements in the lovcombo, then after the blur event the combo was cleared.
    I was able to solve this, by commenting out...
  25. Replies
    823
    Views
    290,767
    Worked like a charm, thank you!
Results 1 to 25 of 62
Page 1 of 3 1 2 3