Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Confusion over 3.2.0-beta2

    Scheduled Pinned Locked Moved
    DueUI
    2
    8
    1.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stuartofmtundefined
      stuartofmt
      last edited by

      The beta 2 link shows two files with different version numbers

      DueUI-Standalone-v3.0.1-beta2.zip
      DueUI-Standalone-v3.2.0-beta2.zip

      which is which ?

      Also - it looks like the packaging of the js files has changed and therefore the dueui.html as well ? Note that one of the dueui.html files appears to be blank.

      Between beta 1 and beta 2 was the only change to the js files and the html file ? i.e. can I just copy those files over the beta 1 install ?

      1 Reply Last reply Reply Quote 0
      • gtj0undefined
        gtj0
        last edited by

        I really messed that up, sorry. I just uploaded the correct files.
        DueUI-Standalone-v3.2.0-beta2.zip is correct.

        There was an issue with the 3.0.1 release where I was copying the wrong files so that zip file was probably messed up.

        Use the 3.2.0-beta2 files and you should be OK.

        1 Reply Last reply Reply Quote 0
        • stuartofmtundefined
          stuartofmt
          last edited by

          Thx - I will give it a whirl

          1 Reply Last reply Reply Quote 0
          • stuartofmtundefined
            stuartofmt
            last edited by

            What's the difference between the two package versions ?

            I see that the standalone version has most (all?) of the files in the directories compressed as .gz whereas the DSF version has uncompressed files. Also the js bundling is different between the two.

            I have been successfully using the files from the DSF version (even though I'm running a standalone http server NOT on the Duet).

            As a side note: dueui.html in the Standalone version is a blank file 😞

            1 Reply Last reply Reply Quote 0
            • stuartofmtundefined
              stuartofmt
              last edited by

              And the DSF version reports to be beta 1? Not sure if its really beta 1 or beta 2.

              I'll try the Standalone version (after uncompressing the .gz files )

              1 Reply Last reply Reply Quote 0
              • stuartofmtundefined
                stuartofmt
                last edited by

                I tried the standalone version but get errors

                I modified the the dueui.html:

                <html>
                <head>
                	<title></title>
                	<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
                	<meta http-equiv="Pragma" content="no-cache" />
                	<meta http-equiv="Expires" content="0" />	
                	<link rel="stylesheet" href="css/dueui-Cerulean.theme.css">
                	<link rel="stylesheet" href="css/dueui.css">
                </head>
                <body onload="DueUI.startup();">
                	<script>
                		dueui_version="v3.2.0-beta1";
                	</script>
                	<script src="js/dueui_element.js"></script>
                	<script src="js/dueui-bundle.js"></script>
                	<script src="js/dueui-vendor-bundle.js"></script>
                </body>
                </html>
                

                the js folder looks like this:

                Capture4.PNG

                Nothing displays and the error is this:

                Capture.PNG

                gtj0undefined 1 Reply Last reply Reply Quote 0
                • gtj0undefined
                  gtj0 @stuartofmt
                  last edited by

                  @stuartofmt I think you have versions mixed up somewhere. I just checked DueUI-DSF-v3.2.0-beta2.zip and it has the string dueui_version="v3.2.0-beta2";

                  I did make another stupid mistake in the build of the Standalone file and I just uploaded that one again.

                  If you're hosting on your own web server, you should use the DSF version. The standalone version has the files gzipped and are in a structure suited for installing directly on the Duet. The DSF version is structured for serving by a traditional web server.

                  Sorry for all the confusion.

                  1 Reply Last reply Reply Quote 0
                  • stuartofmtundefined
                    stuartofmt
                    last edited by stuartofmt

                    I very much appreciate all the hard work.

                    Thanks for the clarification on the two versions.

                    What happened was that I copied the index.html file from the prior version over and that's where it picked up the back rev label 🙂

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Unless otherwise noted, all forum content is licensed under CC-BY-SA