Search Results

Type: Posts; User: Ben

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. I have had problems with the change to CompositeField but I haven't had time to work out exactly what the issues are yet so I've just re-included the MultiField classes and carried on but obviously...
  2. I should add the same test script renders fine in Chrome and Firefox.

    Ben
  3. Hi,

    I have a multiselect which I think is causing the following javascript error to be thrown in IE8.



    g.dom.style.height=g.addUnits(c)


    c is NaN.
  4. Yes I read that this morning and those are the two changes I made, but as I say the for the ones I tried, they failed to render in the same way hence my query.

    Regards,
    Ben
  5. Thanks Vladimir. Hopefully they will find a suitable solution at some point in the future. It would be better if the menu could say something more meaningful when the only control that is overflowing...
  6. Hi Geoffrey,

    Thanks for that. Should it be a like-for-like swap? i.e. is it just a name change or have there been underlying changes too?


    I tried updating a couple of my MultiFields this...
  7. Hi,

    I noticed the release notes say that the MultiField control is going to be replaced by the CompositeField control. Is the MultiField control actually going to be removed from v1.0 as at the...
  8. Hi,

    The toolbar overflow doesn't seem to work with comboboxes - it simply disappears. I've set the width to 200 in the example below to force the toolbar to overflow. In the overflow the buttons...
  9. I've have a problem with the width of gridpanel toolbars in a portal. If the browser window is not maximised, the toolbars do not match the width the of the grid panel (see Portal1.png attached)....
  10. I've just noticed that paging doesn't appear to work correctly. The correct parameters are sent, but the startIndex value is alway 0 and maximumRows is whatever the page size is. start and limit...
  11. Hi Vladimir,

    Thanks that fixes the problem. I agree the example on the v1 example site does use <tpl> but it doesn't include the <html> tag which mean it doesn't build with the latest 1.0 version....
  12. Hi,

    I can't get the drop down list example or any of my implementations to work now that the Template markup has been changed from


    <Template runat="server">
    <tpl for=".">

    to
  13. Thanks very much. That seems to work perfectly!

    Regards,
    Ben
  14. Hi Geoffrey,

    Did you have any joy adding this functionality?


    Ben
  15. Thanks Vladimir and Geoffrey. That does help. I've updated some of our other usercontrols to use this new markup structure has shaved 40 or 50 rows off in some cases.
    Ben
  16. Hi,

    The following example shows the trigger for the combo box renders incorrectly on the left side of control. This only "broke" within the last two weeks or so after an Ext.Net update - it...
  17. Hi,

    ComboBox1.getText() rather than .getValue() should work.

    Ben
  18. Yes, that looks good.

    Thank you,
    Ben
  19. Hi Vladimir,


    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    ...
  20. I've just updated from SVN and I now receive a JavaScript error when I try to clear or set the value of the HTML Editor (I'm sure this didn't occur in the last build I made)


    <ext:HtmlEditor...
  21. Thanks Vladimir, that works perfectly. In the select, I save the underlying value in a variable so I can then pull it out later.

    Ben
  22. I've implemented a custom search on the combobox as per the example at /#/Form/ComboBox/Custom_Search/

    Once a selection has been made from the search results, would it be possible to disable the...
  23. Hi Geoffrey,

    Thanks for your assistance. I've just been back to have a play now. The only thing that isn't quite right is the height of the grid and editor as they sit inside another borderlayout....
  24. Hi,

    I have a panel with a toolbar and status bar inside the North region of a border layout. I would like the panel to include the following controls in the following layout - a combobox with a...
  25. Thanks Geoffrey that would be excellent if you can add support for that. All my drop-down field will match then! :o)

    I'm a v1.0 user.

    Ben
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4