Search Results

Type: Posts; User: jpadgett

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. I mixed Daniil's solution with the concepts from the original. I think I've obtained pretty close to the desired outcome:

    doesn't blink if tab is active
    stops blinking when tab is activated ...
  2. That's awesome! Thanks Daniil!
  3. I have done a bit of searching in this forum, so I apologize in advance if a solution was presented previously that I missed.

    I saw a working version of a blinking tab for extjs as it existed in...
  4. Sorry - here is more of the code. Line 80 is the code that was working previously.



    Html.X().GridPanel()
    .ID("GridPanel1")
    .Title("Grid")
    .ForceFit(true)
    .Resizable(false)...
  5. I have a callout on a grid that loads a widget on hover. I was able to use the following code to pass a record id in to the Show direct event, using the lib that installed with nuget for MVC5...
  6. Will do. Just wanted to let you know that the "Browse" version was not behaving the same as the drag/drop version for selecting files to upload.

    Everything looks good now. Please disregard the...
  7. I just updated and retested. It looks like the "No Response" issue is resolved. The page worked fine from my local, however, when I deployed to the test server, the flash control would not load. I...
  8. Unfortunately, there is another issue with drag/drop selection. The file name(s) are being passed in with the full path. This is NOT happening when the user browses for the file(s) and uploads.
    ...
  9. That worked!

    Will this go in a build, or will I need this override on pages using the MultiUpload control?
  10. Ext.net.XHRUpload.prototype.send.toString()
    "function(config){var i,attr,formData;Ext.apply(this,config);this.xhr=new...
  11. Hey Daniil,

    I pulled down revision 5987 and replaced the dll in my project. But I am still getting the No Response error message when I use drag/drop to select files to upload.

    In the dll...
  12. Daniil,

    I sent you a message with a URL to test with.

    I was trying to create a screenshot of the request/response and may have stumbled across something. When using the "Browse" button to...
  13. I desperately need help resolving this issue now. I need to move the current pending release of my application into production, however the users in the office have recently switched to hosted...
  14. Works great. Thanks!
  15. That throws the following design-time error:
    http://forums.ext.net/attachment.php?attachmentid=11771&stc=1
  16. I am trying to write a generic method that accepts a DataServiceException message, parses out the validation errors, and then marks the indicated fields as invalid with the returned error message.
    ...
  17. Thanks, Daniil. That worked.
  18. The pager for my combobox custom search is not rendering correctly. I've tried to figure out if it's something in the way the parent controls are configured, but could not find a culprit (using...
  19. Ok. Thanks.

    By the way - and this may have been reported somewhere else already - but I noticed that the PageSize attribute on the ComboBox does not actually set the page size. A default of 25...
  20. After implementing something like your example (http://mvc.ext.net/#/Form_ComboBox/Custom_Search/), I find that the results are inefficient. I am submitting a query, and pulling the entire data set...
  21. Additional info:

    Previously, I installed what was supposed to be 2.5.1 using nuget. From a prior forum thread, it was determined I was actually referencing a 2.5.0 assembly. So, I downloaded the...
  22. I am getting the Unlicensed alert on my test site. I JUST deployed an update to test - and it is the only site on the server issuing the alert. Production environment is fine.

    Why would I be...
  23. Well - I downloaded from the website and replaced the .dll. The javascript error no longer occurs.

    But shouldn't the nuget package for 2.5.1 install the 2.5.1 dll instead of the 2.5.0 one?
  24. I updated Ext.NET using nuget, and the path to the Ext.Net.dll file is ...\Source\packages\Ext.NET.MVC.2.5.1\lib\net45

    However, when I look at the details of the .dll, the file version is...
  25. Internet Exporer 11 - Version 11.0.9600.17105


    Tested with Chrome, Version 34.0.1847.131 m - the error did not occur
    Tested with Firefox, Version 29 - the error did not occur



    ...
Results 1 to 25 of 127
Page 1 of 6 1 2 3 4