twebview2

Re: twebview2

Postby russimicro » Mon Nov 11, 2024 11:25 am

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
russimicro
 
Posts: 259
Joined: Sun Jan 31, 2010 3:30 pm
Location: Bucaramanga - Colombia

Re: twebview2

Postby Antonio Linares » Mon Nov 11, 2024 1:02 pm

El mismo problema, se sale

Vamos a intentar averiguar que sucede
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42097
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: twebview2

Postby Antonio Linares » Tue Nov 12, 2024 10:06 am

Estimado Johnson,

Arreglado! :-)

Te envío la versión modificada por email

Muchas gracias por tu feedback
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42097
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: twebview2

Postby russimicro » Tue Nov 12, 2024 1:15 pm

Antonio... buen día..

Ok. ya probe y esta ok... Gracias

Este caso de la clase TGroup, que distorsiona las dimensiones y pintado desfazado..

Code: Select all  Expand view

   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 )
 


// por ahora lo bloqueo y activo el siguiente bloque
Code: Select all  Expand view

   ::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
 
russimicro
 
Posts: 259
Joined: Sun Jan 31, 2010 3:30 pm
Location: Bucaramanga - Colombia

Previous

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 31 guests

cron