FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ERROR IMAGE INCLUDE
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
ERROR IMAGE INCLUDE
Posted: Thu Jun 26, 2008 02:20 PM

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
Posts: 782
Joined: Wed Dec 19, 2007 07:50 AM
Re: ERROR IMAGE INCLUDE
Posted: Thu Jun 26, 2008 03:20 PM
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
manuelmercado at prodigy dot net dot mx

Continue the discussion