ivmartel
Forum Replies Created
-
Forum: Plugins
In reply to: [DICOM Support] Next update!Yes, I’ve just done it! The new version (0.6.0) integrates dwv 0.22.0. See the changelog on the developers page for details. Tell me if you have any troubles.
Forum: Plugins
In reply to: [DICOM Support] UpdatesHi, yes, updating the plugin in on the plan but I did not find time these days. The same for your other issue (about annotations)… I’m currently finishing the update of the DICOM writing to allow for anonymization. Once the new version is published, I’ll update the plugin.
Would it be possible to share what you are using the plugin for? If it cannot be public, could you share by email?Forum: Plugins
In reply to: [DICOM Support] AnnotationsAnnotations are available on the stand alone viewer (the one on github) but not (yet) in the wordpress plugin. They are stored in a separate file which should be loaded at the same time as the dicom. I’m not too sure on how to integrate this so that it is easy to use… Any ideas are welcome!
Forum: Plugins
In reply to: [DICOM Support] not workingHappy to help. If it is possible, can you tell what you will use this plugin for and in which context?
Forum: Plugins
In reply to: [DICOM Support] not workingA double click on the image triggers a play of the slices/frames. A click in the image will stop it.
Forum: Plugins
In reply to: [DICOM Support] not workingHappy it helped! It is also in the description of the plugin on the dicom-support page, but it is hidden in the new wordpress plugin interface. I will try to make it more visible.
You are right, in the ‘Create Gallery’ window, you cannot see all the files of the media library. I’ll check if it is something I can fix from the plugin.
Forum: Plugins
In reply to: [DICOM Support] not workingOk, it’s a better place!
On the demo blog, I put some help on how to insert data in posts for an individual file or for multiple slices. Did you follow these steps?- This reply was modified 7 years, 11 months ago by ivmartel.
Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideHi @guioliveira, I would be happy to help but in a new thread since your question does not seem to be related with layerslide.
Forum: Plugins
In reply to: [DICOM Support] Render DICOM gallery inside LayerslideI published version 0.5.1 last week, it could help fixing the original Layerslide problem.
Marking the issue as resolved for now, feel free to reopen if it still is a problem for you and it does not work.
Forum: Plugins
In reply to: [DICOM Support] Scroll through Cross-sectional studies w/ Mouse Scroll Wheel?The related issue on github: 310.
Forum: Plugins
In reply to: [DICOM Support] Viewer not showing in Certain Post TypeSo, after having played with the learndash plugin, two things:
- the plugin seems to call the same shortcode twice. The shortcode generates two things, some javascript code and some html. The strange part with learndash is that there are two times the javascript but only once the html. the second javascript tries to find its associated html but cannot find it, so it generates an error… This can be solved with a try and catch to hide the error.
- in order to show/hide the quiz questions, learndash plays with the display properties (css) of the html elements. This seems to perturb dwv and makes it set its size to zero
I’ll try to get in contact with the people of learndash and if I get some, I will post it here. In the meantime the
iframe
seems to be the best solution.Forum: Plugins
In reply to: [DICOM Support] Scroll through Cross-sectional studies w/ Mouse Scroll Wheel?DICOM support two ways of storing multiple 2D data: either one file per data or all in one file. Usually the one file per 2D is used to store consecutive slices (as in MR or CT). The all in one file can be for non geometrically related data, called frames, as in US.
I will add this feature to the viewers’ todo list!Forum: Plugins
In reply to: [DICOM Support] Viewer not showing in Certain Post TypeOk, what I get from the generated code is that the second viewer is half dead. There is some code still alive that tries to load it but cannot find all it needs.
Is it possible your second quiz question contains a reference to the ‘dcm’ shortcode? Could you try without the iframe?
Forum: Plugins
In reply to: [DICOM Support] Viewer not showing in Certain Post TypeJust create version 0.5.1 of the plugin that uses more ‘standard’ ways of inserting code. Can you give it a try and tell me?
I looked for the quiz plugin you mention but could not tell which one it was, could you share a link?
Forum: Plugins
In reply to: [DICOM Support] Scroll through Cross-sectional studies w/ Mouse Scroll Wheel?When the ‘scroll’ button is pressed and you are viewing multi-slice data, you can navigate using the mouse wheel of a vertical drag. Check this post as an example: https://dwvblog.co.nf/multiple-slices/.
For multi-frame data, the mouse wheel is not available, you can navigate data using an horizontal drag as you describe. Check this post: https://dwvblog.co.nf/2016/08/23/multi-frame/#more-430.
In both cases a double click activates a slice or frame play.This being said, I could associate the mouse wheel with a frame navigation. I could look into it for the next release.