Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to grey button on the screen

Former Member
0 Kudos

Hi Experts,

I created a simple button on the screen, now i want it to be grey which means user couldn't click on it for triggering any event, i checked the SCREEN attributes, and only could see 'INVISIBLE','ACTIVE' are related for this. but i tried to set any one of them to 0, and it failed.

So please help to tell me how to make the button as grey?

Thanks,

Lynn Liu

1 ACCEPTED SOLUTION

MarcinPciak
Active Contributor
0 Kudos

You need


screen-input = 0.

Regards

Marcin

2 REPLIES 2

MarcinPciak
Active Contributor
0 Kudos

You need


screen-input = 0.

Regards

Marcin

0 Kudos

Hi,

It works fine, thanks for your help.