Search Results

Type: Posts; User: Sharon

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Yes, something like that would be perfect.

    I want to implement the ability to change the properties of multiple documets at once. I need one state to show that they have different states....
  2. I could use a tristate checkbox. Is it possible this into coolite?*
  3. Hi I have a checkbox which I check an disable in one case so that the user can't uncheck the checkbox. The last time I checked before yesterday everything was ok. Now, if the checkbox is disabled, I...
  4. How can I set the height depending on the content?

    And it doesn't solve my problem for this part:


    <ext:Anchor Horizontal="100%">
    <ext:Panel...
  5. Yes, after updating via SVN I now see all my menu links. BUT... my search controls are gone.



    <ext:Panel ID="PackagePanel" runat="server" Height="300" Title="Suchen"...
  6. Hi,

    I have the following code:




    <ext:Panel ID="NavPanel" runat="server" Title="Navigation" Width="350" EnableViewState="true">
    * <Content>
    <ext:AccordionLayout ID="NavAccordion"...
  7. I think, we can live with that small flickering on the toolbar.
    We will use a new version of coolite for the next version of the programm on which we are starting in the next few days.

    By the...
  8. The page itself doesn't flicker. It's paging toolbar which shows for a short moment page 1 or something like that and changes then to the right number. Content of the page itself doesn't change or...
  9. Thanks for your help. I rebind the data now in RefreshProgress and added your code. Unfortunately you didn't post the code I would need to avoid the flickering.</p>

    Why did it work for you and not...
  10. 1. Select any file.
    2. Click start import
    3. See first page "name1"
    4. Select second page "name21"
    5. Store reloads. Still second page but name is "name1"
    6. Store reloads. Back on first page...
  11. Of course:


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %>

    <%@ Register Assembly="Coolite.Ext.Web"...
  12. aspx-page


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MassImport.aspx.cs" Inherits="TO.MassImport" %>

    <%@ Register Assembly="Coolite.Ext.Web" Namespace="Coolite.Ext.Web"...
  13. I tried that but that still doesn't work. It is like this:

    36 files, 2 pages.

    Store is filled. I change to page 2 of the grid. Reload, store is filled again. Although I'm on page 2 and the...
  14. Yes, I noticed. That's why I tried to use paging or some other way.




    Can you give me an example of how to do that? And how would I know which page the user is looking at?
  15. Hi,

    I have the following problem: I have a list of files which are processed one after another. To show the user what is happening with the files (completed/working/error/idle) I have a gridpanel...
  16. Hi,

    depending on the language of the page I have to render the date differently. Is there someway to read the value of the uiculture of the page in javascript?

    Thanks,
    Sharon
  17. Hi,

    I try to make our programm multilingual and I need some way to set the above texts from code behind. How can I do that?

    Thanks,
    Sharon
  18. Thanks. Somehow it's suddenly working...
  19. I added the ID and removed the adding of the xtemplate to the tab. All still completly white.
  20. Ok, I use the following code:



    XTemplate Tpl1 = new XTemplate();

    Tab linkTab = new Coolite.Ext.Web.Tab();
    linkTab.BodyControls.Add(Tpl1);
    ...
  21. How do I do that in code behind:


    <ext:XTemplate ID="Tpl1" runat="server">
    <p>Links:</p>
    <tpl for=".">
    - {.}

    </tpl>
    ...
  22. At the moment, I don't use it at all, so I can't give you an example.

    I don't get it, how to add this kind of thing to the xtemplate in code behind:


    <tpl for="Drinks">
    - {.}

    </tpl>
  23. Somehow I seem to be to stupid to build the examples in your link using the other code for code behind you gave me.

    I would need something like 4. Autorendering of flat arrays. I have a list of...
  24. Could you tell me how to build an xtemplate in code behind and add it to a tab?

    Thanks
    Sharon
  25. I seem to be to stupid to do that the right way. Could you show me some code how to fill a combobox store on click on the arrow and to prevent loading it if somebody is typing in the combobox?
Results 1 to 25 of 127
Page 1 of 6 1 2 3 4