Search Results

Type: Posts; User: OriCoder

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Hi

    As someone who specific bought the last upgrade as .net core would be coming soon, I now see the version is up to 7 and saying we will need to pay? I would expect that we are all getting...
  2. As requested email has been sent
  3. Hi

    I am a long time license holder, but the change of conditions by sencha has put me off upgrading on grounds of cost.
    I just got an email with a end of year coupon, which I would consider using...
  4. At what point do you guys have to say enough is enough! Small developer, can't afford ext.net as it is now sencha is upping the price by thousands!

    This only serves to marginlise the ext.net...
  5. That is very unfortunate, are they even unwilling to licence it to you for an extra fee, over the standard version? As this sounds like the concerns we had last time they changed the model from v2 to...
  6. After the price hike going to version 3 not that long ago, unless there are all the features from premium then its not worth it for my company. Also since your sale is only in Feb, would be good to...
  7. Thanks,

    I'll give it a try!
  8. Hi Guys,

    I am looking to get tooltips working on a grid reusing the code I have previously used on a form (http://forums.ext.net/showthread.php?52121-CLOSED-Form-Tooltips-in-MVC), if possible I'd...
  9. Couldnt get the .html= string to work so did this instead:


    function getToolTip(field, attribKey) {

    var timeout = window.setTimeout(timeout, 150);

    function timeout() {
    ...
  10. Sounds good, I will have loads of these so rather than handle each one individually can I do something like



    function getToolTip(obj,attribKey) {
    var string = getTooltipText(attribKey);...
  11. A couple of improvements:

    1. pass the field in so the tooltip only pops up on that field

    ls.Change.Handler = "getToolTip(this, 55);";
    2. a timeout to let the form loading catch up

    I'm now...
  12. After a bit of searching, trial and error and scratching my head I have come up with the example below, the only problem now is once the tooltip is up it doesn't go away...

    View:



    ...
  13. Hi guys,

    I am trying to get tooltips on form fields in MVC, once established I would like to put in dynamic data so a call to a javascript function would work.

    I can't find any MVC examples and...
  14. Thanks,

    I got it working with a dialog for connecting to server, one for downloading then one for processing, I had to do calls from the JS to the controller for each part with a call to update...
  15. Thanks this is very helpful, I have split the direct method up as requested, to return the array of files for downloading I have the JS call


    var filesForDownload =...
  16. Hi Guys,

    I am trying to update a progress bar with the progress of a file download, I get the progress bar up, however it only updates to (say) 7 files of 7 once all the files have been uploaded. ...
  17. Thanks Daniil,

    Please mark this thread as closed.
  18. Hi,

    No need for the form tags, the submit works perfectly when the file upload field is not present.

    What compile error are you getting? The partial view is where there form is so this is...
  19. Hi there,

    I have a partial view that contains a form, within the form is a file upload field which handles the uploading of files seperately, on submitting the form I am getting


    TypeError:...
  20. So this move by sencha says so many things

    1. They are in trouble, financially
    2. The lack of reponses in this thread is a bad thing, can only mean your active user base is not big, and this...
  21. Sorry, I find it difficult to give simple but working examples - Its a pretty big application...

    using firebug I've found that in other areas of the app that submit successfully have values for...
  22. I am having a similar problem on a couple of forms that #i have in my web app, firebug returns:


    TypeError: parsedResponse.result is undefined



    ...
  23. Ok, thanks, you can close this thread off
  24. Hi Daniil,

    I have solved it by calling a new method
    getFileStore(Convert.ToInt32(Id)); where
    X.GetCmp<Store>("StoreFileStore").Reload(); was in the controller, the method does this:

    public...
  25. It's difficult to provide a full (and concise) sample. Its based on the form example in http://mvc.ext.net/#/Form_FileUploadField/Basic/
    with a grid panel below that shows the saved files....
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4