Re: [Harbour] QT demoxbp

2009-06-21 Thread Viktor Szakáts
Hm, I'm still getting the flicker after deleting all minimize/maximize calls, also hide/show calls, BUT now only after clicking to another tab first. Quite strange but there must be something going on internally which causes it. Maybe some state change calls aren't checked for actual change, and c

Re: [Harbour] QT demoxbp

2009-06-21 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > > It looks the flicker is only present with the MLE and ListBox controls. > They are sometimes painted in a blind state and repainted properly > afterwards. > > Maybe the side effect of tab activation code?: >oTab1:TabActivate := {|| oTab2:minimize(), oTab3:minim

Re: [Harbour] QT demoxbp

2009-06-21 Thread Viktor Szakáts
It looks the flicker is only present with the MLE and ListBox controls. They are sometimes painted in a blind state and repainted properly afterwards. Maybe the side effect of tab activation code?: oTab1:TabActivate := {|| oTab2:minimize(), oTab3:minimize(), oTab1:maximize() } With 10 tabs suc

Re: [Harbour] QT demoxbp

2009-06-20 Thread Viktor Szakáts
Hi Pritpal, Viktor Szakáts wrote: Two things I've noticed with demoxbp: - When an MsgBox appears the dialog flickers. Can this be elminated somehow? - When clicking to the menu, then clicking to some non-active parts of the menu, or to the caption, the content of the tabbed control (along

Re: [Harbour] QT demoxbp

2009-06-20 Thread Pritpal Bedi
Hello Viktor Viktor Szakáts wrote: > > Two things I've noticed with demoxbp: > > - When an MsgBox appears the dialog flickers. Can this be elminated > somehow? > - When clicking to the menu, then clicking to some non-active parts of > the menu, > or to the caption, the content of the tabbed