Buttonxp and TabPages

This forum is for eXpress++ general support.
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Buttonxp and TabPages

#11 Post by rdonnay »

The multiple flickering is being caused by the following line of code:

PREEVAL {|o|o:clipSiblings := .f.}

Comment out this line.

I noticed that the flickering was caused only when clicking on a tab to the "left" of the currently selected tab. That's what led me to believe it was something about the z order of the siblings.
The eXpress train is coming - and it has more cars.

wkedv
Posts: 12
Joined: Mon Feb 08, 2010 3:04 am

Re: Buttonxp and TabPages

#12 Post by wkedv »

Thanks Roger,

thats it

Regards Kurt

Post Reply