J johnb4a Member Licensed User Longtime User Nov 10, 2012 #1 Hi, How can a user set the alpha value of a panel during run time in a widget? any one please help..
NJDude Expert Licensed User Longtime User Nov 10, 2012 #2 You could add a couple of buttons to that widget for example one to increase and another to decrease the alpha. Upvote 0
You could add a couple of buttons to that widget for example one to increase and another to decrease the alpha.
Erel B4X founder Staff member Licensed User Longtime User Nov 11, 2012 #3 You cannot directly change the alpha level of a widget panel. You can use several images with ImageView and switch between them. Upvote 0
You cannot directly change the alpha level of a widget panel. You can use several images with ImageView and switch between them.