-
2. few modifications in DA controller
-
…MultiWorkerProcessForHighlight
-
…ng all terms for one body region.
-
…or on two body regions
-
…ons and in each iteration a new worker process is initialize i.e secon worekr process in which looping is done on term list for a single body regiona nd it returns the updated grayimagedata along with BRID, we hold this returned data in first worker process in an array whch is indexed by bodyregion. and once all process for all bodyregions are comlpeted then we return this indexed array to the controller and loop through thsi aaray and put updated data on respective canavs
-
…all termlist together for single body region return the updated data back to html to put on canavs.
-
… it is coloring the last one because the grayimage data is the initial one and on second iteration the worker process is having initial gary data so we need to send updated gray data for each iteration of term number
-
The AIA was not highlighting in gray scale mode in firefox . Fixed.
-
In mirror images, multi highlight was not un highlighting if left CTRL. Fixed
-
Mirror were not un highlighting on Non Mirror click.
-
1. unhighlight was not working in mirrored body region- Fixed.
-
Now we are able to maintain previous single and multiple highlights on layer chnage
-
Feature Implemented: Maintained previous highlight without annotation.
-
issues fixed Case: if CTRL pressed first time and highlighted multiple regions then left CTRL, unhighlight other regions and highlight only the recently clicked region.