Image selection

I will have a need to create a procedure like this:

  1. there is an image with hot spots next to the grid.
  2. when user selects certain area of the image the cursor on the grid will select specific record associated with the image.
  3. I would like this to work in opposite direction as well (record is selected the image area is highlighted.

As an example we can have a body parts list and human body on the right. If one clicks on the head the record HEAD is selected and when one clicks on the CHEST record then the chest area is highlighted in yellow etc…

I wonder if anybody has done something like that. I have a feeling that the selection through the list should be rather easy but how to do it opposite way - user selects the image area to highlight a record. How to put an image on the screen sliced into different sections. Image areas could be either squares or rectangles

ART

hi ART

having image with hotspots and possibly adding some variables on the image itself, is one of my dreams, i have it in my list still didn’t have time to digg in it :slight_smile:

appreciate telling me where you reached in this?