ERROR IMAGE INCLUDE

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

ERROR IMAGE INCLUDE

Post by Silvio »

If I compile with W2 when I write

REDEFINE IMAGE....NOBORDER

it Make a warning

on the include there is not this parameter but only for the @ x,y and not
for the resource

IS there a bug ?
Best Regards, Saludos

Falconi Silvio
User avatar
mmercado
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Re: ERROR IMAGE INCLUDE

Post by mmercado »

Silvio wrote:on the include there is not this parameter but only for the @ x,y and not for the resource
Hi Silvio:

For resources the style is defined in rc file.

If you dont want the border, take "WS_BORDER" off from image definition in rc file

Or try this after redefine command:

oImg:nStyle := nAnd( oImg:nStyle, nNot( WS_BORDER ) )

Regards.

Manuel Mercado
Post Reply