Antonio buen dia...
No señor no genera ningún archivo...
estoy ejecutando el buildxhb.bat webviewdian ... sin cambiar nada .. solo con la nueva lib xfw.lib---
en su entorno como funciona ?
nota : los .prg de la version 1 si funcionan
twebview2
-
- Posts: 262
- Joined: Sun Jan 31, 2010 3:30 pm
- Location: Bucaramanga - Colombia
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: twebview2
El mismo problema, se sale
Vamos a intentar averiguar que sucede
Vamos a intentar averiguar que sucede
- Antonio Linares
- Site Admin
- Posts: 42259
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: twebview2
Estimado Johnson,
Arreglado!
Te envío la versión modificada por email
Muchas gracias por tu feedback
Arreglado!
Te envío la versión modificada por email
Muchas gracias por tu feedback
-
- Posts: 262
- Joined: Sun Jan 31, 2010 3:30 pm
- Location: Bucaramanga - Colombia
Re: twebview2
Antonio... buen día..
Ok. ya probe y esta ok... Gracias
Este caso de la clase TGroup, que distorsiona las dimensiones y pintado desfazado..
// por ahora lo bloqueo y activo el siguiente bloque
Ok. ya probe y esta ok... Gracias
Este caso de la clase TGroup, que distorsiona las dimensiones y pintado desfazado..
Code: Select all | Expand
if !lPixel
if nTop >= 1.0; nTop *= GRP_CHARPIX_H; endif
if nLeft >= 1.0; nLeft *= GRP_CHARPIX_W; endif
if nBottom >= 1.0; nBottom *= GRP_CHARPIX_H; endif
if nRight >= 1.0; nRight *= GRP_CHARPIX_W; endif
endif
::CalcSize( @nTop, @nLeft, @nWidth, @nHeight, lRelPix, oWnd, @nBottom, @nRight )
Code: Select all | Expand
::nTop = nTop * If( lPixel, 1, GRP_CHARPIX_H ) // 14
::nLeft = nLeft * If( lPixel, 1, GRP_CHARPIX_W ) // 7
if nWidth != nil
::nRight = ::nLeft + nWidth
else
::nRight = nRight * If( lPixel, 1, GRP_CHARPIX_W ) // 7
endif