Show part thumbnail onmouseover in search or relationship grid
So let's say I have a list of parts in a view. Whether that's the BOM view of a specific assembly, or the default search for parts, filtered by some criteria such as "engines," either way this is a relevant question.
My users want to be able to hover over (mouse over) these rows and display in a small popup the thumbnail for each part as they move.
Here is a screenshot from the legacy system we migrated from, where the user has moused-over one of the image icons shown, to display the thumbnail for the part in a larger temporary popup window (that disappears when they mouse away from the image icon):
Replicating similar behavior would be ideal, but there are any number of possible alternatives to this that would theoretically work as well.
The end goal is that the user doesn't have to open each part to see the thumbnail for that part and get an idea for what the part might actually be (there are a lot of poorly-named parts in our system due to years and years of inconsistently-applied naming policies, so this isn't something we can simply ignore or fix easily).
Reducing clicks would also be a key factor to a successful implementation of this.
Thanks in advance!
Hi Kai!
I assume you are looking for something like this?
This image is from Innovator 11, so don´t be confused by the styling.
The shown image was the result of the experimental approach discussed in this post:
https://community.aras.com/f/development/3987/using-dijit-tooltip-in-relationship-grid-how-to-get-connectidMain obstacle till today is the Method call itself. I never found a reliable way to call the function on Form load.
But don´t be to focused on the hovering. There is maybe still a far bigger obstacle to solve.
Images in the grid are one of the best improvements you can make in your Innovator. People just LOVE them and they are such a huge help!
But you will notice that hardly any customer use them. Isn´t that strange?Reason: In the past images in the grid caused performance issues. If you are a subscriber, maybe you can ask Aras if this one was improved in any of the newer version. I am not up-to-date regarding this topic, cause I use a very custom workaround.
Nevertheless, I am still interested in finding a solution for the hovering and improved images handling at all. So I am happy about anyone that joins this topic.
Hi Kai and Angela,
There is a no code solution, but it is Chrome based, and needs to be installed by the user.
It is a Chrome extension called "Imagus". When installed and activated in your Chrome it will display the full size image upon hover over any image like a thumbnail in a grid.
Obviously a pain to roll-out, but it just works.
Kind regards