Search Results

Type: Posts; User: dbassett74

Page 1 of 13 1 2 3 4
Search took 0.02 seconds.
  1. I found the solution that works for me. Use ExtJs directly.
  2. Each time you click on the "New Window" button, I would like a new and separate copy of "Window1" to be displayed, without making a round trip to the server, all client side.



    <%@ Page...
  3. We thought about that approach but ultimately decided against it as it is less manageable and gives a much more cluttered look to the end user. We like the idea of Coolite/ExtJs windows as it is...
  4. Geoffrey, in your detailed response later, can you please address my suggest as to the ability to define a single window object in markup, but at run time, be able to call a method on it like...
  5. Your points are well taken and in no way was I trying to discredit what the Coolite guys have done and infact, they are very responsive to most of my requests, but there are sometimes, like in the...
  6. Juls didn't address one of arodier's main concerns, which was the ability to dynamically create controls. This is one of my biggest problems with the Coolite Toolkit and quite frankly, is causing me...
  7. Because I have yet to find a solution to be able to instantiate two or more copies of a single window with Coolite at run time, I have resorted to using the ExtJs Window object in JavaScript. I then...
  8. I'm trying to accomplish the following:



    <ext:ImageButton ID="USAExpand" runat="server" ImageUrl="images/controls/expand.gif">
    ...
  9. There is this ongoing dilemma that I'm trying to resolve. I want to make use of the AutoLoad page option in a window so that I can create multiple copies of the same window at run time, but the...
  10. That's really great and I appreciate you reconsidering this. So I assume this will make it in v.9, right? Here is the link to the Ext forum post: http://extjs.com/forum/showthread.php?t=70588
    ...
  11. I wholeheartedly agree with you. The folks at Ext are also not accepting that this is a bug. IT IS! As you state, all grids work this way. Do you have Yahoo! Email?? It works there....

    But...
  12. I respectfully disagree. Clicking on a single row in an array of selected rows, should deselect all other rows and only select that newly selected single row. This is how ALL grid controls work on...
  13. If you have a GridPanel that allows multiple selection, and all rows are selected by end user, there is seemingly no way to deselect those rows short of having to refresh the whole page or reload the...
  14. I think you have to use window.setTitle('New Title'); to update the DOM.
  15. This can be seen here:

    https://examples1.ext.net/Examples/Editor/Basic/Overview/

    If an editor is currently visible, and you resize the browser window, the editor doesn't resize.
  16. I need to be able to pass in parameters to the SelectMethod of an ObjectDataSource. For example:



    <asp:ObjectDataSource ID="ObjectDataSource1" runat="server"...
  17. This seems to be a problem only in IE6
  18. This works, but seems to be incomplete solution, as the ObjectDataSource still appears to execute the method identified in SelectMethod. How do I also prevent the ObjectDataSource from running...
  19. Minor cosmetic issue. It seems that the ComboBox in a Toolbar is misaligned vertically to the top of the Toolbar. Seems like it should be more in the middle, like other controls in the toolbar. ...
  20. Fair enough. I'll try and post a more detailed scenario of what I'm trying to accomplish a little bit later. Thanks.
  21. Correct. I need to get/set values.

    I started to realize that something like this is not really possible because this is not like a desktop application where you have access to the memory and...
  22. I posted some code as request, but still no response. The ability to spawn separate copies of the same window and/or control is a VERY common need any most applications. For example, you can let...
  23. Okay, good I'm not crazy then. For now, it's not a real showstopper as I can get around this with some good bit of handy work, but I would really like to see this in some future release. Thanks...
  24. In order to have total control over the layout and appearance of a form, we are opting to not use the FormLayout because it seems to have tight control over layout of elements. So, we are attempting...
  25. Here is some code that I have. Basically, I need to be able to display an undetermined number of distinct copies of Window1 at run time. Any help would be appreciated.

    Default.aspx:


    <%@...
Results 1 to 25 of 325
Page 1 of 13 1 2 3 4