Search Results

Type: Posts; User: equiman

Page 1 of 6 1 2 3 4
Search took 0.01 seconds.
  1. Thanks! Save my day!
  2. Thanks!!! now I can download it!

    But still have the same problem:


    I will try with 1.3 pro full version to recompile.
  3. It's because, I'm using 1.7 version (from nuget) on 4.5.2 project... but It's showing this warning when I try to build it:



    Project works, but in a future I don't want to deal with this...
  4. I'm trying to download from:
    http://ext.net/archives/1-7-0/Ext.NET.Pro.1.7.0.zip

    But say: 404

    There is a way to download full pro version, with source code (I need recompile it with 4.5.2...
  5. Thanks to @price56k I found the solution in ExtJS Forum:

    Option 1:
    https://www.sencha.com/forum/showthread.php?301116-Submenus-disappear-in-Chrome-43-beta&p=1100886&viewfull=1#post1100886
    ...
  6. I have a problem with Menu Horizontal component, when mouse is over a MenuItem I cant click on it because hide this Menu.
    I'm testing with another browsers but only happens with Chrome:

    Ext.Net...
  7. An update to VS 2013. Using Ext.Net 2:


    <?xml version="1.0" encoding="utf-8"?>

    <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"...
  8. Now I see the light... it's like an Ext.net.DirectMethod.request
    Thanks!!!! works excellent.

    Finally I'm not implement a mask:

    Ext.Msg.wait('Uploading file...', '');

    Then... when finish (to...
  9. I'm trying found the way... but i'm lost.

    Where is the place to show Mask and how receive response when is success or failure?
  10. @Dannil thanks. Second example with parameters works perfect.

    If some one needs convert received File to by Array this post can help it:...
  11. Ext Resource Manager is fine, but if you are planing use Localization, is better Script Manager


    <asp:ScriptManager ID="ScriptManager1" EnableScriptLocalization="true" runat="server">
    ...
  12. Script manager is no need ... just is another way to add script reference dynamically.

    You can use tradicional HTML
    <script src="../resources/js/timeout.js">

    But with this method you need to...
  13. Thanks! work for me too.
  14. Thanks! works form me. Hard to seek on forum but finally I found here how to disabled ClicksToEdit.

    I change a little this code, and now you can edit another record with mouse click(s), only if...
  15. Thanks works for me too!
  16. Thanks @NickBin for sharing.

    I used it, but not with infinite rotate panel.
    My code enable or disable prev and next button when reach the limit.

    JavaScript:

    var rotatePanel = function...
  17. Thanks! works for me too!
  18. I have the same issue today and I think i found a way to solve it.
    I hope that can help you.

    Only add a listener to Menu Panel with

    <Listeners>
    ...
  19. +1 That will be great!
  20. Thanks to @mait_k for asking and @Daniil for answer... I use second method and works like a charm.

    Now this editor isn't annoying for my users :D

    Directly to my bookmarks.
  21. NuGet Version still have this problem. There is another way to fix it to NuGet version?
    Or I need download, compile and replace?
  22. Ok thanks.

    I'm working on a project to simplify it.

    Or waiting the Mulder and Scully call ;)
  23. I think I found the problem ... it's because i have a view that have an user_control.
    This part is complettly Ext.net, and don't use ExtJS.

    In the view Page_Load I'm adding dinamically controlls...
  24. Ok... i'm trying to minimize the code to maxim.

    One question... there is a change version of ExtJS included between Ext.net 1.3 and 1.7?
  25. Maybe a Hangout? and I can show you?
Results 1 to 25 of 149
Page 1 of 6 1 2 3 4