Object Opacity

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
ladin79
Posts: 19
Joined: Tue Nov 13, 2012 12:25 pm

Object Opacity

Post by ladin79 »

Hi,
I would like to know how to use the opacity function on a text or on a key using a script.
I thought something like the following code would be enough:

ex. Text1.Opacity = 50; or
Button1.Opacity = 50;

in order to have a 50% opacity
but unfortunately this does not work.

Thanks

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Object Opacity

Post by mark.monroe »

That function is not exposed through script. It is only available at designer time, not runtime.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

Post Reply