Search Type: Posts; User: vincentc

Search: Search took 0.04 seconds.

  1. Thanks for your reply, but ... ;)

    I understand that usually, a application for a mobile device (big and small screen, pad or mobile) needs a different approach than desktop. I mean "usually", for...
  2. Hello,

    I would like to know if there is a plan to support touch events on ExtJS ?

    I have seen many other threads speaking about, but no suitable answer....
  3. Replies
    53
    Views
    11,495
    +1 Lyon
  4. Hi,

    The current DOM Level 3 Events Specification mentions that Mutation Events are deprecated, their usage is clearly discouraged. Developers should use instead the Mutation Observers in the DOM 4...
  5. Replies
    677
    Views
    252,715
    wrong example in createNode method. Must be :


    new Ext.tree.TreePanel({
    ...
    new Ext.tree.TreeLoader({
    url: 'dataUrl',
    createNode: function(attr) {
    // Allow...
  6. Finally i've got the problem.

    In overriden 'getDragData' method, it needs to only stopEvent if event comes form first button:

    getDragData : function(e){
    if (0 === e.button) {
    ...
  7. Hello,

    Maybe I wasn't clear to reproduce the bug because i am not fluent in english. To be sure :

    1. Go to http://extjs.com/deploy/dev/examples/view/data-view.html
    2. Try to select the files...
  8. Hello,

    I have set a dataview to display files for a project and add the fonctionnality when you drag the mouse, it allows to select multiple files easily.

    The problem appears when you add a...
  9. Hi drotechprog,

    Do you have found something else for your contextmenu which can help me ? I have actually the same problem and i don't understand from where it comes.

    Thanks a lot
  10. Replies
    3
    Views
    776
    @hendricd -- Thanks for your reply.

    I try to have a new approach to build templates. The aim is to select areas to be editable (editable region, repeat region...) on a html page.

    I think i will...
  11. Replies
    3
    Views
    776
    It seems that getXY only work for the current document but not for an iframe element. Has anyone met this problem ? and how to have getXY or getBox relative to iframe context ? Please help me. Thanks
  12. Replies
    3
    Views
    776
    Hello,

    I have a problem with an Iframe in a page. I try to get elements' position in the iframe with getBox to position a layer over targeted elements, but i've got NaN values.


    Object x=NaN...
  13. Hello,

    I think i have found the problem for point 3 : in the "enter" event, onSingleBlur may be execute only for single select. So i have added a condition :


    ...
    "enter" : function(e){
    if...
  14. Hi Andrie,

    Thanks for your great job.

    But actually, i have some small problems when selected items, in multiselect mode. Here is the code :


    var ds_categories = new Ext.data.JsonStore({...
  15. Ok, I've found my error : contentEl: 'tab1_content'. The second time that Accordion is created, the element doesn't ever existed.

    Sorry for this unuseful post. See you
  16. Hello,

    I have a problem with the accordion widget. I use it to disply properties of some elements. Each time to get properties, i first destroy the accordion and recreate it, cause the different...
  17. Same problem in RC1
  18. Hello,

    For the moment, I think that Ext have a distance away for the others Front Frameworks with his features. Surely, after the release of version 2.0, the team could passed some time to improve...
  19. Replies
    0
    Views
    858
    Hello,

    Is there any extension, modification or future feature for Ext 2.0 which allow us to skin the scrollbars of all components ?

    You could see an exemple here, that i used earlier:...
  20. Replies
    7
    Views
    7,525
    Hello,

    Please find here the final version:

    Strong passwords contain 8-16 characters, do not include other fields, and combine three of these character types: uppercase letters, lowercase...
  21. Replies
    7
    Views
    7,525
    Hello,

    First, thanks to the team and specifically Jack S to this very great Extjs. =D>

    I'm currently writing my first extension, that add a meter to evaluate the strength of an input...
Results 1 to 21 of 21