Search Results

Type: Posts; User: Santon_Lee

Page 1 of 2 1 2
Search took 0.10 seconds.
  1. I create a windows form application to load an asp.net application which use the Ext.Net controls. I use the WebBrowser control to load the .aspx page. But I found the GridPanel line can not be...
  2. Hi,

    The following is my code.


    <ext:Viewport ID="Viewport1" runat="server" Layout="ColumnLayout">
    <Items>
    <ext:GridPanel ID="gp1" runat="server" ColumnWidth="0.4"...
  3. <ext:GridPanel ID="gpRoleUsers" runat="server" ColumnWidth="0.7" Flex="1">
    <SelectionModel>
    <ext:RowSelectionModel ID="RowSelectionModel2" runat="server" Mode="Multi" />
    ...
  4. The following is the markup code.



    <ext:Window ID="winCtl" runat="server" Collapsible="false" AutoHeight="true" Icon="ApplicationForm"
    Width="400" Hidden="true"...
  5. Hi,

    I have a question here.

    We can get the selected treenode using #{TreeGrid}.getSelectionModel().getSelectedNode(). But if no treenode is selected, it will cause an error. What I want is: if...
  6. Is the website of 'https://examples2.ext.net/' not ready?
  7. Got it. Thanks.
  8. Firstly, glad to hear the new of final release of version 1.0.

    I've seen the new price for professional edition about the newly released version 1.0. I think 1 pack will be OK for us. But there is...
  9. We can pay for the final release. It's OK. No problems. But tell us whether the final version has been released. That's right. We use coolite to develop software. But what we need more is a stable,...
  10. Where is version 1.0 final release?

    We are still here waiting for it so long time.
  11. I think the reason why the release date for v1.0 is the coolite team want to provide a better product for users. It's good. We can understand it. But the continuous delay of V1.0 is a problem for...
  12. Thank you very much.

    It's better if I can solve this problem from code-behind. Actually, I know your suggested way and it works well. The reason why I preferred code-behind are: 1. I am not...
  13. The following is the markup code:


    <ext:ResourceManager ID="ResourceManager1" runat="server" />
    <ext:ViewPort ID="ViewPort1" runat="server">
    <Items>
    <ext:BorderLayout...
  14. I added a new tab to the tabpanel from code-behind, but I can not get the newly added tab using the TabPanel.Items. What should I do?
  15. I have solved this problem. The reason why treenode_click event is not triggered is due to the treenode.Href property. I set value for the treenode.Href property, so when clicking the treenode, the...
  16. Hi, jchau.

    Thanks for your tips. Actually, I put a break point at the first code-line in the tpnNavigator_Click event. In the debug mode, it is not breaking. That's just what I wondering.

    By...
  17. Hi,

    I'm studying coolite 1.0. Glad to know control can be created from code-behind, and there are some examples online.

    What I want to do is using a treepanel and a tabpanel to accomplish the...
  18. Hi,

    We can set the same property (i.e. width, height, etc.) of the asp control in the .skin file, and SkinID property can be set simply in the .aspx file. Is this applicable for coolite web...
  19. Got it. Thanks.
  20. Hi,

    I met a problem about the ID property of menuitem. Once the value of ID property of menuitem includes '-', error comes out. The error message is 'missing :'. If no '-' is included, everything...
  21. Hi, BillyZ,

    Thank you very much. It works. This issue can be marked as 'CLOSED'.

    Santon
    ------
  22. My solution refers to the below address:

    http://forums.ext.net/showthread.php?threadid=29081-4-1.aspx
  23. I've solved this problem.
  24. Hi thiefo,

    try the following:


    <ext:ToolbarButton ID="ToolbarButton4" runat="server" Text="getIdOfTab" Icon="ArrowRefresh">
    <Listeners>
    <Click...
  25. I want to get the ID of activative tab in tabpanel control. How can I get it?
Results 1 to 25 of 26
Page 1 of 2 1 2