Search Results

Type: Posts; User: davidhoyt

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. mindcore (mc) is exactly right.
  2. I'm attempting to separate out desktop windows into different aspx pages and then load them in iframes in a desktop window. That works (thanks for the great example at...
  3. I've been meaning to get this out for a while now. Here's an update with some minor fixes/tweaks to the dialog/code.
  4. That worked beautifully. (c: I didn't notice from looking at the docs that children was a config parameter.

    Thanks - you're awesome!
  5. An empty array of node children will allow me to drag and drop onto a leaf node when appendOnly=true. It also prevents it from trying to access the server when it's expanded b/c I already know it has...
  6. I need a way to specify the children of a node in an async tree loader. See the last post of http://extjs.com/forum/showthread.php?p=30371 - in order for this to work for me, I need to specify an...
  7. How do I show a load mask when calling an ajax method?
  8. There appears to be a bug when you use drag and drop and a tree panel. Click events no longer seem to fire correctly.

    I have a tree drag zone and a tree drop zone both pointing to the same...
  9. I'm currently doing a treepanel drag and drop. How do I tell it to not use the node insert above/below proxy icons when dragging around nodes? I also want to get rid of the insert above/below...
  10. Yes, that's exactly what I was talking about. I'm trying to use the Ext msgbox which doesn't block the caller. So is there a way to call an ajaxevent in the Ext msgbox callback?
  11. Is there a way to initiate an ajax event in javascript?

    For example, I want to pop up an ExtJS confirmation dialog in a button listener before the ajax event is fired. So I create a listener which...
  12. I updated and it still is not working. At least not in IE 7.

    Any thoughts?
  13. This isn't really a "bug" per se, but the treepanel hover arrow isn't correctly transparent in the right places. It's barely noticeable, but I noticed it when I was moving my mouse around.

    See the...
  14. Okay. I'm scraping by using the TextChange ajaxevent w/ some javascript magic, but I'd much prefer to use it declaratively and then call it good.

    Looking forward to seeing it!
  15. Just wondering if you plan on doing treeditor any time soon?

    It would be wonderful to have this. Trying to do everything w/ ajax methods is a pain. Having a nice ajax event would be perfect!
    ...
  16. Hi there,

    To get that fix, you need to buy a license and then get SVN (repository) access. Otherwise you will have to wait until the next community release. I'm not sure when that is,...
  17. Here's a screenshot for proof. (c:
  18. We're experiencing the same issue as described in this post: http://forums.ext.net/showthread.php?threadid=2921-5-1.aspx

    Please see my message there. Thanks!
  19. We're having this same problem using the latest code taken from the repository this morning. HtmlEditor is appearing when window is started with Showonload="false"

    Any thoughts?

    If I have time,...
  20. Any updates? (c:
  21. Can anyone tell me why this DnD code doesn't work in Internet Explorer? Works fine in FF3 and Chrome.

    I'd love to be able to refine it - sometimes the dd element disappears. I've tried using...
  22. How do I get the value of a textfield object on the client side?

    I've tried #{txtbox}.getValue() and #{txtbox}.getRawValue() and #{txtbox}.value and Ext.get('#{txtbox}').getValue(), etc.

    None...
  23. Thanks! We'll use that for now. (c:

    If how we did it violates typical ExtJS usage, perhaps you could just throw an exception if that scenario occurs?
  24. Okay I isolated when the problem occurs. And it has to do with master pages. Take a look at my example project.

    Try debugging AjaxEvent.aspx, fill in some values and hit submit. You'll see that...
  25. Try using the following:



    <%@ Page Language="C#" AutoEventWireup="true" Inherits="System.Web.UI.Page" %>
    <%@ Register assembly="Coolite.Ext.Web" namespace="Coolite.Ext.Web" tagprefix="ext" %>...
Results 1 to 25 of 130
Page 1 of 6 1 2 3 4