IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#47061 - 03/10/14 12:59 PM DRAWRBOX and Color AFPDS
KP_ABD Offline
OL Newbie

Registered: 12/12/13
Posts: 25
Hello,

I have noticed an issue where, trying to use the new DRAWRBOX feature with color AFPDS files. With the code below, The resulting box is not in color (red in the example).

Code:
IF ($first=1){
 Color RGB
}

COLOR "255 0 0"
COLOR ON

DRAWRBOX 1, 3, .01, 0, .25

COLOR OFF


If I use DRAWBOX, that does print red as expected, but the new DRAWRBOX does not.

Top
#47161 - 03/17/14 07:18 AM Re: DRAWRBOX and Color AFPDS [Re: KP_ABD]
Jeff_K
Unregistered


KP_ABD
Have you used the PREVIEW feature or an external viewer application to make this determination?

PREVIEW does not show this in color, but the output is indeed color.

Top
#47198 - 03/19/14 01:50 PM Re: DRAWRBOX and Color AFPDS [Re: ]
KP_ABD Offline
OL Newbie

Registered: 12/12/13
Posts: 25
Ah, I have not actually checked the spooled file, I was just testing out the new rounded box feature, and noticed it in PREVIEW.

Thanks.

Top