Search Results

Type: Posts; User: ljcorreia

Page 1 of 10 1 2 3 4
Search took 0.02 seconds.
  1. Hi,

    When using MenuAlign on a button with a menu that opens when you click it, in Internet Explorer the menu initially opens aligned to the wrong place. Subsequent clicks of the button open the...
  2. Thanks Daniil
  3. Hi Daniil,

    Yes, I need this layout in my real application. I have to use a FieldSet instead of a FormPanel because of the way the title displays (in the break in the line). I also need the...
  4. Hi,

    I have a field inside a FieldSet with a FieldLabel set on it and then a CompositeField inside the FieldSet with another field inside the CompositeField. When I click on the FieldLabel of the...
  5. Hi,

    In my real program I need it to be inside the CompositeField as I have other elements along side it so this will not work.

    Thanks
  6. Thanks, this solves the issue.
  7. Hi,

    There is now no animation at all.

    Thanks
  8. Hi,

    I have a FormPanel inside a couple of containers that is collapsed when the page first loads. When I expand the FormPanel I have to run doLayout() on the CompositeField outside it to get it to...
  9. Hi,

    IsFormField="false" doesn't appear to be aligning a CompositeField across to the left like it would with another field. Is there a reason for this and how can I remove the gap to the left of...
  10. Hi,

    I use a property grid inside a menu to be able to "filter" nodes in a tree by right clicking (opening the menu) and entering data in the property grid. TextFields, NumberFields, SpinnerFields...
  11. Hi,

    Thanks for the solution to the issue with the DateField. I have the same issue with a MultiCombo now. Example:


    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head...
  12. Hi,

    I have a PropertyGrid inside a Menu. One field in the PropertyGrid has a DateField as the editor. When clicking on the datepicker button of the DateField, the menu closes. Here is an example:...
  13. Hi,

    When calling SetSource() on a property grid (server side), the SetSource method does not set the propertyNames, customRenderers or customEditors as it does in the AddProperty() method. This...
  14. Thanks, I have got the latest commits now.
  15. Hi,

    I think I must have an old version of the svn repository - it has "coolite" in the web address and I don't see any of the latest changes. Is there a new svn repository address and if so, what...
  16. Thanks, this has solved my issue.
  17. Hi,

    When I have a TextField inside a CompositeField, the validation message does not show when you mouse over the TextField.

    Example:


    <!DOCTYPE html>
    <html>
    <head runat="server">
  18. Many thanks, this has solved my issue.
  19. Hi,

    I have an example below:


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


    <!DOCTYPE html>
  20. The field can be set as blank to represent a null value. If this fix is not included, any time the value is changed between 0 and blank, it won't work. Therefore the default value will not work in...
  21. Is the fix above going to be included in the next release of Ext.Net? When I go to the file in subversion I can see that it is still using the old version.

    At the moment I am having to include the...
  22. Hi,

    If I have a FormPanel with an empty CheckboxGroup inside it, isValid fails with a javascript error. I have this empty CheckboxGroup on a few of my screens because I add the checkboxes...
  23. Hi Vladimir,

    When calling isValid() on the FormPanel it simply calls isValid() on the whole form so to avoid the RowEditor being caught in this validation I would have to put the GridPanel outside...
  24. Thanks, this has solved the issue.
  25. Hi,

    When I have a RowEditor on a GridPanel, the fields inside the editor are sometimes causing the surrounding form to fail validation. Example:


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
Results 1 to 25 of 240
Page 1 of 10 1 2 3 4