Search Results

Type: Posts; User: ewgoforth

Page 1 of 3 1 2 3
Search took 0.02 seconds.
  1. Hello,

    In my client script I'm trying to mark the containing form of a field invalid with Javascript similar to the following:



    var showResultText = function (btn, text) {

    var...
  2. Hello,

    I have the following markup:


    <ext:TreePanel ID="tree" runat="server" Height="250" Title="Reports" Border="false"
    Width="360" AutoScroll="true"...
  3. Daniil,

    Actually IE9 is out of beta now, I'm using IE9 release candidate 1. From what I'm reading on the Internet it's going live on March 14th (in 4 days).
    ...
  4. In poking around in my Javascript debugger, it appears that the Ext.Js library version 3.3.0 (we're using Ext.NET 1.0.4035.35720) doesn't have any browser sniffing for IE9, I see it execute the...
  5. Hello,

    I've upgraded my browser to IE9 RC1. It looks like IE9 is going to be released in 5 days. I'm getting some errors on our site with a popup that has a treepanel on it.

    Looking around...
  6. Daniil,

    Thanks, your approach worked pretty well, but I had problems that it wouldn't uncheck anything that I checked in my server-side code during the Init event, until I added markup and...
  7. Hello,

    I found this thread that does what I'm trying to do, but I'm using AsyncTreeNode, not regular TreeNodes. I can't get it to work with AsyncTreeNodes, is this possible?
    ...
  8. I got it to work. I added an Expand listener, in which I set the value of a hidden control. I test for that value in my code-behind. What doesn't make sense is that the Expand event only fires...
  9. Hello,

    I wanted to be able to look at the source code for Ext.Net. I downloaded Tortoise SVN and tried to do an import on http://svn.ext.net/premium/trunk/. I get prompted to enter a user name...
  10. Vladimir,

    I tried running your example as is, but I get "Microsoft JScript runtime error: 'dom' is null or not an object" when trying to evaluate b.dom.insertBefore(this.el.dom,a) in the Ext JS...
  11. Hello,

    I made some tweaks to my sample page. It works except my nodeload event is being triggered too many times on the page load:

    My code currently looks like:



    <%@ Page Language="VB"...
  12. Hello,

    I'd like to move some javascript off my page into a standalone Javascript file, which means moving it outside of a <ext:XScript runat="server" > tag. I have a control #{mySlider} that...
  13. I added that listener to my root node, but my page won't compile. I get the following 3 errors:

    Ext.Net.TreeNodeCollection must have items of type 'Ext.Net.TreeNodeBase'. 'Listeners' is of type...
  14. Vladimir,

    I tried adding a:



    <ext:FormPanel runat="server">
    <Listeners>
    <AfterRender Fn="doLoadStuff" />
    </Listeners>
  15. In my real application, the .aspx is actually an .ascx and the resourcemanger is on the calling page. How do I add a handler in this case?

    In my controls init method I tried


    Dim...
  16. Hello Vladimir,



    I've been working on other areas of the app, and had put the lazy-loading stuff on the back burner. I tried implementing your suggestion as follows:



    <%@ Page...
  17. Hello,

    I'm having problems using the setValue method on a SliderField control. The following code, based off of one of the samples demonstrates it. Click on the "Mash Me" button.



    <%@ Page...
  18. Hello,

    Any idea why I can't access a slider field from javascript that's being fired on page load?



    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  19. Thanks, that fixed it.
  20. Hello,

    I'm seeing some "weird stuff" when I render a vertical slider bar in IE8, it looks like a series of stacked circles or something:



    <%@ Page Language="VB" AutoEventWireup="false"...
  21. on the slider, Vertical="true"
  22. Hello,

    Is there anyway to make the slider bar have a vertical orientation?

    -Eric
  23. Hello,

    I'm getting an error trying to read the slider value in javascript, any idea why? I'm using the #{controlid} syntax that seems to work everywhere else.



    <%@ Page Language="VB"...
  24. Daniil,

    It seems that pretty much all the examples that I've found have the mask trigger by the a direct event fired by a control. What I'm looking for is a mask that would be triggered by the...
  25. Hello,

    I see there's a <LoadMask> available on a ext:FormPanel control. I can't find any examples or documentation. How does one go about using this?

    -Eric
Results 1 to 25 of 54
Page 1 of 3 1 2 3