Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter v-net

    (@vrub)

    Here is the html (variables: APPNUMBER and URLs):

    <script type=”text/javascript”>
    document.addEventListener(“DOMContentLoaded”, function (/*event*/)
    {
    var appAPPNUMBER = new dwv.App();
    appAPPNUMBER.init({
    “containerDivId”: “dwv-APPNUMBER”,
    “tools”: [“Scroll”, “Zoom/Pan”, “Window/Level”],
    “gui”: [“tool”] });
    app574f582b09241.loadURL([“URLs”]);
    dwv.gui.appendResetHtml(appAPPNUMBER);
    });
    </script>

    <!– Main container div –>
    <div id=”dwv-APPNUMBER”>
    <!– Toolbar –>
    <div class=”toolbar”></div>
    <!– Layer Container –>
    <div class=”layerContainer” style=”width:device-width;height:auto;initial-scale=1.0;position:relative;z-index:-1;”>
    <canvas class=”imageLayer”>Only for HTML5 compatible browsers…</canvas>
    </div><!– /layerContainer –>
    </div><!– /dwv –>

    Thread Starter v-net

    (@vrub)

    Do you know if there is any performance / speed difference between 0.13 and 0.16 versions of dwv? What about the different html constructions?

    Thread Starter v-net

    (@vrub)

    Hey ivmartel!

    This new version of the plugin did not work for me.
    I took a look at dicomsupport.php code and I think maybe the problem is the event related to i18next (internationalization). My browser’s language is set to ptb. I think this language is not supported by this new version of the plugin, because there isn’t any folder named “ptb” on the locales folder (only “cn”, “of”, “en”, “fr” and “ru”).

    I noticed that you changed the way it is generated html. To be able to load images within the DICOM sliders, I began to enter the ready html directly on the slides. And I realized that from version 0.14.0 of DWV the previous html does not work anymore. So, I returned to the DWV version 0.13.0.

    Additionally, the gallery shortcode did not work for me in versions 0.4 and 0.4.1 of the plugin.

    Thread Starter v-net

    (@vrub)

    It’s OK! I’m happy that you are working on improving the plugin!
    My wordpress is installed on the root.

    Thread Starter v-net

    (@vrub)

    And I deleted the “locales” folder

    Thread Starter v-net

    (@vrub)

    Hey man! I just updated the plugin to version 0.4 and it stopped working.
    I managed to work with DWV-0.16.0 using appgui.js files and dicomsupport.php from the previous version of the plugin (0.3) and replacing files in the folder “ext” by matching your project on github.
    So, now I’m using a customized version of the plugin with:
    – dwv-0.16.0.min.js
    – appgui.js and dicomsupport.php from version 0.3
    – files of “ext” folder from your github project (dwv)

    Thread Starter v-net

    (@vrub)

    I’m trying to put in a slider to simulate multiple series of the same exam! Thank you for your attention!
    I will wait for the new feature´s release (multi function series in one file)…

    Thread Starter v-net

    (@vrub)

    Ok! It would be very great!
    Have you already tested Layerslide vs. Dicom support? The shortcode needs to be in sections “Html/Video/Audio” or “Dynamic content from posts” to be rendered. I do not know if it’s a caching problem (i am using the W3 cache plugin); I’ve already inactivated the cache plugin and cloudflare cache function, but the problem persists.
    Thank you again.

    Thread Starter v-net

    (@vrub)

    I use the plugin “LayerSlider WP” with “Avada” Theme.
    Are you planning support for several series of the same exam?
    Thank you again.

    Forum: Plugins
    In reply to: [DICOM Support] not working
    Thread Starter v-net

    (@vrub)

    Now it’s working!! Thank you!

    Forum: Plugins
    In reply to: [DICOM Support] not working
    Thread Starter v-net

    (@vrub)

    Hey ivmartel!
    Thank you for the support.
    Unfortunately, i still receive the same message (for each one of the .dcm files of the gallery): “TypeError: JpxImage is not a function”
    I visited your example page and I saw that it works! Is it necessary to have another image plugin installed? what is this jpximage?

    Thank you again.

    Forum: Plugins
    In reply to: [DICOM Support] not working
    Thread Starter v-net

    (@vrub)

    just completing … when I load the page the following message appears: “TypeError: JpxImage is not a function”

Viewing 12 replies - 16 through 27 (of 27 total)