Search Results

Type: Posts; User: xeo4.it

Page 1 of 11 1 2 3 4
Search took 0.02 seconds.
  1. Hi Fabricio,
    thanks, it was just what I needed.
    Best regards

    Jimmy
  2. Hi Fabricio,
    thanks for your reply, our graphics developer would like to display a roundup of all the themes to be able to choose the one she likes best.
    How can we do?

    Best regards

    Jimmy
  3. Hi,
    when I try to open 'https://themes.ext.net/' I received that it is not possible to contact the server.
    Can you fix it ?
    Thanks

    Jimmy
  4. Hi Fabricio,
    I have applied ClickEvent="tap" and works fine in all browsers.
    Thank you very much

    Jimmy
  5. Hi,
    see my example, in Safari I can't select the color in to the colorpicker.
    Thanks

    Jimmy



    <%@ Page Language="C#" %>
  6. Hi,
    I noticed that the examples page is not working since yesterday.
    You can correct the problem.
    Thank you very much

    Jimmy
  7. Hi,
    I need the chart with the transparent background, reading on the forum I managed to do it.
    But if I add a second chart identical to the first one, transparency does not work.
    See my example....
  8. Hi,
    I am migrating to version 5.2, and I realized that the dates sent via direchtmethod are converted to utc.
    My browser timezone is +2.
    See my example, if I open the page on 17-04-2020, the...
  9. Hi Geoffrey,
    ok, I will make a dedicated window.
    Thank you

    Jimmy
  10. Hello Fabricio,
    thank you for your reply, fortunately I only need one more button, it is not very nice that to respect the ordering of the buttons I have to change the meaning of the keys:
    my...
  11. Hi,
    see my example, if I set custom buttons into Ext.Msg.show, the buttons do not appear, in 4.8.3 ext.net version.
    Please help me.

    Jimmy



    <%@ Page Language="C#" %>
  12. Hi,
    in your example https://examples4.ext.net/#/GridPanel/Miscellaneous/Export_Data_Ajax/ , when I open the .xls file, Excel says that the file is in different format than its extension indicates. ...
  13. Hi Fabricio,
    I thought it worked like checkboxes, anyway I have used the container with HBoxLayout.
    Thank you

    Jimmy
  14. Hi,
    I can not apply the alignment of the label, I want the label to be placed to the right of the field, see my example.
    Thank you

    Jimmy



    <%@ Page Language="C#" %>
  15. Hi Fabricio,
    I have implemented your solution, and it works fine.
    Thank you for your time.

    Jimmy
  16. Hi,
    I can not trigger NodeExpand and NodeCollapse listeners, see my example.
    Thank you



    <%@ Page Language="C#" %>


    <!DOCTYPE html>
  17. Hi Fabricio,
    sorry, but I thought the old one was already solved and this was a new problem.
    Thank you.

    Jimmy
  18. Hi Fabricio,
    now I use a css class but I have another problem, if the checkbox is into a hidden div, when I show the div the icon overlap on the checkbox.
    See the example.
    Thank you

    Jimmy


    ...
  19. Hi,
    see my example, in ext.net 4.5.1 the indicator icon not show hand cursor and not fire click event.
    As a workaround I have reduced the width to zero to div '<idCheckBox> -indicator' at after...
  20. Thank you, Fabricio!
    At the moment I think we'll wait for the release of V4.5.1 in NuGet and send a feedback just after the update.

    Riccardo.
  21. Hi,
    is there an available workaround for this behavior?
  22. Hi,
    I've just created another thread: Checkbox-disappears-after-hiding-indicator

    Thanks,
    Riccardo.
  23. Hi all,
    in V4.5 for checkboxes if I hide the indicator the checkbox disappears:


    var toggleIndicator = function (ck) {
    if (ck.indicatorHidden)
    ck.showIndicator();
    else
    ...
  24. Hi,
    we've discovered a potentially big problem:
    by calling hideIndicator() method the whole checkbox disappears.


    App.ckOk.hideIndicator();//make checkbox invisible
  25. Hi Fabricio,
    thank you for the solutions you provided.
    We've fixed that behaviour by calling fallowing script after the page loading:

    this.fixCheckboxIndicatorIcon = function(chk){
    if...
Results 1 to 25 of 251
Page 1 of 11 1 2 3 4