1. #1
    Ext User shibubh's Avatar
    Join Date
    Jul 2007
    Location
    Lamahi,Dang Nepal
    Posts
    449
    Vote Rating
    0
    shibubh will become famous soon enough

      0  

    Default Ext.Direct Using .net 3.5

    Ext.Direct Using .net 3.5


    this is the dotnet version of Ext.Direct example

    last update: update on 20 may 2009


    http://www.ny504427.bizhostnet.com/Direct.zip
    Shibu Bhattarai

    Use JavaScript beautifier to beautify you code http://jsbeautifier.org/

    Code Conventions http://javascript.crockford.com/code.html

    ExtJS Core Manual http://extjs.com/products/extcore/manual/

  2. #2
    Ext User shibubh's Avatar
    Join Date
    Jul 2007
    Location
    Lamahi,Dang Nepal
    Posts
    449
    Vote Rating
    0
    shibubh will become famous soon enough

      0  

    Default


    Update on 10th may
    Attached Files
    Shibu Bhattarai

    Use JavaScript beautifier to beautify you code http://jsbeautifier.org/

    Code Conventions http://javascript.crockford.com/code.html

    ExtJS Core Manual http://extjs.com/products/extcore/manual/

  3. #3
    Ext Premium User
    Join Date
    Mar 2007
    Posts
    89
    Vote Rating
    1
    Luc is on a distinguished road

      0  

    Default


    Hi sibubh,

    I 'ld like to have a look at the code, but it seems that both the zip files are corrupted. Can you check?

    Thanks for posting!

  4. #4
    Ext User shibubh's Avatar
    Join Date
    Jul 2007
    Location
    Lamahi,Dang Nepal
    Posts
    449
    Vote Rating
    0
    shibubh will become famous soon enough

      0  

    Default


    no its working. re-download the file
    Shibu Bhattarai

    Use JavaScript beautifier to beautify you code http://jsbeautifier.org/

    Code Conventions http://javascript.crockford.com/code.html

    ExtJS Core Manual http://extjs.com/products/extcore/manual/

  5. #5
    Ext User
    Join Date
    Apr 2007
    Posts
    1
    Vote Rating
    0
    McG is on a distinguished road

      0  

    Default


    nice example - thank you

  6. #6
    Sencha - Community Support Team jay@moduscreate.com's Avatar
    Join Date
    Mar 2007
    Location
    Frederick MD, NYC, DC
    Posts
    16,169
    Vote Rating
    28
    jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough jay@moduscreate.com is a jewel in the rough

      0  

    Default


    Holy crap dude, that was fast!! Awesome job.

    Jay Garcia @ModusJesus || Modus Create co-founder
    Ext JS in Action author
    Sencha Touch in Action author

    Get in touch for Ext JS & Sencha Touch Touch Training

    We are also working on Video-based Sencha Touch training: Check it out here.

  7. #7
    Sencha - Services Team arthurakay's Avatar
    Join Date
    Sep 2008
    Location
    Antioch, IL
    Posts
    1,235
    Vote Rating
    7
    arthurakay has a spectacular aura about arthurakay has a spectacular aura about

      0  

    Default


    I haven't looked at the code yet, but I'm working in .NET and will probably need this when we upgrade to 3.0. I'm glad someone is jumping ahead on this!
    Arthur Kay
    Solutions Engineer, Sencha Inc.

    Twitter | Sencha Chicago User Group

  8. #8
    Ext JS Premium Member Brendan Carroll's Avatar
    Join Date
    May 2007
    Location
    Balmer, MD.
    Posts
    139
    Vote Rating
    1
    Brendan Carroll is on a distinguished road

      0  

    Default


    Very nice
    -BC ...

  9. #9
    Ext User
    Join Date
    Feb 2009
    Posts
    3
    Vote Rating
    0
    freygrob is on a distinguished road

      0  

    Default


    in your js code, replace all "out.el.scrollTo('t', 100000, true);" by :
    out.el.dom.parentNode.scrollTop = out.el.dom.parentNode.scrollHeight;
    and displayfield scrollbar will work.

  10. #10
    Ext User shibubh's Avatar
    Join Date
    Jul 2007
    Location
    Lamahi,Dang Nepal
    Posts
    449
    Vote Rating
    0
    shibubh will become famous soon enough

      0  

    Default Update

    Update


    Now Support for Auto Generate Api.
    Updated to support to ext-3.0-rc1.1.
    Attached Files
    Shibu Bhattarai

    Use JavaScript beautifier to beautify you code http://jsbeautifier.org/

    Code Conventions http://javascript.crockford.com/code.html

    ExtJS Core Manual http://extjs.com/products/extcore/manual/