Web Custom Controls 1.3.2 Released

Web Custom Controls 1.3.2 has been released. Version 1.3.2 fixes the bugs that were related to changes in Xojo 2014r2 and 2014r2.1. This is a free update for all registered users.

My apologies to those of you who were waiting on these bug fixes. The changes for 2014r2.1 were a little more involved then I had anticipated.

3 comments

  1. Hi
    There is a bug in the jqueryFileUpload.starupControl_critical

    s = wccMergeScriptData(s, “^SessionId”, Self.SessionId, _
    “^PageId”, Self.Page.ControlID, _
    “^ControlId”, Self.ControlID, _
    “^RouteId”, Self.RouteId)

    Self.Page.ControlID is Nil

    Regards

    • Update from my post before: this happen when the control is into a webdialog while work fine when is in a webpage.

      Marco

      • Unfortunately jQueryFileUpload cannot be used in dialogs created at runtime. If you add a dialog instance to your page in the IDE then it should work fine. This issue will be fixed in the upcoming 1.4 release.

        The other controls should work fine in dialogs you create at runtime.

Leave a Reply to Daniel L. Taylor Cancel reply

Your email address will not be published. Required fields are marked *