Display faults in xBrowse 9.08

Display faults in xBrowse 9.08

Postby byte-one » Thu Aug 27, 2009 9: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
User avatar
byte-one
 
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria

Re: Display faults in xBrowse 9.08

Postby Antonio Linares » Fri Aug 28, 2009 7: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: Select all  Expand view

      aRect[ 2 ]  += RECORDSELECTOR_WIDTH
 

Replace with
Code: Select all  Expand view

      aRect[ 2 ]  += RECORDSELECTOR_WIDTH - 1
 


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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42081
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Display faults in xBrowse 9.08

Postby byte-one » Tue Sep 01, 2009 9:40 am

Antonio, any results from the other points?
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
byte-one
 
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria

Re: Display faults in xBrowse 9.08

Postby nageswaragunupudi » Sun Dec 20, 2009 6: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
User avatar
nageswaragunupudi
 
Posts: 10625
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 97 guests