Search Results

Type: Posts; User: ashton.lamont

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. I have the same issue on a brand new XP VM with VS2010 no add-ins. I am just trying to test some layout options.
    Eventually would break it apart into sub pages and components. But just wanted to...
  2. You know what I do. ANKH SVN is the main one i use.
  3. Can anyone tell me why when I make a markup change in the source of my aspx page it takes a long time to save. It appears that there is a re-validation of the markup happening before the save. Can...
  4. I have had an internal EXT solution running for some time. We are trying to make it accessible via our cisco vpn web portal. The Cisco software appears to want to load the site into a div on the...
  5. I have read several threads with different solutions to the Session Timeout.

    All I know write now is that I am not storing anything in the session but I have my app pool and other items set to 60...
  6. I am sure I will be told this was a fluke on my system. But I post this as a warning and how to resolve.

    I just upgraded out of my beta 1.0 DLL's to the RC1 today on a project. I exported the...
  7. That is true...

    I ended up writing it like:



    <ext:RowExpander ID="RowExpander1" runat="server" EnableCaching="true">
    <Component>
    <ext:Panel...
  8. just realized Handler="" is returning the record and Fn seems to have no knowledge of the event.
  9. All i want to do is on expand of a row pass the record.id to autoload of a panel. But i am getting the below errors. Everything I read says that record should be available. I need some assistance...
  10. That's awesome if you get it in quickly...
  11. I am just curious about time lines with EXT.NET and incorporation of new EXTJS functionality. In particular something like:
    ...
  12. Line 55: <add assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

    You seem to be missing a reference. I use this a lot and seems that you...
  13. Line 55: <add assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

    your missing a dll for examples.
  14. I want to capture for instance before this webservice call get's executed to fire off some other javascript.

    I really don't want to put a listener on every type of webservice like this. I was...
  15. Thanks, exactly what i needed.
  16. Is there a way to limit the FilterBy to only the nodes that have been loaded.

    I have an Async tree that I want to put a filter on but it try's to load all the nodes as you begin typing. Well...
  17. I am noticing that the BeforeAjaxRequest works if you make a post to your page. Ie. POST http://localhost/default.aspx

    It doesn't fire if you do the following POST...
  18. Vlad,

    completely agree that the ExtJS manuals are necessary but we are looking at two different things in this case.

    http://www.extjs.com/deploy/dev/docs/?class=Ext.tree.TreePanel
    ...
  19. i just figured it out.

    You called it "node" and not "this". so it is "node.id". "this" is reserved for the container?

    Is there some good documentation for these difference yet in ext.net?
  20. the checkchange event on a treepanel should have two parameters Node this, bool checked



    <DirectEvents>
    <CheckChange
    ...
  21. Geoff,

    Thanks your right. getCmp will fix my issue if I pass the clientID to the add tab function. I was using the wrong one.
  22. Footnote:

    I have also tried passing the tabpanels ID directly and then doing Ext.get(tabPanelID) but this results in the same dom that doesn't contain all the methods still.
  23. I am doing an async treepanel until I get to the below code to add my leafs.

    My basic problem is that the handler here is passing a dom element of TabDetails which is my tabpanel but it is lacking...
  24. please see this post:

    http://forums.ext.net/showthread.php?7979
  25. All,

    I have struggled with a couple issues when using the google earth plugin with ext and coolite. in both version 0.8 and 1.0.

    It is well known that the Earth Plugin requires SHIMS to be...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4