Search Results

Type: Posts; User: sbg

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hello,

    I have introduced ELMAH as error logger in my web application.
    By default it cannot trap unhandled exceptions coming from inside an ajax method (DirectMethod, DirectEvent).

    Of course I...
  2. Thank you, Daniil, it works.

    Regards,
    SBG
  3. Hello,
    I get a strange error when the user clicks on a toolbar item located in the overflow menu. I recreate the issue this way:


    <%@ Page Title="Test" Language="c#"
    ...
  4. Hello, I have TagField in a FormPanel having a Default button:


    <ext:FormPanel runat="server">
    <Items>
    <ext:TextField ID="txtNome" Name="Nome" runat="server"...
  5. Hi Daniil,

    so Ext-js add "x-" to any cls I add to controls? or only overcls of buttons?

    Thank you!
  6. Hello,

    I'm moving to Ext.Net 2.2. In my page I have a button like this:



    <ext:Button ID="CancelButton" runat="server" Text="Cancel" Cls="btn-cancel" OverCls="btn-cancel-over"
    ...
  7. It works like a charm!
    Thank you so much, Daniil
  8. Hello, I tried this javascript code on the "TreePanel using PageProxy" example:


    function onFind() {
    var path = "/Root/0/01/011/0111/01111";
    App.TreePanel1.expandPath(path);
    }
    ...
  9. Hi,

    I started from the "TreePanel using PageProxy" example.
    I would like to expand a path, via javascript (consequently to a button click).

    I tried this:



    function onFind(id) {
  10. Hello,

    I have a panel like this:


    <ext:Panel ID="ContentPanel" runat="server" Region="Center" Split="True" meta:resourcekey="ContentPanelResource1">
    <Loader runat="server"...
  11. Hi Daniil,
    to me it looks like a bug rather than a feature not supported.

    Thanks anyway, I will try a workaround.

    Regards,
    sbg
  12. Hello,

    I need to keep distinct the ColorId and the CalendarId in the CalendarPanel. It appears that ColorId is just ignored.
    You can reproduce it modifying the Basic CalendarPanel example:

    ...
  13. Hello,

    I'm using the Calendar panel. I would like to disable dragging of some events, depending on some conditions. I tried with InitDrag listener of CalendarPanel, but whatever value I return it...
  14. Hello,

    I'm trying to load events into a CalendarPanel using a DirectMethod or a DirectEvent. I would like to load events only when a new temporal window is shown, like the Remote Data example, but...
  15. Hello,

    I'm trying to customize the panel header. Should i reference to the Bubble Example? It seems not working as in the 1.5 version neither in IE and in Chrome.

    2.0
    4897


    Thanks
  16. Yes, from markup it is rendered as "left", but if you change it in an ajax event, the eval code pushed to the client is like this:



    ({
    ...
  17. Are there any breaking changes from 2.0?

    thank you
  18. Hello,

    I have a viewport with some panels. For a Panel in the code behind on Page_Load we set the Collapse direction:


    panel.CollapseDirection = Direction.Left;

    But when I click on the...
  19. Hi,

    we have finally found the cause of the issue. The problem is the Visual Studio command "Tools/Generate Local Resources" used to generate the resx file of the aspx. If you have this in a page:...
  20. Sorry, we still have the problem.
    We have also tried adding the license key in the Global.asax:


    protected void Application_Start(Object sender, EventArgs e)
    {
    // ext.net license:
    ...
  21. They are aspx pages in TreePanels (TreePanel -> Panel -> Loader).



    I will try,
    thank you
  22. Hello,

    i have put in configSection this

    <section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false"/>

    and, in configuration this:


    <extnet theme="Gray"...
  23. Never mind, I updated from SVN and it works like a charm now.

    Thank you again
  24. Thanks for your support. What about hiding Panel1?
    I tried via Javascript (Icannot find how to do it in code behind):


    App.Panel1.tab.hide();

    but I still get a javascript error.

    Thank you...
  25. Hello, the code below causes me a Javascript error, if I open the page and click the button:


    How can I set the active tab from code behind?
    How can hide the Panel1?


    <%@ Page Language="C#"...
Results 1 to 25 of 33
Page 1 of 2 1 2