Nuevo FWH 11.05

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Nuevo FWH 11.05

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Manuel Aranda
Posts: 561
Joined: Wed Oct 19, 2005 8:20 pm
Location: España

Re: Nuevo FWH 11.05

Post by Manuel Aranda »

Al recompilar con la nueva versión obtengo el siguiente error en el PREVIEW:

Size: 4,597,760 bytes
Time from start: 0 hours 0 mins 17 secs
Error occurred at: 29-05-2011, 19:37:43
Error description: Warning BASE/1004 Message not found: TRIBBONBAR:L2007

Stack Calls
===========
Called from: source\rtl\tobject.prg => TRIBBONBAR:ERROR(172)
Called from: source\rtl\tobject.prg => TRIBBONBAR:MSGNOTFOUND(205)
Called from: source\rtl\tobject.prg => TRIBBONBAR:L2007(0)
Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:CHECKSTYLE(635)
Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:BUILDWINDOW(394)
Called from: .\source\classes\RPREVIEW.PRG => TPREVIEW:NEW(134)
Called from: .\source\classes\RPREVIEW.PRG => RPREVIEW(1596)
Called from: .\source\classes\REPORT.PRG => (b)TREPORT:NEW(187)
Called from: .\source\classes\REPORT.PRG => TREPORT:ACTIVATE(880)
Un saludo,
Manuel

xH 1.2.3, FWH 14.09, BC++ 5.8.2, xVerce CW 1.0, PellesC
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Nuevo FWH 11.05

Post by nageswaragunupudi »

For the existing line 635 of rpreview.prg

Code: Select all

nStyle   := Max( nStyle, If( o:l2010, 2010, If( o:l2007, 2007, 0 ) ) )
 
following correct line may please be substituted:

Code: Select all

nStyle   := Max( nStyle, If( o:l2010, 2010, 2007 ) )
 
This correction is included in the revised build soon to be released.
Regards

G. N. Rao.
Hyderabad, India
User avatar
mag071
Posts: 139
Joined: Thu Feb 02, 2006 12:09 pm
Location: Venezuela
Contact:

Re: Nuevo FWH 11.05

Post by mag071 »

Saludos;

Ya pude compilar con la 11.05
Ahora en un menu ribbon queda una separacion entre los botones que en versiones anteriores no se mostraba

Image

Gracias.
Mario Antonio González Osal
Venezuela
m a g 0 7 1 @ g m a i l. c o m
User avatar
Daniel Garcia-Gil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita
Contact:

Re: Nuevo FWH 11.05

Post by Daniel Garcia-Gil »

Hola

El problema ya lo hemos solucionado, pendiente de una revision para que la descargues
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
User avatar
Manuel Aranda
Posts: 561
Joined: Wed Oct 19, 2005 8:20 pm
Location: España

Re: Nuevo FWH 11.05

Post by Manuel Aranda »

Hola Daniel:

Igualmente he notado que en la anterior versión de ribbon se iluminaba el grupo de botones cuando se pasaba el ratón sobre ellos, ahora no se iluminan más que los bordes.
Un saludo,
Manuel

xH 1.2.3, FWH 14.09, BC++ 5.8.2, xVerce CW 1.0, PellesC
User avatar
Daniel Garcia-Gil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita
Contact:

Re: Nuevo FWH 11.05

Post by Daniel Garcia-Gil »

Manauel

si todo estaba relacionado, pero ha sido correjido :-D
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Nuevo FWH 11.05

Post by Antonio Linares »

Acabamos de publicar una versión revisada de FWH 11.05 :-)
regards, saludos

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

Re: Nuevo FWH 11.05

Post by Antonio Linares »

Hemos publicado una versión revisada de FWH 11.05, gracias! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply