Widget. Transparency Panel

sefarat

Member
Licensed User
Longtime User
Hi,

Is there any way to change the Alpha value (transparency) of a Panel who belongs to a Service Module (widget)?

I mean, it is not possible to "Generate Members" in a Service Module so I cannot manage the Panel variable as I would do in a Activity Module in this way:

panel1.Color = colors.ARGB(alpha,100,100,100)

Thanks in advance and kind regards
Sefarat
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can set the Alpha property in the designer.
SS-2011-11-21_10.15.57.png
 
Upvote 0

sefarat

Member
Licensed User
Longtime User
Hi Erel,

I was referring to change the Alpha value on runtime. We have a main Activity in which the user can change some parameters of the widget like:

- Transparency
- Content
- Period Update

We can change properly the Content and Period Update but we cannot change the Transparency of the widget.

Thanks for the quick answer and kind regards
Sefarat
 
Upvote 0
Top