xBrowse Extreme right end ghost col header & Footer painting

Post Reply
User avatar
anserkk
Posts: 1333
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India
Has thanked: 2 times

xBrowse Extreme right end ghost col header & Footer painting

Post by anserkk »

Hi all,

Is there a way to avoid the display of the extreme right end column (Ghost Column) which appears automatically. This column is displayed only when the the xbrowse is scrolled towards the extreme right. The header and footer color of this ghost column is also not the same as the default header/footer color.
Image

I have also found that if I don't use oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW , then the Pijama effect is also not painted on the last column
Image

Simple solution would be an option to avoid this ghost column. I believe that there is some trick to avoid this column.
Any help ?

Regards
Anser
User avatar
Daniel Garcia-Gil
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 pm
Location: Isla de Margarita
Contact:

Re: xBrowse Extreme right end ghost col header & Footer painting

Post by Daniel Garcia-Gil »

Hello Anserkk

you can use oBrw:nStretchCol := STRETCHCOL_LAST
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
anserkk
Posts: 1333
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India
Has thanked: 2 times

Re: xBrowse Extreme right end ghost col header & Footer painting

Post by anserkk »

Dear Mr.Daniel,

oBrw:nStretchCol := STRETCHCOL_LAST worked perfectly as expected.

Regards
Anser
User avatar
nageswaragunupudi
Posts: 10733
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 11 times
Contact:

Re: xBrowse Extreme right end ghost col header & Footer painting

Post by nageswaragunupudi »

The header and footer color of this ghost column is also not the same as the default header/footer color.

This was fixed in version 9.11, along with other minor painting issues of header and footer. This bug was existing from 9.02 to 9.10
Regards

G. N. Rao.
Hyderabad, India
User avatar
anserkk
Posts: 1333
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India
Has thanked: 2 times

Re: xBrowse Extreme right end ghost col header & Footer painting

Post by anserkk »

nageswaragunupudi wrote:
The header and footer color of this ghost column is also not the same as the default header/footer color.

This was fixed in version 9.11, along with other minor painting issues of header and footer. This bug was existing from 9.02 to 9.10


Dear Mr.Rao,

Thank you for the information.
What about the painting of the Pijama effect on the Ghost column ?

Regard
Anser
User avatar
nageswaragunupudi
Posts: 10733
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 11 times
Contact:

Re: xBrowse Extreme right end ghost col header & Footer painting

Post by nageswaragunupudi »

>>
What about the painting of the Pijama effect on the Ghost column ?
>>
Ghost column is painted only for nMarqueeStyle 4 and above. So, the if we need pijama effect in ghost column also, we need to set nMarqueeStyle to 4 or able as appropriate.
Regards

G. N. Rao.
Hyderabad, India
User avatar
anserkk
Posts: 1333
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India
Has thanked: 2 times

Re: xBrowse Extreme right end ghost col header & Footer painting

Post by anserkk »

Dear Mr.Rao,

Thank you for the information.
oBrw:nMarqueeStyle := 4 is serving the purpose :)

Regards
Anser
Post Reply