Search Results

Type: Posts; User: josegarcia

Page 1 of 3 1 2 3
Search took 0.01 seconds; generated 19 minute(s) ago.
  1. Whenever i have to load values in a grid in a direcmethod or directevent, if i place an upload field in the page, loading gets very sluggish. If i comment or remove the upload field loading gets...
  2. How to remove "MaskRe" property from a control after i've set it (let's say, [0-9])? I've tried setting null and String.Empty, but it throws errors.
    The only way i managed to remove it was setting...
  3. Fine. You may close this thread.. If i identify a pattern in order to reproduce i'll let you know. I'ts happening very rarely now.
  4. When i access a page containing ux it shows an error saying it could not find Ext.Net:

    Could not load file or assembly 'Ext.Net, Version=1.7.0.16049, Culture=neutral,...
  5. Our application is not accepting ux anymore after updating from version 1.7.0.0 to latest version of SVN. Everything is correctly configured, but it keeps saying ux:InputTextMask is not a known...
  6. Thanks, i achieved the desired result re-implementing manually the setting of the mask and reducing from it?s size the size of my toolbar (43):


    ...
  7. Hi,

    I have a window which works like Windows "start menu" in my application. I want to set it as modal. The problem is that if i set the window as modal, a toolbar which is below it, that should...
  8. After updating we tried many times to reproduce and thought it was solved. Just when i was about to post back to you to tell it happened again..
  9. Sorry Daniil, i've tried to reproduce the problem more times and it doesn't happen always, it's intermitent. I thought it would always happen the second time you clear the combo and leave it, but...
  10. I've noticed a strange bug with combobox and change event. To reproduce, please follow the steps below.

    1 - Select some value in the first combobox (with keyboard, type "a", then "enter" to select...
  11. How to know, in a combobox with ForceSelection = false, if user is selecting an item included in the selectable items or freely typing a value, since getValue() always returns a value (the value of...
  12. How do i clear the selected item of a treepanel without rebuilding it (javascript)?
  13. Hi Daniil. I'm already extending combobox. I have overriden a lot of functions to make it work the way i need. That's the only point missing, the items with same values. Of course i could concatenate...
  14. Vladimir, because it's a custom control and it can be bound to legacy tables data which use composite keys, as in the example i provided, and it would be a burden to have to create artificial keys...
  15. I have a custom control that inherits from combobox. The problem is that it must be able to store different items with the same value and when this happens, when the user chooses any item with the...
  16. Will MVC ever be available for version 1.x?
  17. Local in this case.
  18. Hi, how to select all grid rows in a grid with paging (in all pages)?

    I'm trying this, without success, only checks in first page gets selected.

    ...
  19. Is there any way to disable the check / uncheck behaviour when user clicks on checkbox boxlabel?
  20. And what is the "image url" for Ext.MessageBox.ERROR?
  21. One more thing... Sometimes the icon is not shown when i show a custom message on connection error, like:


    var function = String.Format(
    "Ext.Msg.show({{ title:...
  22. It kinda worked, but sometimes the window with the untreated message is still shown (Request failure):

    12721

    How to hide that?
  23. Is there any way to treat connection errors so that i can, for example, redirect the user to login screen and show a treated message saying there was a connection problem? I mean, user loses...
  24. This works: If user clicks an input field, focus stays on input field
    This also works: If user clicks in the space between controls, focus is redirected to a textfield, avoiding the problem of...
  25. Let me try to explain. Thi line


    this.body.on('click', function(e) {if(!e.getTarget('input')) { TextField5.focus(); } });

    Solves the problem of clicking inside of the window, redirecting the...
Results 1 to 25 of 74
Page 1 of 3 1 2 3