Search Results

Type: Posts; User: PeterParsonage

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Do I need to pull any new code or is the config change all I need to try?
  2. <system.webServer>
    <httpProtocol>
    <customHeaders>
    <add name="Strict-Transport-Security" value="max-age=31536000" />
    <add name="X-Content-Type-Options" value="nosniff"...
  3. We have been forced to add the option nosniff to the site configuration for security reasons. This has immediately broken the EXT stuff.



    Refused to execute script from...
  4. Is the Triton theme available to version 3 developers?
  5. Brilliant!
    Thank you.

    I am wondering why CustomConfig works with hideEmptyLabel but the attribute HideEmptyLabel="true" does not. However, HideLabel attribute does.

    I ended up with just adding...
  6. Run this example and click on a cell in the Amount column.
    Grid shifts to the right, the editor launches in the place where the cell used to be and the editor width is not obeyed.

    Ext 2.5.3.1...
  7. Thanks Daniil. As always, you guys are really fast with solutions/work arounds.
  8. Also the losing of focus does not always bring back the full menu.

    Today I have reverted back to 2.5.3. There's just too many problems frustrating to the user in this latest version. 3.1 did fix...
  9. Use your examples page to reproduce this
    https://examples3.ext.net/#/Form/ComboBox/Overview/


    In the custom item templates example enter d and the dropdown correctly lists 2 items starting with...
  10. What I am trying to achieve is a form field with a toggle button that takes part in the form validation.

    A simple example is a pair of buttons (Yes | No) where neither are pressed and the invalid...
  11. Windows 8.1 and IE 11.0.15
  12. I forgot to say that the error shows in VS2013 Output window.

    The message shows repeatedly as long as the page is open. You can minimise the window and the error just keeps on coming. I have no...
  13. As posted in the other thread the problem is in the getEl method

    The use of el as a variable name looks suspicious.
    el.toString() = "[object HTMLBodyElement]"
    eval("(" + el + ")") = exception
  14. I get this exception repeating constantly...
    Exception was thrown at line 383, column 13 in http://localhost:51724/extnet/extnet-all-debug-js/ext.axd?v=37796 0x800a03ef - JavaScript runtime...
  15. I use IE10 and found that moving the window controls outside the form tag solved the issue. Thanks guys.
  16. I use this call in a javascript function and it works while debugging in Visual Studio 2012 but not when deployed to a Win2008R2 Server running IIS 7.5



    var data = JSON.parse(params);


    The...
  17. As always, a terrific response from you guys.
    The work around gets us going again.

    Thank you.
  18. In VS2012, I created a new project, downloaded the source for this example; https://examples2.ext.net/#/GridPanel/FilterHeader/Custom_Field/

    Used the nugget package manager to install-package...
  19. This...



    <ext:Label ID="SelectedSale" runat="server" Text="No Sale Selected" Width="300" />


    Results in this javascript which causes an error (missing } immediately after the space in the...
  20. https://examples2.ext.net/#/TreePanel/Basic/Built_in_Markup/

    Using the above demo example in IE10 on Win7 gives the following error.

    The +/- icons for expand and collapse do not change when...
  21. I have a SalesPanel defined in the HTML. On page load I create several new panels and use the newPanel.AddTo(SalesPanel) function.

    After page is loaded, everything looks great. I sees the new...
  22. Great, thank you.
  23. Thanks for that.

    Any chance of an IE9 compatible release before version 2?
  24. If I use the release version of IE9 to look through your online examples, everything seems to work.

    However, using the same browsing session to view my application gives different results. The...
  25. Anyone got any ideas on how to make the new Panel show up in the group tab ?
Results 1 to 25 of 33
Page 1 of 2 1 2