Search Results

Type: Posts; User: bbros

Page 1 of 7 1 2 3 4
Search took 0.01 seconds.
  1. I think it's a problem of converting field names into properties of classes managed in JavaScript, which have a naming convention that forces you to have a lowercase initial.
    I confirm that I have...
  2. I just want to share the codebehind-version of your suggestion; this is working fine, thanks!

    Maybe I'll need help about the treepanel, because the tree doesn't allow me to drop a node over a root...
  3. Thank you for the suggestion.
    I'm working in codebehind, so my implementation is

    tree.CustomConfig = new JsObject()
    {
    { "listeners", new JsObject()
    ...
  4. Hi! I'm trying to port the following v5 code to v7.
    I cannot find the ItemMove listener.


    <ext:TreePanel
    ID="TreePanel1"
    runat="server"
    ...
  5. I tried to contact Sencha, who took over the project, but an Italian salesman contacted me asking me how I found the tiral version of Ext.js... not really what I asked for... :(
    I asked the seller...
  6. Thank you for this details!
  7. Yes you are right :)
    I've lost the first post in the community forum and I thought something went wrong!
  8. Hello!
    I have a weird behavior when apply a gridpanel sorter with DESC direction.
    The sort seems to work, but the sort arrow does not appear as it does when ASC is set, so the user is confused.
    ...
  9. I noticed that when a sorter has been added to a GridPanel Store the sort icon will be displayed near to the column name only when sort direction is ascending.

    You can try this example if you...
  10. Hello!
    I have a wrong size calculation of the last textfield height inside a window with buttons.
    I searched an example and I got that it is the same for you too.
    ...
  11. I got a workaround downloading the new font and creating woff files.
    adding those fonts to my project I'able to override the source path.


    .x-md {
    font-family: 'BBros Material Icons'...
  12. Hello!
    I tried to use the "light" icon of the material design font and I realized that there are not all the icons available online at this address...
  13. Thank you, it is still working... I really don't know what happened.
    you can consider this thread as closed.
  14. I'm sorry for asking you, I don't know what was wrong yesterday but

    App.LanguageButton.setIcon('/images/flag_usa.png')

    do work as expected.
  15. Hello!
    I need to draw a flag icon in a button in order to show the selected language.
    The button is in _Header.cshtml, so I don't have codebehind.
    I would like to set it via javascript.

    The...
  16. Thank you again.
    I'm going to add double quotes and excape those reading values, or something like that.

    It is not too bad ;)
  17. Hello, even I was still thinking of a bomb-proof solution.

    I believe that if the page seds a value that for me is well-defined, I am able to calculate how many minutes has been modified by the...
  18. I share other few lines to keep backwards compatibility.

    My JsObject values are assumed to be DateTime and not String; so using those as SqlCommand Parameters, SQL Server handles datetime...
  19. sorry I edited the previous post, because I was wrong, your suggestion was working.
  20. Thanks, your solution works.
    I'm sad that this is the expected behavior for you.
    I'm used to get a JsObject; in this way, adding and removing parameters methods won't change; I get 20 controls over...
  21. Thank you, getRawValue() is the solution.

    great!
  22. Hello, I get a buggy behavior in TextField and I don't know how avoid it.
    I choose a TextField in order to put a string value in it, but if the value could be parsed to number it will be serialized...
  23. Converting to local time serverside I get what I need, anyhow it is confusing.
    TimeField as well returns a DateTime instead of TimeSpan, and it's date part is 2008-01-01 which could have a different...
  24. Sure!
    here is the repro project:

    DateTimeZoneHandling.cshtml

    @page
    @model ExtCookbook.Pages.DateTimeZoneHandlingModel
    @{
    }
    <ext-section target="Main">
  25. Hello, how can I set the DateTimeZoneHandling to Local in new .net5 projects?
    Moreover I get documentation about Newtonsoft, but I think default serializer are ext.

    When I post a DateField value...
Results 1 to 25 of 153
Page 1 of 7 1 2 3 4