Page 2 of 2

Re: ERROR ON RPREVIEW

PostPosted: Wed Jul 19, 2017 2:37 pm
by James Bott
Silvio,

Get a free copy of WinMerge here: http://winmerge.org/

With that you can compare the FW source code from the working version and the non-working version. This may help you find what is causing the problem.

Another solution may be to use an in-memory temporary DBF instead of an array.

James

Re: ERROR ON RPREVIEW

PostPosted: Wed Jul 19, 2017 6:19 pm
by Silvio.Falconi
James,
the problem is not on my sources I compiled all with fwh Jannuary 20015 release and it run ok ( the same source code of my applications) I erase only style 2015 from my menu commands

the problem is on other part of source code of fwh changed or a function changed by fw team

Many years ago Antonio changed a function called "line" and this "line" function was used from a Paco Classes ( vtaskbar) I used from many years . After many times of search I founded the error and renamed line to c5line and vtaskbar return to run ok .

For this new problem I convinced there is something of source code of fwh was changed because with jannuary 2015 fwh my application run ok

Re: ERROR ON RPREVIEW

PostPosted: Wed Jul 19, 2017 7:10 pm
by Silvio.Falconi
Now On Harbour seem run ok

I reinsert the oldest toolbar instead of ribbonbar class

I'm also searching what was the error on xharbour

Re: ERROR ON RPREVIEW

PostPosted: Wed Jul 19, 2017 10:51 pm
by James Bott
Silvio,

the problem is not on my sources


I meant to look at the FWH source code for changes, not yours.

James

Re: ERROR ON RPREVIEW

PostPosted: Thu Jul 20, 2017 7:14 am
by Enrico Maria Giordano
I already reported a similar problem to Cristobal:

http://forums.fivetechsupport.com/viewtopic.php?f=18&t=34018

EMG

Re: ERROR ON RPREVIEW

PostPosted: Thu Jul 20, 2017 11:15 am
by cnavarro
Enrico
Silvio's theme is not the same as the one you comment on

Try to set height of items menus at start of you application
Code: Select all  Expand view


Function Main()

   local nOldH := GetnHeightItem( 2.075 )

   .../...


 

Re: ERROR ON RPREVIEW

PostPosted: Thu Jul 20, 2017 12:27 pm
by Enrico Maria Giordano
Yes, that's why I said "similar". :-)

EMG

Re: ERROR ON RPREVIEW

PostPosted: Thu Jul 20, 2017 5:19 pm
by Silvio.Falconi
Antonio, Cristobal, Daniel and all of Fwteam

Please I thinked is good reinsert oldest Tmenu class and then all modifications on another class we called TMenuEx

because I think there are many errors on tmenu class

Re: ERROR ON RPREVIEW

PostPosted: Thu Jul 20, 2017 5:39 pm
by cnavarro
Silvio.Falconi wrote:Now On Harbour seem run ok

I reinsert the oldest toolbar instead of ribbonbar class

I'm also searching what was the error on xharbour


Run OK with Harbour or not run OK?

Re: ERROR ON RPREVIEW

PostPosted: Thu Jul 20, 2017 6:07 pm
by Silvio.Falconi
yes on Harbour seem run ok from yesterday
but with xharbour I have also the same error with My fwh release feb 2017

Re: ERROR ON RPREVIEW

PostPosted: Fri Jul 28, 2017 5:12 pm
by Silvio.Falconi
Have you found a solution for xharbour ?