Search Results

Type: Posts; User: RCM

Page 1 of 16 1 2 3 4
Search took 0.03 seconds.
  1. I have a window with one panel. The panel is set to load an html document into the body. The html document contains scripts which must be executed for the document to be visible and formatted...
  2. I am gettying the following errors when chrome tries to load/evaluate the ext dynamic javascript files.

    Refused to apply inline style because it violates the following Content Security Policy...
  3. Good day,

    Thanks for assistance, I got it working using the following loader settings:



    <Loader Scripts="True" AutoLoad="False" Mode="Html"></Loader>
  4. Good day,

    See my use case below:

    I am trying to render the following page in a pane using the update method on panel and setting the use scripts parameter to true, but it does not load my my...
  5. Good day,

    Thanks for your quick response. Can I pass raw HTML content to the loader without using the URL property to an html document. If so please offer some guidance in doing this approach.
    ...
  6. Good day,

    Please can you inform me on how I can get access to the Ext.ux.IFrame component that is available in SenchaJs. I need to render some raw HTML text in a panel and this seems the best...
  7. Thanks guys,

    I will review these items.
  8. Good day,

    I was able to resolve the issue. please mark as closed.

    thanks for your response.
  9. Hi Danill,

    I tried to follow the suggestion you gave but with no luck.

    My toolbar buttons default icon size is 36px. The Css you gave below will work if all my buttons uses the same icon. But...
  10. Good day,

    How can I change the toolbar overflow menu icon. My default icon size for the toolbar is 32X32 but I would like to update the icon css to be 16x16 as the large icon does not display...
  11. I got it to work by using



    Ext.override(Ext.picker.Date, {
    constructor: function (config) {
    config.dayNames = Ext.Date.dayNames;
    ...
  12. What do you mean by a test case with such configuration. I have sent the sample code.

    The simple question is what could make the calender render the months in spanish but not the days of the week...
  13. we are using ext version 2.2.0.41185

    I do not believe you can place <ext:ResourceManager runat="server" Locale="es" /> on a partial mvc view (window) because when I did so the window did not pop...
  14. below is the asmx page




    <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<dynamic>" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <ext:Window...
  15. The attached image shows a localized calender date picker. however, the days of the weeks are not localized.

    Please how can this issue be resolved.
  16. Good day,

    I am using the buffered store feature to try and load over a 100,000 records in the gridpanel, but the store is only loading up to 70,000 records. Please let me know if I am doing...
  17. Hi I am using Release version 2.2 and I am 2 weeks from release. So I cannot change my version
  18. Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729;

    .NET4.0C; .NET4.0E)...
  19. <body>
    <form runat="server">
    <ext:ResourceManager runat="server" />
    <ext:Panel runat="server">
    <Items>
    <ext:MultiCombo ID="MultiCombo1" runat="server"...
  20. Thanks anyways. I had to override the "drawHorizontalLabels" on the Axis class. Got it working the way I want for now.
  21. I need to have a base for the overriding. What is the base javascript code for these methods (oncreatelabel and onPlaceLabel)

    In addition , the original code you provided to override the chart...
  22. The override you provide worked for controlling the y-axis title.

    if I can get a similar override for the x-axis label that can enable me manipulate the placement of any of the x-axis label, then...
  23. Hi,

    I would like to adjust the placement of the vertical axis title and the x-axis label to avoid overlapping as seen in the attached image. How can this be achieved. I know the label onPlaceLabel...
  24. I have a component column and a check column in the same grid. Whenever i Call commit in the checkcolumn handler the componet column gets called and creates a new combobox. I then get an error from...
  25. Thanks Danil,

    The following was in the sample was done in error. Thanks for pointing those issues out though. I was able to use the issue with the number of records being coming back to track down...
Results 1 to 25 of 394
Page 1 of 16 1 2 3 4