C
Charley
Guest
Dear All,
How to know the rotation of the instance when you are edit-in-place ?
Thank you,
Char
How to know the rotation of the instance when you are edit-in-place ?
Thank you,
Char
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear All,
How to know the rotation of the instance when you are edit-in-place ?
Thank you,
Char
Charley,On 7ć17ćĽ, ä¸ĺ1ć35ĺ, Charley <chentai...@gmail.com> wrote:
Dear All,
How to know the rotation of the instance when you are edit-in-place ?
Thank you,
Char
Hi all,
After try ... , It's car(geGetEditCellView()~>instRefs)~>transform
Thanks All,
Charley
Hi Andrew,Charley wrote, on 07/17/09 07:00:
On 7ć17ćĽ, ä¸ĺ1ć35ĺ, Charley <chentai...@gmail.com> wrote:
Dear All,
How to know the rotation of the instance when you are edit-in-place ?
Thank you,
Char
Hi all,
After try ... , It's  car(geGetEditCellView()~>instRefs)~>transform
Thanks All,
Charley
Charley,
That's not a reliable method, because ~>instRefs will depend upon how many
instances of the edited cell you have open. If you have more than one, it will
not work.
geGetInstHierPath() is the function you want. This returns information about how
you descended down from the top. There's information about the mosaic entry and
iterated instance in the result, but that won't affect the orientation of the
instance, so the following should do the job:
caar(geGetInstHierPath(hiGetCurrentWindow()))~>orient
Regards,
Andrew.