fHasOutline

Discuss Moho bugs (or suspected bugs) with other users. To report bugs to Smith Micro, please visit support.smithmicro.com

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
macton
Posts: 93
Joined: Thu Aug 18, 2005 6:29 am
Location: San Diego

fHasOutline

Post by macton »

LM_SHAPE.fHasOutline doesn't actually seem to reflect the setting of the shape. CopyProperties() doesn't copy the outline value properly either.
User avatar
mr. blaaa
Posts: 622
Joined: Sun Jul 31, 2005 12:41 am
Location: ---
Contact:

Post by mr. blaaa »

strange... but a better scriptOR than i am will maybe be able to describe why this happens.., sorry but regards.

MR.BLAAA
Image
User avatar
Lost Marble
Site Admin
Posts: 2354
Joined: Tue Aug 03, 2004 6:02 pm
Location: Scotts Valley, California, USA
Contact:

Post by Lost Marble »

LM_SHAPE.fHasOutline should correctly reflect that status of the shape.

shape. CopyProperties() purposely does not copy the status of whether there is an outline or not. For example, you may want to copy the fill settings from one shape to another, but not change whether the second shape has an outline or not. If the script you're writing does want to change the status of the outline, it will have to copy that setting separately.
Post Reply