Search Results

Type: Posts; User: CarpFisher

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Thanks that works perfectly... I though I have to initially the URL before it is shown but apparently it handles the change URL well ....Thanks
  2. Hi Danii

    Thank you for your reply. I think my problem is that my loader got a problem with the Mask specified in the Loader object. The error from the javascript is actually:

    Uncaught...
  3. Hi

    I'm trying to load content from the clientside which has the same effect as:


    MyPanel.LoadContent("myurl.aspx");


    from the clientside, I tried to use:
  4. I've find another quick solution for this. If you call the showBusy() on the client side before you set the text, it will set the correct CSS for the ICON and text, and they will be aligned...
  5. Thank you very much for that. However one would think that it behaves like other controls that the ICONs are arranged properly themselves without extra care/coding. I am happy to put extra code, but...
  6. I have aStatusBar inside a BottomBar of a panel defined like this:

    <BottomBar>
    <ext:StatusBar ID="ExtInvBottomBar" runat="server" Text="Liquidated Value: "...
  7. Hi

    There is a "Copy" property of the TreeView, which if set to "True", when you drag and drop nodes in the tree will create a copy instead of moving that node.

    Now, I've got different kind of...
  8. I am sure because I put a breakpoint on the server side function of the node load handler. After I clicked the 'Refresh' context menu the breakpoint paused and I examined the returning Node and it...
  9. The text on the node was not updated after I called


    getStore().load({node: node})

    I called that after the tree is fully loaded initially. Basically what I'm doing is I've got a Context menu...
  10. Thanks. Yes I think I can guess that... however my problem is, get('text') is getting the text property of the node, however, when I called the
    getStore().load({node: node}), I did update the text...
  11. it seems that we was writing to the thread the same time....

    Thanks for the advice. Now my problem is how to get the updated
    text property from the node, since it is not there anymore in the...
  12. Sorry I was referring to this:

    http://forums.ext.net/showthread.php?10965-CLOSED-How-to-refresh-a-TreeNode-(attribute)-in-a-TreePanel

    and I find that the API mentioned there is terribly...
  13. a node from the tree has the method setText() and property text while a data node doesn't have....

    What I'm doing now is tell the store to load (reload actually) a particular node from the server....
  14. Hi

    I've got a TreePanel like this:

    <ext:TreePanel ID="tplTreePanel" runat="server" Height="600" Border="false" >
    <View>
    ...
  15. Thank you it works. Just a little thing to note that I have to use
    json: false otherwise the variable name in the form will be a json object and you can't really retrieve that from the Request...
  16. This is the info I've got from Chrome's developer tool



    Request URL:http://localhost:3269/WebServiceHandlers/TestScriptWS.asmx/DownloadScript
    Request Method:POST
    Status Code:500 Internal...
  17. not working :(

    I've got this error after formId is defined


    System.InvalidOperationException: Request format is invalid: multipart/form-data; boundary=----WebKitFormBoundaryiCoYwSAmMGdO8yW4.
    ...
  18. Hi

    Using the examples https://examples2.ext.net/#/Events/DirectMethods/WebService/

    I am calling a WebService Endpoint from a DirectMethod, only difference is my service returns the actual file...
  19. That's a cool utility!!!! i don't know that exist!! i wish i know that much earlier!!
  20. Thank you so much and it works. The reference link provided is incorrect and it should actually be:

    http://docs.sencha.com/ext-js/4-1/#!/api/Ext.tree.Panel-event-itemcontextmenu


    I'm using the...
  21. But the node passed there is a normal Dom HTMLTableRowElement, and not an Ext object.....

    Here is the error from the javascript:
    Uncaught TypeError: Object #<HTMLTableRowElement> has no method...
  22. Hi

    I've got an ItemContextMenu listeners of a TreePanel. In the node object that passed to the Handler is a DOM object, and not a TreeNode object. Using
    node.id actually doesn't help in getting...
  23. I dig into the source code of the IEdriver of selenium , and find that it is actually this line:


    element->scrollIntoView(scroll_behavior);

    is creating problem and looks like that...
  24. Hi

    I wonder if anyone has experience using Selenium Dot Net on Ext.Net. We have build a framework to test on traditional .Net code using Selenium Dot Net. However when trying to use it on Ext.Net...
  25. Thanks....

    I've tried to put Gradients object in Settings in configuration, however it didn't work as some properties of GradientStop which it contains can't be serialised. I eventually put all...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4