Search Results

Type: Posts; User: Dan

Search took 0.01 seconds.
  1. Hi,

    There's no rush. I'm just posting the bugs in order to help you guys. I can wait until the next "official" release :)
    Thanks
  2. Hi Geoffrey,

    The problem occurs only when the windows are modal.

    For some reason, trying to simplify my code I can't manage to make my window modal anymore (or even make the close button work)....
  3. I think this might be due to the renderTo. I didn't have time to check in more details, but I'll post whenever I have more.
  4. Thanks for the reply,

    Yeah I figured it was tricky. I created a user control in order to fix the bug and I noticed the challenge. I ended up caling my reinitialize ext component function manually...
  5. I tried to put buttons in my window like follow:



    <cool:Window ID="Window1" runat="server" AutoShow="true" Collapsible="true">
    <Buttons>
    <cool:Button ID="Button1"...
  6. When I create 2 ext window and one of them contains native dropdowns (say win1), upon displaying the other window, the dropdown appears on IE.

    Let me know if you need more details.
  7. The bug with duplicate icons is due to the recreation of the date picker (reinitialization of the ext object). When the control is in an updatepanel, and that the panel is being recreated through an...
  8. Even without specifying format, there is a bug. I'm just using:



    <cool:DatePicker ID="DatePickerMapDate" runat="server" />



    And on each post back the days and month swaps (i.e. I put...
Results 1 to 8 of 8