08-24-2020 04:45 AM
Hi ,
Bring to front layer does seem to work for me.
action="SCRIPT[zoomTo('LAR_NEW',{FORM.ID1});SC.Map.bringToFront()]"
My Zoom works fine.
Is this correct ?
Thanks.
Regards
Naeem
Solved! Go to Solution.
08-24-2020 05:19 AM
hi Naeem,
bringToFront should put the workflow window behind the Desktop App itself. Is this what you are looking for?
Please consider the API is asynchronous, so make sure you either do it within your zoomTo function implementation or add a callaback to your zoomTo function.
Stefano
08-24-2020 05:23 AM
Hi Stefano,
I need to bring my concerned layer on TOP of others layer. It will select the layer , however, still it hides behind other layers.
Regards
Naeem
08-24-2020 05:36 AM
there is no such a function in the API. What you may do is to make the other layers invisible using setLayersInvisible.
The user can always do it right clicking on the entry in the legend.
08-24-2020 06:00 AM
Hi Stefano,
Thanks! Got it.
Regards
Naeem