Flashing on optionbutton and checkbox.

Started by stephan_35, July 17, 2009, 12:45:26 AM

Previous topic - Next topic

stephan_35

Hello

Flashing on optionbutton and  checkbox.

On the small test that follows, you can see flashes when moving the mouse over them.

It seems that's the mouseout event which is not used in this test.(and can't be use !)

Code (autolisp) Select

(load "D:test2.lsp")
test


Not very serious but aesthetically disturbing.  :P

Thanks

Best regards
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql

Fred Tomke

Hello, I didn't had any test with your sample. I suggest not to use transparant controls. If I set backcolor -16 to all the controls the flashing in my forms were over.

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

owenwengerd

The flashing is due to an extra repaint that I added in the past to fix another problem (where the text got fuzzy). I've taken the extra repaint out for the next build; please test it and let me know whether this is an improvement. In Vista I don't see the fuzzy text in your sample, but the problem may occur only on Windows XP.
Owen Wengerd (Outside The Box) / ManuSoft

stephan_35

Quote from: Fred Tomke on July 17, 2009, 07:45:15 AM
Hello, I didn't had any test with your sample. I suggest not to use transparant controls. If I set backcolor -16 to all the controls the flashing in my forms were over.

Fred

Thanks Fred !

This seems work with OptionButton and CheckBox wich use "Visual Style" !!!

If you set -16 backcolor for these don't use "Visual Style" , it steel flashing !

Best regards.
OpenDCL 6.0.0.6 / Editor 5.1.2.3  / Vista 32 Bits
Development of  specific tools for trades in AutoLisp - php - sql