Page 1 of 2

bug en Fivewin Abril 2015.2

PostPosted: Thu May 07, 2015 3:47 pm
by MOISES
Hola Antonio,

Al actualizar de FWH 14.12 a la de este mes, los BTNBMPS se pintan fatal:

Image

Por favor, ¿qué ha pasado?.

Un saludo muy cordial,

Re: bug en Fivewin Abril 2015.2

PostPosted: Thu May 07, 2015 3:54 pm
by Antonio Linares
Moisés,

Puedes poner un ejemplo completo para probarlo aqui ? gracias

Re: bug en Fivewin Abril 2015.2

PostPosted: Thu May 07, 2015 4:19 pm
by MOISES
Hola Antonio:

Así es como se debe ver OK y funciona bien en FWH 14.12:

Image

No se si con esto te sirve. Gracias.

Re: bug en Fivewin Abril 2015.2

PostPosted: Thu May 07, 2015 4:39 pm
by Antonio Linares
Moisés,

FivEdit, FiveDBU, el preview de FWH, estan funcionando bien.

Por eso te he pedido un PRG que reproduzca el error.

Re: bug en Fivewin Abril 2015.2

PostPosted: Sun May 10, 2015 2:27 pm
by MOISES
Antonio,

Es muy raro, fuera de mi aplicación, con un ejemplo autocontenido, no falla.

¿Qué es lo último que se ha tocado en BTNBMP por favor?.

Muchas gracias de antemano.

Re: bug en Fivewin Abril 2015.2

PostPosted: Mon May 11, 2015 11:48 am
by russimicro
Buen dia... Antonio

Tengo la misma situación con este tipo de boton :


@ 561, 05 BTNBMP oBotF01 PROMPT "ESC Salir" FILE "IMAGENES\16x16\exit2.BMP" 2007 TOP OF oCapInv ;
ACTION ( lPerEsc := .F., oCapInv:END() ) ;
TOOLTIP "Sale del proceso de registro de inventarios" ;
SIZE 77,42 ;
PIXEL


Anexo imagen con la versión 14.12 y 15.01(cambio)
img]
https://www.russoftltda.com/publico/fwh_14.12.png
https://www.russoftltda.com/publico/fwh_15.01.png
[/img]

Johnson Russi

Re: bug en Fivewin Abril 2015.2

PostPosted: Mon May 11, 2015 1:34 pm
by nageswaragunupudi
May we know the compiler you are using please?

Re: bug en Fivewin Abril 2015.2

PostPosted: Mon May 11, 2015 1:40 pm
by MOISES
Harbour.

Thank you.

Re: bug en Fivewin Abril 2015.2

PostPosted: Mon May 11, 2015 1:42 pm
by nageswaragunupudi
I meant bcc or msvc or mingw .... ?
There is no issue with xharbour or harbour with bcc

Re: bug en Fivewin Abril 2015.2

PostPosted: Mon May 11, 2015 1:43 pm
by MOISES
I am having trouble to build with MSVC 2010, either 32 or 64.

Maybe it´s related. I am waiting for Antonio to send me the proper fix.

Thank you.

Re: bug en Fivewin Abril 2015.2

PostPosted: Mon May 11, 2015 4:47 pm
by russimicro
XHARBOUR.COM - 12.3 + FIVEWIN 14.12 / 15.01

Re: bug en Fivewin Abril 2015.2

PostPosted: Tue May 12, 2015 6:58 am
by Antonio Linares
Johnson,

Lo estamos comprobando.

FWH\samples\fivedit.prg muestra los bitmaps correctamente pero entiendo que debe ser al mostrarlos de otro modo.

Re: bug en Fivewin Abril 2015.2

PostPosted: Tue May 12, 2015 3:42 pm
by russimicro
EJEMPLO : samples\btntrans.prg

funcional igual(marco o fondo negra) a las imágenes anteriores

#include "FiveWin.ch"

//----------------------------------------------------------------------------//

function Main()

local oBru, oDlg, oBtn

DEFINE BRUSH oBru FILENAME "../bitmaps/Backgrnd/beach.bmp"

DEFINE DIALOG oDlg SIZE 400, 200 BRUSH oBru TRANSPARENT

@ 2, 2 SAY "Hello" OF oDlg
oDlg:aControls[ 1 ]:lTransparent = .t.

@ 70, 80 BTNBMP oBtn FILENAME "\FWH\bitmaps\16x16\exit2.BMP";
SIZE 50, 30 OF oDlg NOBORDER ACTION MsgInfo( "click" )

oBtn:lTransparent = .T.

ACTIVATE DIALOG oDlg CENTERED

return nil

//----------------------------------------------------------------------------//

Re: bug en Fivewin Abril 2015.2

PostPosted: Wed May 13, 2015 6:39 am
by Antonio Linares
Here it looks like this:

Image

How does it look there for you ?

Re: bug en Fivewin Abril 2015.2

PostPosted: Wed May 13, 2015 11:35 am
by russimicro
Antonio ...
Cambie la imagen del ejemplo por exit2.bmp

https://www.russoftltda.com/publico/exit2.png