minol / gr32ex

Automatically exported from code.google.com/p/gr32ex
5 stars 2 forks source link

setting Enabled to False don't change appearance of TGRButton right away #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add TGRButton on form
2. add some other control and define OnClickEvent for it
3. add thsi code into the Event : GRButton1.Enabled := not GRButton1.Enabled;

What is the expected output? What do you see instead?
1. If you click second control you see it "disabled" only after you move
cursor on top of the GRButton1
2. Enabled = False will cause button to be Sunken/lowered, I would like it
to stay raised as it is as enabled state. (See attached image) 

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by tommi.prami@gmail.com on 29 Oct 2008 at 1:31

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by riceball...@gmail.com on 13 Nov 2008 at 1:06