Page 1 of 1

sometimes it becomes gray...

Posted: Sat Jul 15, 2017 6:07 am
by elGringo
hi, strange behaviour of rve, doing simple program for testing
https://yadi.sk/i/0awXA0sN3L5Wk2

appears when destroy and create class with rve in runtime

how to repaint to white again?

Regards, Stainslav

Re: sometimes it becomes gray...

Posted: Sat Jul 15, 2017 6:21 am
by elGringo
don't know but when i change manually color of rve through rvActionBackground1 it becomes white
how to change it to white from code?
it must be some bug

Re: sometimes it becomes gray...

Posted: Sat Jul 15, 2017 6:49 am
by elGringo
Ok, solved through manually setting to white

Code: Select all

    
             rve.BackgroundStyle:=bsNoBitmap;
             rve.Color:=clWhite;
             rve.Format;