xbrowse strange painting?

Post Reply
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

xbrowse strange painting?

Post 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
demont frank
Posts: 167
Joined: Thu Mar 22, 2007 11:24 am

Post by demont frank »

Also in other circumstances the browse titles are missing

Frank
User avatar
Biel EA6DD
Posts: 680
Joined: Tue Feb 14, 2006 9:48 am
Location: Mallorca
Contact:

Post by Biel EA6DD »

In metthod seek, try to remove the following line

Code: Select all

::lRefreshOnlyData := .T.
appear 2 times.
Saludos desde Mallorca
Biel Maimó
http://bielsys.blogspot.com/
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Post by Detlef Hoefner »

Biel EA6DD wrote:In metthod seek, try to remove the following line

Code: Select all

::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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Detlef,

Please comment all:

// ::lRefreshOnlyData := .t.

in METHOD Select( nOperation ) CLASS TXBrowse
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Post by Detlef Hoefner »

Antonio,

now xBrowse is painting fine also with multiselect clause.

Thanks a lot for your advice.

Regards,
Detlef
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Thanks a lot for your feedback :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply