Page 2 of 2

Re: New FWH 16.04

PostPosted: Mon May 16, 2016 9:16 am
by byte-one
Thanks!!

Re: New FWH 16.04

PostPosted: Wed May 18, 2016 2:51 pm
by nageswaragunupudi
Mr Uwe

nRecTxtColor // Text color for the record selector column, by default black


To change the recordselector text color at runtime :
Code: Select all  Expand view
oBrw:nClrText := <nNewColor>, oBrw:Refresh()

Re: New FWH 16.04

PostPosted: Sat May 21, 2016 8:28 am
by Antonio Linares
We have just published a FWH 16.04 revised build 3

viewtopic.php?p=190758#p190758

Re: New FWH 16.04

PostPosted: Sat May 21, 2016 10:53 am
by ukoenig
The textcolor of the recordselector is working fine now

Image

regards
Uwe :D

Re: New FWH 16.04

PostPosted: Sat May 21, 2016 1:48 pm
by rhlawek
Antonio,

With this update 3, using msvc, I now get two unresolved externals. This was not an issue in the previous 2 16.04 builds and it is not an issue with the 64 bit libs, only the 32 bit.

fivehc32.lib(NUMCWORD.obj) : error LNK2019: unresolved external symbol __imp__strncpy referenced in function _copyword
fivehc32.lib(NUMCWORD.obj) : error LNK2019: unresolved external symbol __imp__ldiv referenced in function _ulong_to_words

Robb

Re: New FWH 16.04

PostPosted: Sat May 21, 2016 8:25 pm
by Antonio Linares
Robb,

Already fixed. Please download FWH 16.04 build 3 again, thanks

Re: New FWH 16.04

PostPosted: Sun May 22, 2016 12:01 am
by rhlawek
Got it. All good now, thank you.

Robb