Home › Forums › Problems and solutions in GDL › Informations from the environment › Global for Favorites Mode › Reply To: Global for Favorites Mode
April 23, 2019 at 18:37
#4682
James Murray
Participant
Well I finally got around to implementing this. It works for 3D, and for 2D symbols, but it doesn’t seem to work for labels.
This code:
content_ = 'Text'
IF GLOB_PREVIEW_MODE = 3 THEN content_ = 'Fave'
TEXT2 0, 0, content_
…works for a drawing symbol subtype object, but fails when you convert it to a label. (The favorite preview reads ‘Text’.)
James M