Page 2 of 2

Re: ASSISTANCE NEEDED - Dual xbrowse header

PostPosted: Wed Dec 23, 2009 2:33 pm
by Antonio Linares
Tim,

We have totally replaced the group header implementation in Class TXBrowse.

We will publish the new changes in next FWH 9.12 :-)

Re: ASSISTANCE NEEDED - Dual xbrowse header

PostPosted: Wed Dec 23, 2009 3:10 pm
by Silvio
Antonio,
Perhaps I not understand which is the problem !!

Re: ASSISTANCE NEEDED - Dual xbrowse header

PostPosted: Wed Dec 23, 2009 3:37 pm
by Antonio Linares
Silvio,

We will provide a complete explanation in a day or two, when we publish FWH 9.12 :-)

Re: ASSISTANCE NEEDED - Dual xbrowse header

PostPosted: Sun Dec 27, 2009 2:04 pm
by nageswaragunupudi
Downloaded FWH 9.12.

The new syntax for setting group headers is :
oBrw:SetGroupHeader( cGroupHeader, [nFromCol], [nUptoCol], [oFont] )

In the above example, the group headers can be set with the following code:
Code: Select all  Expand view
  for n := 0 to 4
      oBrw:SetGroupHeader( NtoCDoW( n + 2 ), n * 9 + 2, n * 9 + 10, oBold ) // font is optional
   next
 

The original examples, with similar gradient colors, could look like this:
Image