FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Display faults in xBrowse 9.08
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM

Display faults in xBrowse 9.08

Posted: Thu Aug 27, 2009 09:29 AM

A ugly behavior is the black vertical line at the beginn of the datarange after the rowselector. In paint() in the part for "Rowselector" there is a nCol -- commented out. If I activate this, all is ok. This line should not at all painted!!??

And on a edit-cell with a listbox there are the datas not visible in this row, when I move the mouse over the opened listbox!

In header and footer the col-line after the recordselector are too left. And the col-line after the recordselector on the part without data are not shown, regardless the lColDividerComplete is .T.

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Display faults in xBrowse 9.08

Posted: Fri Aug 28, 2009 07:42 AM
Günther,

A ugly behavior is the black vertical line at the beginn of the datarange after the rowselector. In paint() in the part for "Rowselector" there is a nCol -- commented out. If I activate this, all is ok. This line should not at all painted!!??


This is fixed now and will be available in the next build. Till then, we suggest the following fix for versions 9.06, 9.07 and 9.08

For Line 4484 (V.908) of XBrowse.prg ( Line 4267 in v.907, 4239 in v.906 )
Code (fw): Select all Collapse
      aRect[ 2 ]  += RECORDSELECTOR_WIDTH

Replace with
Code (fw): Select all Collapse
      aRect[ 2 ]  += RECORDSELECTOR_WIDTH - 1


We are examining the other issues raised by you.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM

Re: Display faults in xBrowse 9.08

Posted: Tue Sep 01, 2009 09:40 AM

Antonio, any results from the other points?

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: Display faults in xBrowse 9.08

Posted: Sun Dec 20, 2009 06:08 AM
And on a edit-cell with a listbox there are the datas not visible in this row, when I move the mouse over the opened listbox!


Please also see
viewtopic.php?f=3&t=17367
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion