Bug #83 - Setting text color requires command capture
Product:PageStream 5.0.2.9 (All Platforms)Reported By:Tim Doty
Severity:NormalAssigned To:Deron Kazmaier
Priority:Average sign in to watch (1 is watching)
Status:NewReported:2005-12-31 17:54:00
Category:ScriptingUpdated:2005-12-31 17:54:00
Summary:Setting text color requires command capture
Keywords:SetColorStyle
Attached Files:No files attached.
 Sign In to add a file.

For some strange reason the SetColorStyle command only works if bracketed by the Begin/End CommandCapture commands. This can readily be shown in macros. The first macro does not work, the second does:

SetRed_nonworking
SETCOLORSTYLE Red COLORNUMBER 0 FILL TEXT

SetRed_working
BEGINCOMMANDCAPTURE
SETCOLORSTYLE Red COLORNUMBER 0 FILL TEXT
ENDCOMMANDCAPTURE

Add a Comment
Sign in to add a comment.

Bug #83 - Setting text color requires command capture by Tim Doty   SetColorStyle
  created:2005-12-31 17:54:00   last updated:2005-12-31 17:54:00
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.


sign in to add a bug