Search Results

Type: Posts; User: LuB

Search took 0.01 seconds.
  1. Thread: CheckMenuItem bug?

    by LuB
    Thanks, but I have already replaced the menu with other control. I'll try to get the previous code to send you.
  2. Any hint? If someone has successfully used removeListener method and can provide me a sample, I will be very grateful.
  3. Hi, I have an issue related to RemoveListener method, it doesn't seem to remove the listener at all.

    That is how I set the listener:





    <ext:TextField ID="txtLEGAJO" runat="server"...
  4. I have a grid panel in which I want to add a menu with CheckMenuItems. It would be something similar to Menu Row Command sample, but with checkbox in the items of the menu.

    Is it possible to do?...
  5. Hi, I want to know if it's possible to change the size of the text below a shortcut. I'm using 128x128 icons and the default size is too small.

    Thanks in advance!
  6. Hi, I have a problem: some of my controls do postback, and then, I need to keep the scroll bar in the same place, so I'm using MaintainScrollPositionOnPostback="true". It used to work, but when I...
  7. I hope you can find a solution, I'm still looking for :)
  8. Any hint?

    Maybe I didn't explain it well... I need adding tabs programmatically in a tabPanel, something like the Examples explorer. Are you going to upload the source code of the explorer? It...
  9. Hi, I have a new question...

    I have a viewport with a accordeon menu in the left region and a tabpanel in the center region. In each panel in accordeon menu, I have some links (it could be buttons...
  10. Yeah, it's working now. I think I was doing something wrong.

    Thanks for everything.
  11. Yes, it helps a lot, thanks!

    Another question... If I add an icon to the panel (panel1.Icon = Icon.FolderGo; ) I see the icon if I run the application in IE 6 or 7, but it doesn't show if I run it...
  12. Coolite.Ext.Web.Panel panel1 = new Coolite.Ext.Web.Panel();
    panel1.ID = "Panel1";
    panel1.Title = "Panel 1";
    panel1.Border = false;
    panel1.BodyStyle = "padding:6px;";
    panel1.Icon =...
  13. Thanks, I think I will use iframes.
  14. I have several problems:

    -If I open in IE6, It doesn't show anything in the panel in the accordion (only Loading...).
    -In Firefox 3, the panel shows the aspx page (Paginas.aspx), and I can see...
  15. Hi! I'm trying to adapt the viewport with BorderLayour sample to use in a personal project. I want to show an aspx page in each panel of accordion control, select an option of this panel (with...
  16. Thanks!
  17. Links are broken... :(
Results 1 to 17 of 17