Search Results

Type: Posts; User: shijith

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

    Further we where using windows authentication with IIS 7. From some other posts suggest this behavior may be due to non renewal of Authentication ticket. Please advice us the best way to keep...
  2. Hi,

    Treepanel and its filter freezes when the user keep it open for a while.

    We are using a a treepanel and tabpanel almost the same way as the examples site. The filter works perfectly. But...
  3. Hi Daniil,

    You are the man. It worked. I spent a lot of time on it and tried all that i can. Yet i didn't thought adding items in column way.

    Thanks a lot.

    Regards,
    Shijith
  4. Hi Daniil,

    Thanks for your reply.
    I tried to increase the Height, but no effect.

    Regards,
    Shijith
  5. Hi All,

    We are trying to use form layout as shown in the example code for form layout>>overview>>Form 3 - A little more complex.

    Our requirement needs two more combo-box. But the rendring is...
  6. Hi,

    This is a great news. I will get back to you after testing.

    Thanks again.

    Regards,
    Shijith
  7. Hi,

    Thanks for the reply.

    I found text portion in example code, but missed to notice the class option.

    Regards,
    Shijith
  8. Hi,

    Not exactly, but used a work around that fit for us.
    What i done is
    1) removed the view port
    2)Added a plain panel with height set to 2000 in fit layout.

    This worked for our purpose.
    ...
  9. Hi,

    I wish all of you A very Happy and prosperous new year.

    In the examples some tree nodes are marked as "new". In our application we like to mark some nodes as "used".
    But from the examples...
  10. Hi Daniil,

    It helped me a lot. Thanks man........

    Regards,
    Shijith
  11. Hi,

    I had created my page using code from various posts in this forum. Thanks all of you.

    When I got this error first in my page, that i posted, i tryed to see how the examples behave. Then i...
  12. Hi Vladimir,

    Thanks for your fast response.

    Please find a sample page. where home.aspx contains just text 'Home Page'.
    I got the error on both IE 7 & Firefox 3.6.13.
  13. Hi,

    I had created a portal with two portal-columns. Please see the attached screen shots. It looks perfect in the first picture. In picture two, as the user rearranges the portlets, scroll-bar...
  14. Hi,

    I had a portal in an aspx page which contains two portalcolumns. Form javascript how can i iterate through the portlets contained in each portlet column.

    Regards,
    Shijith
  15. I solved the issue myself.

    here is the sample code



    p2.ID="port2";

    p2.Tools.Add(new Tool(ToolType.Close, "myclose(#{port2});" , "close"));
  16. Hi,

    I got Autoload working now. Please help me in adding close button to the dynamic portlet.



    Portlet p1 = new Portlet();

    p1.Title = "Portlet 1";
  17. Merry Christmas to all.

    I tried to created a dynamic portal. Please find the code bellow.

    1) How to implement hide/close button
    I tried similar to this in my function as given in example

    ...
  18. Hi,

    Thanks again for showing the directions for posting. I will obey it on next posts.

    Regards,
    Shijith
  19. Hi,

    It worked. Thanks a lot.

    This is the code.


    setTimeout("refreshGrid();", 60000);

    function refreshGrid() {
  20. Hi,

    We have a aspx page with a single gridpanel in it with AutoSave enabled. It is used by multiple users. How the changes by different users will reflected to others? with preserving the sort and...
  21. Hi to all.


    How I can update/add/change a control like menuitems in menu or list items in listbox based on a database chages at run time from javascript.

    Thanks in Advance.
    Regards,
    Shijith
  22. Hi,

    How to add context menu items from javascript at run time?

    I will get the items at runtime from another tab and I had to add them as context menu item for a treepanel at runtime using...
  23. Hi,

    Is it possible to add a desktop inside a panel. When I tried it covers the whole page rather than the panel itself.

    Thanks in advance.
    Regards,
    Shijith
  24. Hi,

    We have a viewport with a treepanel at west and portal at the center. I like to add a portlet to the center when the user clicked on a tree just like opening the page in the tabpanel. Please...
  25. Hi Huynd,

    It is nice to know that this thread was helpful to you in some way. There is lot of ways to solve your issue.
    You may use Query string or session for this purpose. Query String example...
Results 1 to 25 of 30
Page 1 of 2 1 2