Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
R2024 LT
I am trying to take advantage of CENTERLAYER, DIMLAYER, HPLAYER, and TEXTLAYER as part of our workflow. When the user selects a layer to be current using the toolbar or ribbon control, I am able to
trap this CLAYER change thru the Sysvar Changed Reactor and thaw these associative layers; if frozen.
(setpropertyvalue (tblobjname "layer" (strcat r x)) "IsFrozen" 0)
The issue I am having is these associative layers will become thawed, but do not show.
(redraw) and
(redraw (tblobjname "LAYER" "MYtextlayer")) does not work.
Any ideas how to get these associative layers to display?
Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.
Solved! Go to Solution.