Page 1 of 1

xbrowse strange painting?

PostPosted: Fri Jun 15, 2007 1:21 pm
by Detlef Hoefner
Dear friends,

i just try the sample textxbrw.prg.
When running the multisel feature or incremental search i have a strange painting of the browse.
Here a picture how it looks like:

Image

Is there an update or workaround to avoid this?

Thanks and regards,
Detlef

Re: xbrowse strange painting?

PostPosted: Fri Jun 15, 2007 3:07 pm
by Enrico Maria Giordano
I noticed the same problem.

EMG

PostPosted: Fri Jun 15, 2007 3:11 pm
by demont frank
Also in other circumstances the browse titles are missing

Frank

PostPosted: Fri Jun 15, 2007 4:11 pm
by Biel EA6DD
In metthod seek, try to remove the following line
Code: Select all  Expand view
::lRefreshOnlyData := .T.

appear 2 times.

PostPosted: Fri Jun 15, 2007 4:41 pm
by Detlef Hoefner
Biel EA6DD wrote:In metthod seek, try to remove the following line
Code: Select all  Expand view
::lRefreshOnlyData := .T.

appear 2 times.


Thanks Biel,

incremental search paints ok now. :D
But the multiselect feature still paints bad when only clicking with the mouse into the browse window :(

Maybe some one could help?

Thanks and regards,
Detlef

PostPosted: Fri Jun 15, 2007 9:32 pm
by Antonio Linares
Detlef,

Please comment all:

// ::lRefreshOnlyData := .t.

in METHOD Select( nOperation ) CLASS TXBrowse

PostPosted: Fri Jun 15, 2007 10:19 pm
by Detlef Hoefner
Antonio,

now xBrowse is painting fine also with multiselect clause.

Thanks a lot for your advice.

Regards,
Detlef

PostPosted: Fri Jun 15, 2007 10:22 pm
by Antonio Linares
Thanks a lot for your feedback :-)