I have 2 viewports in our application and previous posts resolved the issue of synchronizing the rotations & translations of the two.
I am having an issue if user changes the view rotation center in 1 viewport I can't set it in the other;
I see the command uil_toolbar.rotation_center() calls gm_point_on_screen_init, then ga_view_rotation_center_set.
I tried ga_view_rotation_center_get() but it doesn't exist. Also, I tried to extract the screen pick from gm_point_on_screen_init(astring) but it stays empty.
So question is how to determine the new rotation center just set, then I can apply it to the other viewport.
Thanks again. I was thinking of a hidden select databox. Can't remember why I didn't think more about that... I can implement the same logic as my pop-up message box that uses em_wait() and em_return(). The change event of the data box can trigger a return value for the contents of the select data box. I'll have to make sure things flow right, but sounds good.
Thanks again. I was thinking of a hidden select databox. Can't remember why I didn't think more about that... I can implement the same logic as my pop-up message box that uses em_wait() and em_return(). The change event of the data box can trigger a return value for the contents of the select data box. I'll have to make sure things flow right, but sounds good.