Search Results

Type: Posts; User: OSYS_FMS

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Thanks Daniil
    I will look into that. I was hoping for a higher level approach by using ResourseManager or ScriptManager for example.


    What's the equalent of StoreMgr in Ext.NET?
    ...
  2. As with my previous questions, producing a sample is really hard/impossible. To begin with, its Sharepoint. There are many independent webparts on the page.

    The collision I talk about is the fact...
  3. Hi Again,
    Another day another problem.

    On a page, we have chartfx charts and many (8-12) multiselectcomboboxes. If, when the page loads, we click on a chart to expand it (a process which loads a...
  4. That fixed it. Thanks.
  5. Same result if I change that to


    .x-mcombo-text { font-size: 10px; }
  6. That's all the code I have in my page as I gave you full code for both aspx and aspx.vb. Just add it to standard web template with default master page and it would work.

    Remember, test it in IE6.
  7. I thought if I do that then you may say its not a complete sample :-)




    That is what I am doing but this thread was open so I thought we may be able to fix the issue without changing CSS.

    I...
  8. Here you go

    Default.aspx:


    <%@ Page Title="Home Page" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false"
    CodeBehind="Default.aspx.vb" Inherits="WebApplication1._Default"...
  9. Here is an update. Problem is related to font and font size. We have following CSS applied


    font-weight:lighter;
    font-family:Arial;
    font-size:10px;

    If I change font size to 11...
  10. I've removed the CSS rules and the problems still occurs.

    We are going to upgrade EXT.NET to version 2.0 so hopefully this issue will then be resolved.

    IF not I will open another ticket.
    ...
  11. That works fine too, but I think we are using and older version.

    The version of the Ext.Net.dll is 1.0.3960.36328
  12. We are using 1.x.

    Note that we use some styling and script you supplied us to fix some other issues



    .multicombo-with-icon {
    padding-left: 3px !important;
    }...
  13. No, your markup works fine in ie6 in my Virtual Machine.

    Our markup is as follows:


    <ext:ComboBox ID="ddlFleetType" runat="server" FieldLabel="Fleet Type" EmptyText="Select a Fleet.."...
  14. Hi,
    I have a panel with many multiselect comboboxes. I am trying to make this panel delay load itself using a hidden button. Here is how I declared the comboboxes




    <ext:Panel ID="OuterPanel"...
  15. When we render a list of our items in a combo box in IE6 the tems are offset from the one above creating a stepped look. See Attached.

    The combo box works fine in IE 7,8, and 9 but we are...
  16. Hi Daniil,
    Sorry mate we are currently in panic mode over a product release. I think you can close this thread.
  17. Mine is 9.0.8112.16421
  18. When I click on Manage Attachments, I see the attached window where I have pointed out the Add Files and Insert Inline buttons. I am using IE9.

    4710
  19. I think I may have to live with it.





    Click on <B>Add Files</B> which brings another small window on top. Click on Select Files. After selecting a file, click on Upload. That window will...
  20. Thanks for the detailed reply. The scrolling that I am talking about is the overall page scrolling in IE not scrolling withing the panel/container which works file. The filter panel has more contents...
  21. Hi,
    Sorry I tried but could not come up with a layout which would mimic my actual layout and demonstrate the issue so I came up with a drawing which is attached.

    What happens is that if I change...
  22. Hi Daniil,
    Thanks for coming back onto this. I am currently working on another issue which has high priority so unable to come back to this. I will update this thread with more information when I...
  23. Removed AutoHeight which did not make any difference. Changing Content to Items makes the panel come up empty.
  24. I have already posted the master page layout code. Following is the layout of user control which has the problem with scrolling



    <ext:Panel ID="OuterPanel" runat="server" AutoHeight="true"...
  25. Sorry that may not be possible because I have a sharepoint page with a master page that has the ext viewport. I then have a page layout in sharepoint which has 4-5 different webparts and each webpart...
Results 1 to 25 of 62
Page 1 of 3 1 2 3