Search Results

Type: Posts; User: tdracz

Page 1 of 12 1 2 3 4
Search took 0.02 seconds.
  1. I ended up setting HTTP status to 500 in my Exception filter for all requests but the upload requests, which I detect with this piece of code:

    ...
  2. Unfortunately, when status is set to 200, the regular Ajax responses are treated as successful ones. That because Ext.lib.Ajax.handleTransactionResponse checks out the status code to determine the...
  3. Hi,

    Adding cb.defer didn't help and neither did the Ext.SSL_SECURE_URL, but when I removed setting HTTP status to 500 in the exception filter, then it works. I don't yet what other implications...
  4. Hi,
    I use Windows 7 x64. I know the other developer has replicated this on his machine too, but I don't know which system he is using.

    Yes, the issues can be reproduced only with IsUpload.

    I...
  5. Hi,

    In my original project we use MVC1, but in the project I replicated, MVC2 got referenced.

    I have sent you the complete project by email.

    Tadeusz
  6. Hi,

    It's been a long time I took updates and after I recently did so, my MVC error reporting framework stopped working under IE (it was all working well before). I can replicate the problem with...
  7. Thanks - looks good!
  8. Apologies for not replying to it earlier - I had my mail notifications turned off by mistake. Anyway, I no longer seem to have this problem.
  9. Great - please let me know whet that takes place.
  10. Hi,

    this.id returns 'editTagDialog' while getBody().self.id returns 'ext-gen2'.

    Regards,
    Tadeusz
  11. Actually my panel is a window, if that changes anything:



    <ext:Window ID="editTagDialog" runat="server" Title="" Width="300" Height="190" Hidden="true" Modal="true" ButtonAlign="Right"...
  12. Hi Daniil,

    My case is a bit different. I call the dialog's show() method and then immediately getBody() (simplifying). That is to defer some dialog setup if the dialog is being loaded for the...
  13. Hi,

    It happens in FireFox 3.6.10 and it doesn't happen in IE 8. It may me take a week or two to prepare a sample application as we have quite a lot of going on. I have restored the previous...
  14. Hi,

    I recently took updates which I haven't done for a long time and I get a JS error when calling Panel.getBody(). The error is "self is undefined". I use IFrames a lot (MVC application).
    ...
  15. Hi,

    I use TextField and I prepare data (string) for it on the server side in an Ajax event. I encode the string using HttpUtility.HtmlEncode. Then, on the client side, I just set use the...
  16. Thanks again. Yes, we need DeferredRender set to false. Your workaround worked perfectly.
  17. Hi,

    Thanks a lot for the fix. However, I still experience a problem with this issue. In the code below, when you view it under FireFox, you'll see that after switching to Tab2, the checkboxes and...
  18. Hi,

    I have a sample code as below. When I display it in Firefox 3.6.6 and try to resize columns, header columns do not resize while the data rows resize which makes the layout broken. Actually, I...
  19. Hello,

    When I use ColumnModel.setEditable on a CheckColumn - it has no effect. Is it supported?

    Regards,
    Tadeusz Dracz
  20. Thanks!
  21. Thanks for explaining, however just for consistency, I believe all *embedded.css should be set to Embedded Resource since they are present in AssemblyInfo.cs. Otherwise, you have web resource...
  22. Hi,

    groupingsummary-embedded.css build action is not set to embedded resource in the project in the file's properties. I think you should verify all the other files that should be embedded as...
  23. Hi,

    I run into the same problem and too have many comboboxes and obviously using the template is not the best solution.


    I can provide HTML encoded data on the server, but obviously the...
  24. Thanks - you're right. I treated them as UX by mistake.
  25. Hi,

    Both files should have Embedded Resource build action set, otherwise they are not accessible through web resources.


    Regards,
    Tadeusz
Results 1 to 25 of 279
Page 1 of 12 1 2 3 4