Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Friday, June 5, 2020 4:07:02 AM(UTC)
devinzhu

Groups: Registered
Posts: 21


I found when using runCommand to assign WindowsLevel action, when I applying action using mouse, it only changes windows level of current frame in the cell, is there any way to make it affects on all the frames in the cell? Thanks in advance.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, June 5, 2020 10:55:36 AM(UTC)
Pawel L.

Groups: Registered, Manager, Tech Support, Administrators
Posts: 14


Hello,

In order to run a command on every frame, rather than just on the current frame, you will want to use the cellObject,

https://www.leadtools.co...pt/cm/cell--members.html

and get each of it's frames, via the frames Property.

https://www.leadtools.co...ript/cm/cell-frames.html

You can then iterate over this collection, and run setWindowLevel on each individual Frame in the Frames Collection.

https://www.leadtools.co...t/cm/frame--members.html

https://www.leadtools.co...rame-setwindowlevel.html

If you have any further issues getting this functioning on your end, please don't hesitate to reach back out to us.
Pawel Lyko
Developer Support Engineer
LEAD Technologies, Inc.

 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.094 seconds.